<!-- this javascript preloads images and sets up rollovers -->
<!--
if (document.images) {
  homeOn = new Image
  homeOff = new Image
  donateOn = new Image
  donateOff = new Image
  aboutdonateOn = new Image
  aboutdonateOff = new Image
  marrowOn = new Image
  marrowOff = new Image
  newsOn = new Image
  newsOff = new Image
  aboutusOn = new Image
  aboutusOff = new Image
  financialOn = new Image
  financialOff = new Image
  healthcareOn = new Image
  healthcareOff = new Image
  partnerOn = new Image
  partnerOff = new Image
  contactOn = new Image
  contactOff = new Image
  eligibleOn = new Image
  eligibleOff = new Image
  locationhomeOn = new Image
  locationhomeOff = new Image
  appointmentOn = new Image
  appointmentOff = new Image
  accessOn = new Image
  accessOff = new Image
  accountOn = new Image
  accountOff = new Image

  homeOn.src = "/default/images/topnav/nav_home_on.gif"
  homeOff.src = "/default/images/topnav/nav_home_off.gif"
  donateOn.src = "/default/images/topnav/nav_donate_on.gif"
  donateOff.src = "/default/images/topnav/nav_donate_off.gif"
  aboutdonateOn.src = "/default/images/topnav/nav_aboutdonate_on.gif"
  aboutdonateOff.src = "/default/images/topnav/nav_aboutdonate_off.gif"
  marrowOn.src = "/default/images/topnav/nav_marrow_on.gif"
  marrowOff.src = "/default/images/topnav/nav_marrow_off.gif"
  newsOn.src = "/default/images/topnav/nav_news_on.gif"
  newsOff.src = "/default/images/topnav/nav_news_off.gif"
  aboutusOn.src = "/default/images/topnav/nav_about_on.gif"
  aboutusOff.src = "/default/images/topnav/nav_about_off.gif"
  financialOn.src = "/default/images/topnav/nav_financial_on.gif"
  financialOff.src = "/default/images/topnav/nav_financial_off.gif"
  healthcareOn.src = "/default/images/topnav/nav_healthcare_on.gif"
  healthcareOff.src = "/default/images/topnav/nav_healthcare_off.gif"
  partnerOn.src = "/default/images/topnav/nav_partner_on.gif"
  partnerOff.src = "/default/images/topnav/nav_partner_off.gif"
  contactOn.src = "/default/images/topnav/nav_contact_on.gif"
  contactOff.src = "/default/images/topnav/nav_contact_off.gif"
  eligibleOn.src = "/default/images/home/task_eligible_on.gif"
  eligibleOff.src = "/default/images/home/task_eligible_off.gif"
  locationhomeOn.src = "/default/images/home/task_location_on.gif"
  locationhomeOff.src = "/default/images/home/task_location_off.gif"
  appointmentOn.src = "/default/images/home/task_appointment_on.gif"
  appointmentOff.src = "/default/images/home/task_appointment_off.gif"
  accessOn.src = "/default/images/home/nav_access_on.gif"
  accessOff.src = "/default/images/home/nav_access_off.gif"
  accountOn.src = "/default/images/home/nav_account_on.gif"
  accountOff.src = "/default/images/home/nav_account_off.gif"
}

else{
  homeOn = ""
  homeOff = ""
  donateOn = ""
  donateOff = ""
  aboutdonateOn = ""
  aboutdonateOff = ""
  marrowOn = ""
  marrowOff = ""
  newsOn = ""
  newsOff = ""
  aboutusOn = ""
  aboutusOff = ""
  financialOn = ""
  financialOff = ""
  healthcareOn = ""
  healthcareOff = ""
  partnerOn = ""
  partnerOff = ""
  contactOn = ""
  contactOff = ""
  eligibleOn = ""
  eligibleOff = ""
  locationhomeOn = ""
  locationhomeOff = ""
  appointmentOn = ""
  appointmentOff = ""
  accessOn = ""
  accessOff = ""
  accountOn = ""
  accountOff = ""
}
//-->
