$(document).ready(function() {
    $('.page_image').cycle({ 
	    fx:    'fade', 
	    speed:  4000 
	 });
});
