<!-- 
document.writeln('<STYLE>');

document.writeln('a:hover {');
document.writeln('color : yellow;');
document.writeln('background-color : #003399;');
document.writeln('text-decoration : none;');
document.writeln('}');

document.writeln('</STYLE>');



document.writeln('<TABLE BORDER="0" CELLPADDING="2" WIDTH="100%">');
document.writeln('  <TR>');
document.writeln('    <TD><P ALIGN=Center>');
document.writeln('      <FONT face="Verdana, Helvetica" size="2">|');


document.writeln('      <A HREF="../index.php">Home</A>');

document.write(' | <A HREF="../credits.html" onClick="window.open(\'..\/credits.html\',\'newWin\',\'scrollbars=no,resizable=yes,width=500,height=440,left=200,top=50\');return false;">Credits</A>') 

document.writeln('      | <A HREF="http://www.bridgeaholics.com/sphider/search.php">Search');
document.writeln('      Site</A> | <BR>');

document.writeln('      | <A HREF="mailto:info@bridgeaholics.com">Contact Us</A> |');

document.writeln('       <A HREF=../sitemap.html>Site Map</A> |');

document.writeln('      </FONT><BR>');
document.writeln('      <BR>');

document.writeln('  ');
document.writeln('  </TR>');
document.writeln('</TABLE>');
// -->
