$(document).ready(function() {

	$('#hpmain ul').cycle({ 
	    fx:    'fade', 
	    timeout:  10000 
	});
    
}); 
