$(document).ready(function(){function c(){g.removeClass("actif");h.removeClass("actif");i.removeClass("actif");j.removeClass("actif");k.hide();l.hide();m.hide();n.hide()}var f=$("#zo1"),d=$("#zo2"),a=$("#zo3"),e=$("#zo4"),g=f.children("a"),h=d.children("a"),i=a.children("a"),j=e.children("a"),n=$("#zone1"),m=$("#zone2"),l=$("#zone3"),k=$("#zone4");$.get("/OngletFacebook.aspx",function(b){$("#newsfeed").html(b)});g.addClass("actif");f.click(function(b){b.preventDefault();c();g.addClass("actif");n.show()});
    d.click(function (b) { b.preventDefault(); c(); if (!d.hasClass("isFeed")) { d.addClass("isFeed"); $("#twitter").getTwitter({ userName: TwitteruserName, numTweets: 2, loaderText: "Loading tweets...", slideIn: true, slideDuration: 750, showHeading: false, headingText: "", showProfileLink: true, showTimestamp: true }) } h.addClass("actif"); m.show() }); a.click(function (b) {
        b.preventDefault(); c(); if (!a.hasClass("isFeed")) {
            a.addClass("isFeed"); b = document.createElement("script"); b.src = "http://gdata.youtube.com/feeds/api/users/tourismeboisfrancs1/favorites?alt=json&v=2&callback=showMyVideos";
document.getElementsByTagName("head")[0].appendChild(b)}i.addClass("actif");l.show()});e.click(function(b){b.preventDefault();c();if(!e.hasClass("isFeed")){e.addClass("isFeed");$.get("/OngletFlickr.aspx",function(o){$("#FlickR").html(o)})}j.addClass("actif");k.show()})});
function showMyVideos(c){var f=$("ul.demo2");f.html("");c=c.feed.entry||[];for(var d=0;d<c.length;d++){var a=c[d],e=a.title.$t;a=a.link[0].href;e=$("<a/>").attr("href",a).text(e);a=$("<li/>");e.appendTo(a);a.appendTo(f)}f.ytplaylist({addThumbs:false,autoPlay:false,allowFullScreen:true,holderId:"ytvideo2",playerHeight:150,playerWidth:160});$("div.yt_holder").show()};
