//--------------------main table-------------------
document.write('<TABLE cellpadding="20" cellspacing="0" border="0" BORDERCOLOR="#000000"><tr><td ALIGN="LEFT" VALIGN="TOP">');
//--------------------login page-------------------
document.write('<span class="sidebartext">');
document.write('<span class="title">');
document.write('Exco Member Login');
document.write('</span>');
document.write('<hr>');

document.write('<form style="margin-top: 0px;" action="http://www.hatemalo.org/xoops/user.php" method="post">');
document.write('Username: <br />');
document.write('<input type="text" name="uname" size="12" value="" maxlength="25" /><br />');
document.write('Password: <br />');
document.write('<input type="password" name="pass" size="12" maxlength="32" /><br />');
document.write('<input type="hidden" name="xoops_redirect" value="/xoops/" />');
document.write('<input type="hidden" name="op" value="login" />');
document.write('<input type="submit" value="Login" /><br />');
document.write('</form>');


document.write('<hr>');

//--------------------------------------------------
document.write('</td></tr>');
document.write('</span>');
document.write('</table>');

