var itemTimer;

jQuery(function($) {
    // Your code using failsafe $ alias here...

    $("ul.sf-menu").superfish({
        animation: { height: 'show' },
        speed: 300,
        autoArrows: false,
        dropShadows: false
    }).find("ul").bgIframe();

    //Banner slide show
    $(".rotatingwrpr").cycle({
        fx: 'fade',
        speed: 700,
        timeout: 5000
    });
 
});
