var itemTimer;

jQuery(function($) {
    // Your code using failsafe $ alias here...

    $("ul.sf-menu").superfish({
        animation: { height: 'show' },
        speed: 0,
        autoArrows: false,
        dropShadows: false
    }).find("ul").bgIframe();
  
});
