window.addEvent('domready',function(){
	var nS1 = new noobSlide({autoPlay:true,box:$('heroBox'),fxOptions:{duration:300,wait:false},handles:$$('#heroHandle span'),handle_event:'mouseenter',interval:7000,items:[0,1,2,3,4],onWalk:function(currentItem,currentHandle){this.handles.removeClass('active');currentHandle.addClass('active');},size:768});
	/*var nS2 = new noobSlide({autoPlay:true,box:$('homeAdBox'),fxOptions:{duration:300,wait:false},interval:4500,items:$$('#homeAdBox>div'),size:188});*/
	var nS3 = new noobSlide({box:$('homeTabBox'),fxOptions:{duration:200,wait:false},handles:$$('#homeTabHandle span'),items:[0,1,2,3,4,5],mode:'vertical',onWalk: function(currentItem,currentHandle){this.handles.removeClass('active');currentHandle.addClass('active');},size:250});
});

