onload=function(){pauseTime=7000;scrollTime=2500;timer=0;current=1;prev=1;width=$("#midSplash1").outerWidth();numPics=$("#midSplashPics img").length-2;$("#midSplash1").animate({left:"0px"},scrollTime,"swing");$("#splashLoading").css("display","none");timer=setTimeout("Scroller()",pauseTime)};function Scroller(){prev=current;current++;if(current==(numPics+1)){current=1}SlideLeft(current,prev);timer=setTimeout("Scroller()",pauseTime)}function SlideLeft(current,prev){$("#midSplash"+current).css("left",width+"px");$("#midSplash"+current).animate({left:"0px"},scrollTime,"swing");$("#midSplash"+prev).animate({left:-width+"px"},scrollTime,"swing")};
