jQuery(document).ready(function($){$('.post-wrap').hide();$('.post-wrap:first').addClass().next().show();$('.post-title').click(function(){$(this).toggleClass('active').next().slideToggle("slow");return false})});jQuery(document).ready(function($){$('.comment-title').click(function(){$(this).toggleClass('active').next().slideToggle("slow");return false})});jQuery(document).ready(function($){$("li#down").click(function(){$(".secondary").slideToggle("slow")})});jQuery(document).ready(function($){$('#info').hide();$("#opener .click").click(function(){$("#info").slideToggle("slow")})});jQuery(document).ready(function($){$(".x img").css("opacity","0.5");$(".x img").hover(function(){$(this).stop().animate({opacity:1.0},"slow")},function(){$(this).stop().animate({opacity:0.5},"slow")})});jQuery(document).ready(function($){$(".y img").css("opacity","1.0");$(".y img").hover(function(){$(this).stop().animate({opacity:0.7},"slow")},function(){$(this).stop().animate({opacity:1.0},"slow")})});jQuery(document).ready(function($){$(".detail-contenu").hide();$(".detail-contenu").click(function(){$(".detail-contenu").slideToggle("slow")})});jQuery(document).ready(function($){$(".scroll").click(function(a){a.preventDefault();var b=this.href;var c=b.split("#");var d=c[1];var e=$("#"+d).offset();var f=e.top-30;$(this).closest("li").addClass("tabs-selected").siblings().removeClass('tabs-selected');$('html, body').animate({scrollTop:f},500)})});jQuery(document).ready(function($){$('.y').click(function(){$(this).toggleClass('active').next().slideToggle("slow");return false})});
