		var nS6 = new noobSlide({
			box: $('noobslideradio'),
			mode: 'vertical',
			items: $$('#noobslideradio div.qslide'),
			size: 69,	
			autoPlay: true,
			interval: 4000,
			fxOptions: {
				duration: 1000,
				transition: Fx.Transitions.Cubic.easeInOut,
				wait: false
			}

		});

