$(document).ready(function(){$('#content').css('opacity','0');$('#news .xt-content-wrapper').hide();$('#news .accordion').bind('click',function(){$(this).next().slideToggle()})});$(window).load(function(){$('#content').animate({'opacity':'1'},'slow')});

