// JavaScript Document

window.addEvent('domready', function(){
 var data = {
 		'feature1.png': { caption: 'Caption', href: 'http://www.tomstours.com.au/flinders-ranges-tours.html'}, 
		'feature2.png': { caption: 'Caption', href: 'http://www.tomstours.com.au/adelaide-hills-tour.html'}, 
		'feature3.png': { caption: 'Caption', href: 'http://www.tomstours.com.au/flinders-ranges-tours.html'},
		'feature4.png': { caption: 'Caption', href: 'http://www.tomstours.com.au/kangaroo-island-tour.html'},
		'feature5.png': { caption: 'Caption', href: 'http://www.tomstours.com.au/strawberry-cherry-farm.html'} 
    }; 
	var myShow = new Slideshow.Push ('show', data, {controller: true, captions: {duration: 600,  delay:3500, transition: 'expo:in:out', overlap:false}, height: 320, width: 710, hu: 'images/slides/', linked: true, resize: false, thumbnails: false, duration: 800, delay:3500, transition: 'expo:in:out'});
	
});


