$ = jQuery;
		
		$(document).ready(function(){
			$('#headerslide').cycle({fx:'fade', timeout:'5000'});		
		});
