$(document).ready(function(){	$('#slideshow p').cycle({ 	    fx:     'fade', 	    timeout: 5000, 	    delay:  -1000 	});});