	//<![CDATA[
	  window.addEvent('domready', function(){
      // Load your images here
	    var data = {
			"bedroom_1.jpg":{
				caption: 'Come down to see us today.',
			},
			"bedroom_2.jpg":{
				caption: 'In addition to bedding, we sell bedrooms! '
			},
			"bedroom_3.jpg":{
				caption: 'The bedroom of your dreams is right around the corner'
			},
			"bedroom_4.jpg":{
				caption: 'While in the shop, check out our kids\' furniture'
			},
			"bedroom_5.jpg":{
				caption: 'Simmons mattresses in all sizes and types',
				href:'intpages.php?pageid=366'
			},
			"bedroom_6.jpg":{
				caption: 'Restonic mattresses with the Marvleous Middle',
				href:'intpages.php?pageid=368'
			},
			"bedroom_7.jpg":{
				caption: 'Your home for Tempurpedic mattresses',
				href:'intpages.php?pageid=358'
			}
	    };
	    // Initialize the Slideshow instance
	    var myShow = new Slideshow('show', data, { 
			center: true,
			width: 968, 
			height:200, 
			delay:3000,
			overlap: true, 
			captions:true, 
			hu: 'images/',
			thumbnails: false,
			overlayImage: 'images/logo.png'
		 });
	  });
	//]]>