var siteSlideShow;

window.addEvent('domready',function(){	
	siteSlideShow = new SlideShow('mooSlide',{
		delay:7000,
		autoplay:true
	});
	
});
