function startCarosuel(){var a=$(".splash.vis").next(".splash");if(a.length==0){clearInterval(tid)}var b=a;var c=b.width()/60;var d,e;for(var f=0;f<60;f++){d=c*f;e=$("<div></div>");e.css({width:Math.ceil(c),height:b.height()+"px",position:"absolute",marginLeft:d+"px",opacity:0,zIndex:1e3});e.css({backgroundImage:"url('"+b.attr("src")+"')",backgroundPosition:-d+"px 0%"}).addClass("fadera working");$(".splashholder").append(e)}var g=0;$(".fadera").each(function(){var b=$(this);setTimeout(function(){b.animate({opacity:1},1e3,function(){$(this).removeClass("working");if($(".fadera.working").length==0){$(".splash.vis").css({zIndex:998,opacity:0}).removeClass("vis");a.css({opacity:1,zIndex:999}).addClass("vis");$(".fadera").fadeOut(function(){$(this).remove()})}})},g);g=g+30})}$(window).load(function(){$(".splash").css({opacity:0}).show();$(".splash:eq(0)").addClass("vis").animate({opacity:1},3e3);var a=setInterval(startCarosuel,6e3)})
