
$(document).ready(function(){ 
 $('#bannerTopo').flash({ src: 'media/swf/bannerTopo.swf', width: 970, height: 190, wmode: 'transparent', expressInstall: true, version: 10 });

 $('ul#noticiasDestaques').innerfade({speed: 1000, timeout: 10000, type: 'sequence', animationtype: 'slide', containerheight: '360px' });
 
 $('#revistas').jcarousel({ start: 1, scroll:1, wrap:"last" });

});





