$(function(){
	if($('#slideshow').length>0){
//		$(window).load(function(){
			$('#slideshow').cycle({
				fx : 'fade'
			});
//		});
	}
});