$(document).ready(function(){

    $('#header_banner').cycle({
		fx: 'fade',
		timeout: 2000
	});

});

