$(document).ready(function() {
    $('#headerright').cycle({
        fx:'fade',
        speed: 500,
        timeout: 5000,
        pause: 1,
        random: 0
    });
});

