$(document).ready(function() {
    $('.masthead_image').cycle({
fx: 'fade',
timeout: 6000,
speed: 2000,
delay: -2000
	});
});
