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



