function tnphaleap(jumpto) 

   {
   var mytnpha=jumpto.hospice_mode_switch.selectedIndex;
   if (mytnpha == 1)
      {alert("Please click on a hospice calendar."); }
   else
      {location.href=jumpto.hospice_mode_switch.options[mytnpha].value; }
   }