$(document).ready(function() {
	$('div.slideshow img').wrap('<a href="index.php/customers" />');
    $('.slideshow').cycle({
		fx: 'fade',
		speed: 1000,
		timeout: 5000 
	});
});