$(function() {
    $("#masthead_photo").cycle({
        fx: 'fade',
        timeout: 5000
    });
});
