// Javascript functions to be loaded on page load
$(document).ready(function () {
  // Links with rel="external" open in new windows
  externalLinks();
  // Loads the stylesheet switcher
  //stylesheetLoad();
  // Javascript menus
  //prepareMenu();
  // Give focus to the general search box
  //focusGeneralSearch();
  // Hide unwanted elements
  hideElements();
});

// IE Only onLoad
//if (window.attachEvent) {
//	addLoadEvent(sfHover);					// Son of Suckerfish CSS menu
//}

// onUnload Events
// Stylesheet switcher
//$(window).unload(stylesheetUnload());