$(function(){
	$('#header').cycle({ 
	    delay:  1000, 
	    speed:  800
	}); 
}); 

