function topNav()
{
   document.write( '<table border="0" cellpadding="0" cellspacing="0">');
   document.write( '  <tr>');
   document.write( '    <td><a href="../index.html"><img src="../images/nav_logo.gif" border="0" width="125" height="40"></a></td>');
   document.write( '    <td><img src="../images/nav_spacer.gif" width="1" height="40"></td>');
   document.write( '    <td><a href="../analysis.html"><img src="../images/nav_analysis.gif" border="0" width="63" height="40"></a></td>');
   document.write( '    <td><img src="../images/nav_spacer.gif" width="1" height="40"></td>');
   document.write( '    <td><a href="../rating.html"><img src="../images/nav_rating.gif" border="0" width="63" height="40"></a></td>');
   document.write( '    <td><img src="../images/nav_spacer.gif" width="1" height="40"></td>');
   document.write( '    <td><a href="../tips.html"><img src="../images/nav_tips.gif" border="0" width="64" height="40"></a></td>');
   document.write( '    <td><img src="../images/nav_spacer.gif" width="1" height="40"></td>');
   document.write( '    <td><a href="../follow/"><img src="../images/nav_follow.gif" border="0" width="63" height="40"></a></td>');
   document.write( '    <td><img src="../images/nav_spacer.gif" width="1" height="40"></td>');
   document.write( '    <td><a href="../system.html"><img src="../images/nav_system.gif" border="0" width="64" height="40"></a></td>');
   document.write( '    <td><img src="../images/nav_spacer.gif" width="1" height="40"></td>');
   document.write( '    <td><a href="../ck/"><img src="../images/nav_ck.gif" border="0" width="50" height="40"></a></td>');
   document.write( '    <td><img src="../images/nav_spacer.gif" width="1" height="40"></td>');
   document.write( '    <td><a href="../stat.html"><img src="../images/nav_stat.gif" border="0" width="65" height="40"></a></td>');
   document.write( '    <td><img src="../images/nav_spacer.gif" width="1" height="40"></td>');
   document.write( '    <td><a href="../club/"><img src="../images/nav_club.gif" border="0" width="64" height="40"></a></td>');
   document.write( '    <td><img src="../images/nav_spacer.gif" width="1" height="40"></td>');
   document.write( '    <td><a href="../email.html"><img src="../images/nav_email.gif" border="0" width="65" height="40"></a></td>');
   document.write( '    <td><img src="../images/nav_spacer.gif" width="1" height="40"></td>');
   document.write( '    <td><img src="../images/nav_right.gif" border="0" width="62" height="40"></td>');
   document.write( '  </tr>');
   document.write( '</table>');

}