/*
 * @Script   BottomBar for SxSoft.net 
 * @author   Sirius <sirius@sxsoft.net>, <sirius@time.net.my>
 * @website  http://www.sxsoft.net/
 * @version  0.3
 * @copyright (c) Sirius
 * @date     2003-05-10
 * @date     2005-06-07, change date
 */

function writeBottomBar(){
    //document.writeln('<TR bgcolor="#000000"><TD class="botbar" align="center">');
    document.writeln('<Span class="botbar">');
    document.writeln('copyright reserved &copy; <a href="/index.htm" class="botbarlnk">Sirius</a> 1999-2006');
    document.writeln('</Span>');
    //document.writeln('</TD></TR>');
  //
}

    writeBottomBar();