var mySlideShow;

window.addEvent('domready',function(){
	
	// instance with a few options
	mySlideShow = new SlideShow('welcomefader',{
		delay: 8000,
		autoplay: true
	});
	
});


