$(document).ready(function(){
    $('#myslide').cycle({
            fx: 'fade',
            timeout: 4500,
            random: true
    });
});


