$(document).ready(function(){
	$('.slideshow').cycle({
		fx:     'fade',
		timeout: 3000,
		pager:  '.pager',
		before: function() { if (window.console) console.log(this.src); }
	});
});

