// This Javascript routine generates the "CONTACT INFORMATION" for contacting The
// National Huguenot Society.  It contains the mailing address, phone number, and E-mail
// hotlink that many pages include at the bottom of the page.  Providing the information
// in this Javascript file enables a change to be made in one place and automatically
// reflected in all pages.


document.write('<table align=left cellpadding=0 cellspacing=0 border=0>')
document.write('     <tr><td colspan="2" align=left><I>For further information contact:</I><br>&nbsp;</td></tr>')
document.write('     <tr>')
document.write('         <td colspan="1" align=left><B>The National Huguenot Society</B></td>')
document.write('         <td rowspan=2 width="400" align="center"><FONT SIZE=3><B>Or </B></FONT><A href="/forms/info_req.htm" target="_blank"><B>E-Mail</B></A><FONT SIZE=3><B> inquiries and questions<BR>to <I>The National Huguenot Society</I></FONT></B></td>')
document.write('     </tr>')
document.write('     <tr><td colspan="2" align=left><B>7340 Blanco Road</B></td></tr>')
document.write('     <tr><td colspan="2" align=left><B>Suite 104</B></td></tr>')
document.write('     <tr><td colspan="2" align=left><B>San Antonio, TX 78216-4970</B></td></tr>')
document.write('     <tr><td colspan="2" align=left><B><FONT SIZE=-1><br>Telephone:   (210)  366-9995</FONT></B></td></tr>')
document.write('</table>')


//   include the following code in any HTML document to include this code when the page is loaded:
//          <SCRIPT SRC="/javascript/contact.js">
//          <!--
//          alert("Javascript error encountered.  Please notify Webmaster and provide URL of this page.");
//          //-->
//          </SCRIPT>
