	//<![CDATA[
	  window.addEvent('domready', function(){
	    var data = {
	      '1.jpg': { caption: 'Anstruther Golf Club.' }, 
	      '2.jpg': { caption: 'Anstruther Golf Club' }, 
	      '3.jpg': { caption: 'Anstruther Golf Club' }, 
	      '4.jpg': { caption: 'Anstruther Golf Club' },
	      '5.jpg': { caption: 'Anstruther Golf Club' },
	      '6.jpg': { caption: 'Anstruther Golf Club' },


 };
	    var myShow = new Slideshow('show', data, {hu: 'images/', delay: 6000, duration: 1000, controller: false, thumbnails: false, random: false, height: 222,});
	  });
	//]]>
	
	// hu - is the location of the images
	// delay - is the time the image will be shown (1000 = 1 second). 
	// duration - is the transitions time (1000 = 1 second).
	// controller - will show the slideshow controls when the mouse is over the top of the show
	// thumbnails - will show a thumnail of the images along the bottom of the show
	// random - will show the imaages in a random order
	// height - the height of the images
	// width - the width of the images
	
	// For full doc's http://code.google.com/p/slideshow/
