// created by benjam welker
// 'cause i'm lazy =�// last updated: 2006-06-08

var link = '<a href="http://chess.javacrypt.com">Javacrypt Chess Club home</a> '
         + '<a href="http://chess.javacrypt.com/index.php?n=Contrib.WebChessUserGuide">WebChess User Guide</a> '
         + '<a href="http://chess.javacrypt.com/webchess/pgn/">View Completed Games</a> '
//         + '<a href="/webchess/" id="s">webchess</a> '
//         + '<a href="/nova/" id="n">nova</a> '
//         + '<a href="/games.php" id="g">games</a> '	
//         + '<a href="/wordpress/" id="b">blog</a> '
//         + '<a href="/wordpress/?page_id=71" id="l">links</a> '
//         + '<a href="/contact.php" id="c">&#99;o&#110;t&#97;c&#116;</a> '
         ;
document.write(link);
