	window.addEvent('domready',function(){
		//SAMPLE 2 (transition: Bounce.easeOut)
		var hs2 = new noobSlide({
			box: $('box2'),
			items: [1,2,3,4,5,6,7,8,9,10,11,12,13,14],
			interval: 5000,
			size: 470,
			fxOptions: {
				duration: 1000,
				transition: Fx.Transitions.Expo.easeOut,
				wait: false
			},
			buttons: {
				previous: $('prev1'),
				play: $('play1'),
				stop: $('stop1'),
				next: $('next1')
			}
		});
        })

