$(window).load(function(){$("#janela_banner").fadeIn(1000);$("#carregando").hide();$("#slider_receitaContent").show();$("#carregando1").hide();$("#slider_destaqueContent").show();$("#carregando2").hide();$("#slider_videoContent").show()});$(window).ready(function(){$.ajax({url:"/expert/",cache:false,success:function(html){i_ex=0;ex=eval(html);window.setInterval(function(){var self=$("#expert");self.fadeOut(1000,function(){self.html(ex[i_ex]);self.fadeIn(1000);i_ex++;if(i_ex>=ex.length){i_ex=0}})},5000)}});$("#slider_receita").s3Slider({timeOut:5000});$("#slider_destaque").s3Slider({timeOut:5000});$("#slider_video").s3Slider({timeOut:5000})});
