//  (c) 2002 Duley Hopkins & Associates, Inc. (http://www.dha-us.com)

//  ======================================================================

//  File: http://.../BAheader.js

//  Created: 05/10/2002 by L.F.Miller - DHA

//  Last updated: 05/19/2008 by Stacy Bradford- BA

//

//  NOTE: also save on bloodassurancesecure

//  ======================================================================

    

//=============================================================================

  if (window != top)				//running in someone else's frame

    top.location.href = location.href;		//run outside of frame 



//===============================================================================



  document.write("<TABLE border='0' width='825' align='center' cellPadding='0' cellSpacing='0'>" +

                 "  <TR class='bar'>" +

                 "    <TD colspan='3'><img src='" + path + "images/spacer.gif' width='1' height='3'><\/TD>" +

                 "  <\/TR>" +

                 "<\/TABLE>");



  document.write("<TABLE border='0' width='825' align='center' cellPadding='0' cellSpacing='0'>" +

                 "  <TR class='header'>" +

                 "    <TD class='bar'><img src='" + path + "images/spacer.gif' width='3' height='1'><\/TD></center>" +

                 "     <TD valign='top'>" + 

                 "      <img src='" + path + "images/topLogo.jpg' width='87' height='99' align='center' border='0' alt='Blood Assurance'>" +

                 "    <\/TD>" +

                 "    <TD class='header' valign='top' align='right'>" +

                 "        " + monthName + " " + thisDay + ", " + thisYear + "&nbsp;&nbsp;" +

                 "        <BR><center><img src='" + path + "images/topCenter.jpg' width='200' height='36' border='0' ></center><center><img src='" + path + "images/spacer.gif' width='260' height='1' border='0'><BR><img src='" + path + "images/topBar.jpg' width='596' height='50' border='0' alt='Blood Assurance Recipients'><\/TD></center>" +

                 "    <TD class='bar'><img src='" + path + "images/spacer.gif' width='3' height='1'><\/TD>" +

                 "  <\/TR>" +

                 "<\/TABLE>");



  document.write("<TABLE border='0' width='825' align='center' cellPadding='0' cellSpacing='0'>" +

                 "  <TR class='bar'>" +

                 "    <TD colspan='3'><img src='" + path + "images/spacer.gif' width='1' height='3'><\/TD>" +

                 "  <\/TR>");



  document.write("  <TR class='bar'>" +

                 "    <TD><img src='" + path + "images/spacer.gif' width='3' height='2'><\/TD>" +

                 "    <TD class='shaded2' width='718'><img src='" + path + "images/spacer.gif' width='1' height='2'><\/TD>" +

                 "    <TD><img src='" + path + "images/spacer.gif' width='3' height='2'><\/TD>" +

                 "  <\/TR>");



  document.write("  <TR class='bar'>" +

                 "    <TD class='bar'><img src='" + path + "images/spacer.gif' width='3' height='9'><\/TD>" +

                 "    <TD height='20' align='center' valign='CENTER' NOWRAP>" +

                 "      &nbsp;");

  document.write("      <A class='bar' HREF='" + base + "BA.html'" +

                 "         onMouseOver='window.status=\"Home\";return true;'" +

                 "         onMouseOut ='window.status=\" \";return true;'>" +

                 "         &nbsp;Home<\/A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

  document.write("      <A class='bar' HREF='" + base + "aboutBA.html'" +

                 "         onMouseOver='window.status=\"Blood Center Info\";return true;'" +

                 "         onMouseOut ='window.status=\" \";return true;'>" +

                 "         &nbsp;Blood Center Info<\/A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
                 
  document.write("      <A class='bar' HREF='" + base + "boneMarrow.html'" +

                 "         onMouseOver='window.status=\"About Bone Marrow Registry\";return true;'" +

                 "         onMouseOut ='window.status=\" \";return true;'>" +

                 "         &nbsp;Bone Marrow Info<\/A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

  document.write("      <A class='bar' HREF='" + base + "bloodDonation.html'" +

                 "         onMouseOver='window.status=\"Donate\";return true;'" +

                 "         onMouseOut ='window.status=\" \";return true;'>" +

                 "         &nbsp;Donate<\/A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

  document.write("      <A class='bar' HREF='" + base + "bloodFacts.html'" +

                 "         onMouseOver='window.status=\"About Blood\";return true;'" +

                 "         onMouseOut ='window.status=\" \";return true;'>" +

                 "         &nbsp;About Blood<\/A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

  document.write("      <A class='bar' HREF='" + base + "faq.html'" +

                 "         onMouseOver='window.status=\"FAQ\";return true;'" +

                 "         onMouseOut ='window.status=\" \";return true;'>" +

                 "         &nbsp;FAQ<\/A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

  document.write("      <A class='bar' HREF='" + base + "siteMap.html'" +

                 "         onMouseOver='window.status=\"Site Map\";return true;'" +

                 "         onMouseOut ='window.status=\" \";return true;'>" +

                 "         &nbsp;Site Map<\/A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

  document.write("      <A class='bar' HREF='" + base + "links.html'" +

                 "         onMouseOver='window.status=\"Links\";return true;'" +

                 "         onMouseOut ='window.status=\" \";return true;'>" +

                 "         &nbsp;Links<\/A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

  document.write("      <A class='bar' HREF='" + base + "contactUs.html'" +

                 "         onMouseOver='window.status=\"Contact Us\";return true;'" +

                 "         onMouseOut ='window.status=\" \";return true;'>" +

                 "         &nbsp;Contact Us<\/A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");



  document.write("    <\/TD>" +

                 "    <TD class='bar'><img src='" + path + "images/spacer.gif' width='3' height='9'><\/TD>" +

                 "  <\/TR>" +

                 "<\/TABLE>");

                                    