$(document).ready(function(){

		if($("#animchalet").size()==1){
		 var so = new SWFObject("design/flash/accueil.swf", "accueil", "740", "336", "8", "");
         so.addParam("quality", "high");
      	 so.addParam("wmode", "transparent");
         so.write("animchalet");
		}	
	
		
		
		$("h1#logo").click(function(){self.location.href="index.php";})
		$("h1#logorub").click(function(){self.location.href="index.php";})

		
		$(".colorboxvideo").colorbox({iframe:true, innerWidth:550, innerHeight:450});
		
		$("a[rel='gallery']").colorbox();

});

