Window.onDomReady ( function(){
	myShow = new Slideshow('splash',
					{
					   hu: 'images/splash/home/',
					   images: ['1.jpg','2.jpg','3.jpg'],
					   type: 'push',
					   transition:Fx.Transitions.Back.easeInOut,
					   duration: [1000, 8000]
					}
				   );
});
