// JavaScript Document

jQuery(function(){
				
				

jQuery("#slideshow").cycle({
			'timeout': 5000,
			'pager': '#switch'
		});

});
