window.addEvent('domready',function(){
		var hs4 = new noobSlide({
			box: $('box4'),
			items: $ES('div','box4'),
			size: 790,
			handles: $ES('span','handles4'),
			onWalk: function(currentItem,currentHandle){
				$('info4').setHTML(currentItem.getFirst().innerHTML);
				this.handles.removeClass('active');
				currentHandle.addClass('active');
			}
		});
});
