var images=["/Content/Graphics/Banner0001.jpg","/Content/Graphics/Banner0002.jpg","/Content/Graphics/Banner0003.jpg","/Content/Graphics/Banner0004.jpg","/Content/Graphics/Banner0005.jpg","/Content/Graphics/Banner0006.jpg"];var image=0;$("<img />").load(function(){if(image<images.length){window.setTimeout(function(){this.src=images[image]},0);image++}}).load();var $banner,$bannerOuter;$(document).ready(function(){$banner=$("#Banner");$banner.css("opacity",0).wrap("<div></div>");$bannerOuter=$banner.parent();$bannerOuter.css({clear:"right",backgroundPosition:"25px 8px",backgroundRepeat:"no-repeat"});showImage(true)});function showImage(B){var A=Math.floor(new Date().getSeconds()/10);$bannerOuter.css({backgroundImage:"url(".concat(images[A],")")});if(!B){$banner.css({backgroundImage:"url(".concat(images[A==0?images.length-1:A-1],")"),opacity:1}).animate({opacity:0},1000)}window.setTimeout(showImage,10000)};
