window.addEvent('domready', function(){
  // Slideshow at top on homepage
	var datahome = {
		'hdr1.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'hdr2.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'hdr3.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'hdr4.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'hdr5.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }
	};
	var slideshome = new Slideshow('slideshome', datahome, { captions: false, controller: false, delay: 5000, height: 250, hu: 'img/', width: 700 });

	var datatop = {
		'hdr1.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'hdr2.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'hdr3.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'hdr4.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'hdr5.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' },
		'hdr6.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }
	};
	var slidestop = new Slideshow('slidestop', datatop, { captions: false, controller: false, delay: 5000, height: 250, hu: 'img/', width: 700 });

	var dataattractions = {
		'attraction5.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'attraction6.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'attraction7.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'attraction1.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'attraction2.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'attraction3.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'attraction4.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }
	};
	var slidesattractions = new Slideshow('slidesattractions', dataattractions, { captions: false, controller: false, delay: 5000, height: 250, hu: 'img/', width: 700 });

	var datarest = {
		'restaurant1.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'restaurant2.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'restaurant3.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'restaurant4.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'restaurant5.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }
	};
	var slidesrest = new Slideshow('slidesrest', datarest, { captions: false, controller: false, delay: 5000, height: 250, hu: 'img/', width: 700 });

	var datatourist = {
		'tourinfo1.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'tourinfo2.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'tourinfo3.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
		'tourinfo4.jpg': { caption: 'Welcome to Hotel Liberty Hollywood' }, 
	};
	var slidestourist = new Slideshow('slidestourist', datatourist, { captions: false, controller: false, delay: 5000, height: 250, hu: 'img/', width: 700 });

  // Slideshow of banners on right
	var databanners = {
		'banners1.jpg': { caption: '' }
	};
	var slidesBanners = new Slideshow('slidesbanners', databanners, { captions: false, controller: false, delay: 5000, height: 120, hu: 'img/', width: 160 });
});
