window.addEvent('domready',function(){
var nS3 = new noobSlide({
	box: $('box1'),
	items: [0,1,2,3,4,5,6,7,8],
	interval: 3000,
	startItem: 0,
	addButtons: {
		previous: $('previous1'),
		stop: $('stop1'),
		play: $('play1'),
		next: $('next1')
	}
});
var nS3 = new noobSlide({
	box: $('box2'),
	items: [0,1,2,3,4,5,6,7,8],
	interval: 3000,
	startItem: 0,
	addButtons: {
		previous: $('previous1'),
		stop: $('stop1'),
		play: $('play1'),
		next: $('next1')
	}
});
var nS3 = new noobSlide({
	box: $('box3'),
	items: [0,1,2,3,4,5,6,7,8],
	interval: 3000,
	startItem: 0,
	addButtons: {
		previous: $('previous3'),
		stop: $('stop3'),
		play: $('play3'),
		next: $('next3')
	}
});
var nS3 = new noobSlide({
	box: $('box4'),
	items: [0,1,2,3,4,5,6,7,8],
	interval: 3000,
	startItem: 0,
	addButtons: {
		previous: $('previous4'),
		stop: $('stop4'),
		play: $('play4'),
		next: $('next4')
	}
});
var nS3 = new noobSlide({
	box: $('box5'),
	items: [0,1,2,3,4,5,6,7,8],
	interval: 3000,
	startItem: 0,
	addButtons: {
		previous: $('previous5'),
		stop: $('stop5'),
		play: $('play5'),
		next: $('next5')
	}
});
var nS4 = new noobSlide({
	box: $('box6'),
	items: [0,1,2],
	interval: 3000,
	startItem: 0,
	addButtons: {
		previous: $('previous6'),
		stop: $('stop6'),
		play: $('play6'),
		next: $('next6')
	}
});
});
