
	window.addEvent('load', function(){
		var tswSlideshowData = {
			'http://www.macguffinbrothers.com/storage/images/clashofthetitans450X250.jpg': {thumbnail: 'http://www.macguffinbrothers.com/storage/images/clashofthetitans450X250.jpg', caption: 'The Review of Clash of the Titans'}, 
			'http://www.macguffinbrothers.com/storage/images/repo_men450X250.jpg': {thumbnail: 'http://www.macguffinbrothers.com/storage/images/repo_men450X250.jpg', caption: 'The Review of Repo Men'}, 
			'http://www.macguffinbrothers.com/storage/images/thegift450X250.png': {thumbnail: 'http://www.macguffinbrothers.com/storage/images/thegift450X250.png', caption: 'An amazing sci-fi Movie Short, &#39;The Gift&#39;'}, 
			'http://www.macguffinbrothers.com/storage/images/macguffinbrosreport450X250.jpg': {thumbnail: 'http://www.macguffinbrothers.com/storage/images/macguffinbrosreport450X250.jpg', caption: 'The Movie News'}
		};
		var tswSlideshow = new Slideshow('myslideshow', tswSlideshowData, 
			{controller: false, 
			paused: false, 
			loop: true, 
			height: 250, 
			width: 450, 
			delay: 5000,
			duration: 1200,
			thumbnails: true,
			captions: true,
			classes: ['myslideshow'],
			loader: {'animate': ['TacoComponents/Slideshow2/css/loader-#.png', 12]}});
		//Setup Thumbnail Gradients
		['a', 'b'].each(function(p){new Element('div', { 'class': 'overlay ' + p }).inject(tswSlideshow.slideshow.retrieve('thumbnails'))});
	});



