/*
 * @author   Sirius <sirius@sxsoft.net>, <sirius@time.net.my>
 * @website  http://www.sxsoft.net/
 * @update   29-Feb-2004
 * @copyright (c) SxSoft.net
 */

function writeLinks(){
    document.writeln('<p align=center>');
    document.writeln('[ <a href="index.htm" >Home</a> |<a href="program.htm" >Programming</a> |');
    document.writeln('<a href="download.htm">Download</a> | <a href="history.htm" >History</a> |');
    document.writeln('<a href="/php/links.php">Links</a> | <a href="about.htm">About me</a> |');
    document.writeln('<a href="/php/gb/viewgb.php">View my guestbook</a>  ]</p>');
    document.writeln('<br>');
  //
}

  //Call function here
  writeLinks();

