YC.containerCount=2;YC.startMainEffects=function(){if(window.location.hash.indexOf("noEffects")>-1){$("#controllerImageNoShadow").hide();$("#controllerImage").show();return}$(".leftColumn,.rightColumn").hide();$("ul.big li").css("opacity","0");var A=$("#controllerImageNoShadow:first");var C=A.attr("src");A.attr("src","#");for(var B=0;B<1000;B++){}A.attr("src",C);A.bind("load",function(){$("#controllerLoading").hide();$(".leftColumn,.rightColumn").fadeIn(2000,function(){YC.containerCount--;if(YC.containerCount==0){$("#controllerImageNoShadow").animate({marginTop:"72px"},2000,"easeOutBack",YC.replaceControllerImage)}})})};YC.replaceControllerImage=function(){$("#controllerImage").css({opacity:"0",display:"block"});$("#controllerImage").animate({opacity:1},1000,"linear",function(){$(this).css("opacity","");$("#controllerImageNoShadow").hide();YC.aminateNextListItem()})};YC.aminateNextListItem=function(){var A;if(this==YC){A=$("ul.big li:first")}else{$(this).css("opacity","");A=$(this).next()}if(A.length!=0){A.animate({opacity:1},700,"swing",YC.aminateNextListItem)}};$(document).ready(function(){YC.startMainEffects()});
