$(document).ready(function(){
	// Enter jquery code to be launched when the document is ready

	//slideshow in header
	 $('#slider').cycle({
		timeout: 5000,
		speed: 3000,
		sync: 1
	 });
});