ealiveon       = new Image();
ealiveon.src    = "images/ealive.jpg";
ealiveoff       = new Image();
ealiveoff.src   = "images/rollovers/ealive.jpg";
historicalon      = new Image();
historicalon.src   = "images/historical.jpg";
historicaloff      = new Image();
historicaloff.src  = "images/rollovers/historical.jpg";
galleryon     = new Image();
galleryon.src  = "images/gallery.jpg";
galleryoff     = new Image();
galleryoff.src = "images/rollovers/gallery.jpg";
artistson   = new Image();
artistson.src  = "images/artists.jpg";
artistsoff  = new Image();
artistsoff.src = "images/rollovers/artists.jpg";
ticketson  = new Image();
ticketson.src  = "images/tickets.jpg";
ticketsoff  = new Image();
ticketsoff.src = "images/rollovers/tickets.jpg";
marblehomeoff = new Image();
marblehomeoff.src = "images/marblehome.jpg";
marblehomeon = new Image();
marblehomeon.src = "images/rollovers/marblehomeover.jpg";
schillingon = new Image();
schillingon.src = "images/schilling.jpg";
schillingoff = new Image();
schillingoff.src = "images/rollovers/schilling.jpg";

function ealive() { 
  window.location.href =
    "#"; }
function historical() { 
  window.location.href =
    "#"; }
function gallery() { 
  window.location.href =
    "#"; }
function artists() { 
  window.location.href =
    "#"; }
function tickets() { 
  window.location.href =
    "#"; }
function marblehome() { 
  window.location.href =
    "#"; }
function schilling() { 
  window.location.href =
    "#"; }