$(document).ready(function(){$("#newsletter").validate();var url="http://www.blogenbois.fr/wp-content/themes/whiteboard/";$("#morestuff").attr('src',url+'images/morestuff.png');var offset=16;loadingState=false;var lengthBefore=0;var showposts=0;var currentCateg=1;var page=1;$("#more_stuff").click(function(){showposts=showposts+16;offset=16;loadingState=true;page=page+1;currentCateg=$("#morestuff").attr('class');location.hash="/"+page+"/"+currentCateg;$("#morestuff").attr('src',url+'images/loading_txt.png');$("#post_contener").load("/additional-posts/?offset="+offset+"&showposts="+showposts+"&categ="+currentCateg,function(){$(this).slideDown();$("#morestuff").attr('src',url+'images/morestuff.png');loadingState=false;$.scrollTo('+=300',800)});return false});$('.thumbnail').live('mouseover mouseout',function(e){if(e.type=='mouseover'){$(this).find('img').fadeTo('fast',0.5)}else{$(this).find('img').fadeTo('fast',1)}});$('#flechefooter, #menufooter').hover(function(){$('#flechefooter').stop(true,false).animate({opacity:0.75,},300,function(){})},function(){$('#flechefooter').stop(true,false).animate({opacity:0.25,})});$('.vignette').live('mouseover mouseout',function(event){if(event.type=='mouseover'){$(".conthumb",this).stop(true,false).animate({opacity:0},{queue:false,duration:200})}else{$(".conthumb",this).stop(true,false).animate({opacity:1},{queue:false,duration:200})}});$('#backtotop').click(function(){$.scrollTo('0px',800)});var imageUrlOn=url+'images/top_on.png';var imageUrlOff=url+'images/top_off.png';$("#backtotop").mouseover(function(){$("#backtotop").css('background-image','url("'+imageUrlOn+'")')}).mouseout(function(){$("#backtotop").css('background-image','url("'+imageUrlOff+'")')});var scroll_timer;var displayed=false;var displayedD=false;var defClosed=false;var $message=$("#backtotop");var $messageD=$("#drop_menu");var $window=$(window);var top=600;var topD=450;$window.scroll(function(){window.clearTimeout(scroll_timer);scroll_timer=window.setTimeout(function(){if($window.scrollTop()<=top){displayed=false;$message.animate({bottom:'-5px'},800)}else if(displayed==false){displayed=true;$message.animate({bottom:'25px'},800)}if($window.scrollTop()<=topD){displayedD=false;$messageD.animate({top:'-69px'},200)}else if(displayedD==false){displayedD=true;if(defClosed==false){$messageD.animate({top:'0px'},500)}}},100)});$('#closeDrop').click(function(){displayedD=false;$messageD.animate({top:'-69px'},400);defClosed=true});$('#flechefooter, #menufooter').click(function(){$('#extendedfooter').toggleClass("ouverte");if($('#extendedfooter').is('.ouverte')){$('#extendedfooter').animate({bottom:0,},400,function(){$('#flechefooter').css('backgroundPosition','top center')});$('#thedarkside').css('display','block');$('#thedarkside').animate({bottom:'350px',opacity:0.65,},600,function(){});$('#menufooter').animate({opacity:0},400)}else{$('#extendedfooter').animate({bottom:'-325px',},400,function(){$('#flechefooter').css('backgroundPosition','bottom center')});$('#thedarkside').animate({opacity:0,bottom:0,},600,function(){$('#thedarkside').css('display','none')});$('#menufooter').animate({opacity:1},400)}});$('#thedarkside').click(function(){$('#extendedfooter').animate({bottom:'-325px',},400,function(){$('#flechefooter').css('backgroundPosition','bottom center')});$('#thedarkside').animate({opacity:0,bottom:0,},400,function(){$('#thedarkside').css('display','none')});$('#menufooter').animate({opacity:1},400)})});
