$(document).ready(function() {
    $('#header_slideshow').cycle({
		fx: 'fade',
        timeout: 60000
	});
});


