window.addEvent('domready',function(){
			var hs2 = new noobSlide({
				box: $('box-home'),
				items: [1,2,3,4,5,6,7,8],
				interval: 5000,
				autoPlay: true,
				fxOptions: {
					duration: 1000,
					transition: Fx.Transitions.Cubic.easeOut,
					wait: false
				}
			});
		});
