$(document).ready(function(){
	if($('.slideshow').length > 0){		
		$('.slideshow').cycle({
			speed: 1000,
			timeout: 8000
		});
	}
});
