//  (c) 2002 Duley Hopkins & Associates, Inc. (http://www.dha-us.com)

//  ======================================================================

//  File: http://.../BAfooter.js

//  Created: 05/10/2002 by L.F.Miller - DHA

//  Last updated: 08/13/2007 by Stacy Bradford - BA

//

//  NOTE: also save on bloodassurancesecure

//  ======================================================================



  document.write("<TABLE class='footer' border='0' width='780' align='center' cellPadding='0' cellSpacing='0'>" +

                 "  <TR>" +

                 "    <TD colspan='4'><img src='" + path + "images/spacer.gif' width='1' height='3'><\/TD>" +

                 "  <\/TR>");



  document.write("  <TR>" +

                 "    <TD><img src='" + path + "images/spacer.gif' width='3' height='2'><\/TD>" +

                 "    <TD class='shaded2' width='718' colspan='2'><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>" +

                 "    <TD height='20'><img src='" + path + "images/spacer.gif' width='3' height='20'><\/TD>" +

                 "    <TD class='footer' valign='center'>" +

                 "      <A class='footer' HREF='privacyBA.html'" +

                 "         onMouseOver='window.status=\"Privacy Policy\";return true;'" +

                 "         onMouseOut ='window.status=\" \";return true;'>" +

                 "         &copy; 2003 Blood Assurance, Inc.<\/A>" +

                 "    <\/TD>" +
                 
                                 

                 "  <\/TR>");



  document.write("  <TR>" +

                 "    <TD colspan='4'><img src='" + path + "images/spacer.gif' width='1' height='3'><\/TD>" +

                 "  <\/TR>" + 

                 "<\/TABLE>");