$(function() {
    var startIndex = Math.floor(Math.random()*5);
    $('#header .cycle').cycle({ timeout: 7000, delay: -3500, speed: 1300, startingSlide: startIndex, pause: 0, height: 'auto' });
    $('#menu img').rollover();
})

