document.observe("dom:loaded",function(){topTen.init()});var topTen={gameSelected:{obj:null,isCurrent:false},getPreloadInfo:function(){var a=new Array();preloadTopTenItems.each(function(b){a.push(b.PICTURE)});return a},preloadImages:function(){var b=new Array();var a=this.getPreloadInfo();a.each(function(c){var d=new Image();d.src=c;b.push(d)})},defaultGameMouseOver:function(f){var b=Event.element(f);var d=(b.match("li"))?b:b.up("li");this.gameSelected.isCurrent=(d==this.gameSelected.obj);if(!this.gameSelected.isCurrent){var c=this.gameSelected.obj;if(c!=null){c.removeClassName("current")}d.addClassName("current")}this.gameSelected.obj=d;var a=0;$$("#gameList li").each(function(j){if(d==j){var e=preloadTopTenItems[a];var h=e.URL;var k=$("topTenImage");k.setAttribute("src",e.PICTURE);var l=$("topTenTitle");l.update(e.TITLE);l.setAttribute("href",h);var i=$("topTenDescription");i.update(e.DESCRIPTION);var g=$("topTenImageUrl");g.setAttribute("href",h)}a++})},init:function(){var b=this;this.preloadImages();var a=$$("div.gameList");var c;if(a){$$("#gameList li").each(function(d){if(!c){c=d}d.observe("mouseover",b.defaultGameMouseOver.bindAsEventListener(b))})}this.defaultGameMouseOver(Event.fire(c,"mouseover"))}};