window.addEvent('domready', function(){
	var data = {
		'overciew.jpg': { caption: 'overciew' }, 
		'amenities.jpg': { caption: 'amenities' }, 
		'dining7.jpg': { caption: 'dining' }, 
		'meetings.jpg': { caption: 'meetings' }, 
		'shopping.jpg': { caption: 'shopping' }, 
		'gallery.jpg': { caption: 'gallery' }
	};
	var myShow = new Slideshow('slideshome', data, { captions: false, controller: true, delay: 5000, height: 180, hu: 'img/slides/', width: 498 });

	var data2 = {
		'dining.jpg': { caption: 'dining' }, 
		'dining2.jpg': { caption: 'dining' }, 
		'dining6.jpg': { caption: 'dining' }, 
		'dining4.jpg': { caption: 'dining' }, 
		'dining5.jpg': { caption: 'dining' }
	};
	var myShow2 = new Slideshow('slide_dining', data2, { captions: false, controller: false, delay: 5000, height: 180, hu: 'img/slides/', width: 498 });

	var data3 = {
		'shopping.jpg': { caption: 'shopping 1' }
	};
	var myShow3 = new Slideshow('slide_shopping', data3, { captions: false, controller: false, delay: 5000, height: 180, hu: 'img/slides/', width: 498 });

	var data4 = {
		'tourists.jpg': { caption: 'tourists' },
		'tourists2.jpg': { caption: 'tourists' },
		'tourists3.jpg': { caption: 'tourists' },
		'tourists4.jpg': { caption: 'tourists' }
	};
	var myShow4 = new Slideshow('slide_tourists', data4, { captions: false, controller: false, delay: 5000, height: 180, hu: 'img/slides/', width: 498 });

	var data5 = {
		'attractions.jpg': { caption: 'attractions' }, 
		'attractions2.jpg': { caption: 'attractions' }, 
		'attractions3.jpg': { caption: 'attractions' },  
		'attractions4.jpg': { caption: 'attractions' }
	};
	var myShow5 = new Slideshow('slide_attractions', data5, { captions: false, controller: false, delay: 5000, height: 180, hu: 'img/slides/', width: 498 });


	var data6 = {
		'amenities.jpg': { caption: 'amenities ' }, 
		'amenities2.jpg': { caption: 'amenities' }, 
		'amenities3.jpg': { caption: 'amenities' },
		'amenities4.jpg': { caption: 'amenities' }, 
		'amenities5.jpg': { caption: 'amenities' }, 
		'amenities6.jpg': { caption: 'amenities' }
	};
	var myShow6 = new Slideshow('slide_amenities', data6, { captions: false, controller: false, delay: 5000, height: 180, hu: 'img/slides/', width: 498 });


	var data7 = {
		'meetings.jpg': { caption: 'meetings ' }, 
		'meetings2.jpg': { caption: 'meetings ' }, 
		'meetings3.jpg': { caption: 'meetings ' }
	};
	var myShow7 = new Slideshow('slide_meeting', data7, { captions: false, controller: false, delay: 5000, height: 180, hu: 'img/slides/', width: 498 });


	var data8 = {
		'bestwestern1.jpg': { caption: 'promotion ' }, 
		'bestwestern2.jpg': { caption: 'promotion ' }, 
		'bestwestern3.jpg': { caption: 'promotion ' }, 
		'bestwestern4.jpg': { caption: 'promotion ' }, 
		'bestwestern5.jpg': { caption: 'promotion ' }, 
		'bestwestern6.jpg': { caption: 'promotion ' }, 
		'bestwestern7.jpg': { caption: 'promotion ' }, 
		'bestwestern8.jpg': { caption: 'promotion' }
	};
	var myShow8 = new Slideshow('promotion', data8, { captions: false, controller: false, delay: 5000, height: 120, hu: 'img/slides/', width: 240 });
});