window.addEvent('domready',function(){var hero_slides=new noobSlide({box:$('slides'),items:$$('#slideshow #slides .item'),size:912,autoPlay:true,handles:$$('#tabs li a'),onWalk:function(currentItem,currentHandle){this.handles.removeClass('on');currentHandle.addClass('on');}});$$('#tabs li a').addEvents({'click':function(){hero_slides.stop();}});});