jQuery(
  function()
  {
    $("#main-menu").supersubs(
      {
        minWidth:     12
      }
    ).superfish(
      {
        animation:    {opacity:'show',height:'show'},
        autoArrows:   false,
        delay:        0,
        dropShadows:  true,
        hoverClass:   'sfHover',
        speed:        'fast'
      }
    );
    setTimeout("$('#recent-item-image').slideUp(750);setTimeout(\"$('#recent-item-image').remove()\", 750);", 1500);
    initLabeledInput('quick-search', static['quick-search']);
    $('.swap-image').mouseover(swapImageOver).mouseout(swapImageOut);
    $('.hover-link').mouseover(hoverLink);
    $('.hover-image').mouseover(hoverImage);
  }
);

