$(document).ready(function(){$(".paging").show();$(".paging a:first").addClass("active");var a=$(".window").width();var b=$(".image_reel img").size();var d=a*b;$(".image_reel").css({width:d});rotate=function(){var f=$active.attr("rel")-1;var e=f*a;$(".paging a").removeClass("active");$active.addClass("active");$(".image_reel").animate({left:-e},500)};rotateSwitch=function(){play=self.setInterval(function(){$active=$(".paging a.active").next();if($active.length===0){$active=$(".paging a:first")}rotate()},15000)};rotateSwitch();if($.browser.msie){document.onfocusout=c}else{window.onblur=c}function c(){window.clearInterval(play)}$(".image_reel a").hover(function(){clearInterval(play)},function(){rotateSwitch()});$(".paging a").click(function(){$active=$(this);clearInterval(play);rotate();rotateSwitch();return false})});
