window.addEvent ('domready', function() {
	var data = {
		'5spotrocker.jpg': {href: '/photo/product.html'},
		'crosses.jpg': {href: '/photo/random.html'},
		'felguard.jpg': {href: '/photo/people.html'},
		'factory.jpg': {href: '/photo/places.html'},
		'badcathotcat.jpg': {href: '/photo/product.html'},
		'tree.jpg': {href: '/photo/random.html'},
		'alexa-fish.jpg': {href: '/photo/people.html'},
		'roys.jpg': {href: '/photo/places.html'}
	};

	var indexerShow = new Slideshow('indexshow', data, {
		controller: {
			transition: Fx.Transitions.Back.easeInOut,
			duration: 1000
		},
		hu: '/images/galleries/index/',
		loader: false,
		thumbnails: false,
		resize: false,
		overlap: false,
		captions: false,
		controller: false,
		random: false
	});

});
