$(function() {
	// Index page slideshow
	$('#sponsor_slides').cycle({ 
		fx:    'fade', 
		delay: -3000,
		pause: 0,
		random: true,
		timeout: 5000
	});
});
