function start_hxs_slideshow() {
	HxsSlideShow = new SlideShow('banner', {
			delay: 20000,
			transition: 'fade',
			duration: 500,
			autoplay: true
		}); 
}

window.addEvent('domready', start_hxs_slideshow);

