$(document).ready(function(){
  	  
	$('#header_pics').cycle({ 
	    fx:     'fade',
	    speed: 3500,
	    timeout:  4500, 
	    random:  1 
	});

});
