// $Id: script.js,v 1.1.8.1 2009/06/19 02:36:38 shannonlucas Exp $

			andagohov = new Image();
			andagohov = "/images/andagohov.png";
			apelonhov = new Image();
			apelonhov = "/images/apelonhov.png";
			goldbeltwolfhov = new Image();
			goldbeltwolfhov = "/images/goldbeltwolfhov.png";
			sagesofthov = new Image();
			sagesofthov = "/images/sagesofthov.png";
			transformationshov = new Image();
			transformationshov = "/images/transformationshov.png";
			wintergreenhov = new Image();
			wintergreenhov = "/images/wintergreenhov.png";
			karoshov = new Image();
			karoshov = "/images/karoshov.png";
			apixiohov = new Image();
			apixiohov = "/images/apixiohov.png";
			firestarhov = new Image();
			firestarhov = "/images/firestarhov.png";
			nitorgrouphov = new Image();
			nitorgrouphov = "/images/nitorgrouphov.png";

$(document).ready(function(){
  $('#block-menu-primary-links li').hover(
    function(){
      $('ul:first', $(this)).show();
    },
    function(){
      $('ul', $(this)).hide();
    }
  );
});

/**
 * @file script.js
 * General JavaScript functions for the theme. A default file is required to
 * get Drupal to automatically load jQuery.
 */

