// JavaScript Document

document.write('      <script language="javascript" src="scripts/md5.js" type="text/javascript"></script>');
document.write('      <script language="javascript" src="scripts/wclogin.js" type="text/javascript"></script>');
document.write('      <script type="text/javascript" src="scripts/formretain.js">');
document.write('      /***********************************************');
document.write('      * Remember Form Values script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)');
document.write('      * This notice MUST stay intact for legal use');
document.write('      * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code');
document.write('      ***********************************************/');
document.write('      </script>');

if (navigator.cookieEnabled == 0) {
document.write('        <img src="images/pill_login_header.gif" width="171" height="42" />');
document.write('        <div id="pill_content">');
document.write('        <span style="color:#FF0000; font-size:200%;">');
document.write('           You need to enable cookies to login!');
document.write('        </span>');
document.write('        </div>');
}
else
{
document.write('       <form name="entry" action="">');
document.write('        <img src="images/pill_login_header.gif" width="171" height="42" />');
document.write('        <div id="pill_content">');
document.write('          <input name="username" type="text" style="width:150px;" onfocus="this.style.backgroundImage=\'\';" onblur="reinsert(name)" />');
//document.write('          <input name="username" type="text" class="memorize" style="width:150px;"  onfocus="this.value=\'\';" onblur="reinsert(name)" />');
document.write('          <br />');
//document.write('          <input name="password" type="password" style="width:150px;" value="Password" onfocus="this.value=\'\'"  />');
document.write('          <input name="password" type="password" style="width:150px;" onfocus="this.style.backgroundImage=\'\';" onblur="reinsert(name)" />');
document.write('          <br />');
document.write('          <input type="hidden" name="mode" value="html" checked="checked" /> ');
document.write('          <input type="hidden" name="mode" value="client" disabled="disabled" /> ');
document.write('          <div style="width:100%; padding-top: 3px; text-align:right;"> <span style="float: left; text-align:left; position: relative; left: 5px; top: 15px; "><a href="/public/code/html-need_help" class="hoverunderline bold gray">Help ?</a><br />');
document.write('            <a href="/public/code/html-lost_password" class="hoverunderline gray">Lost password ?</a> </span>');
document.write('              <INPUT onclick="HashedResponse(); return false;" type="submit" value=Login> ');
document.write('          </div>');
document.write('        </div>');
document.write('      </form>');
//document.write('        <form name="login" action="https://10.10.10.203/login" method="get"> ');
document.write('        <form name="login" action="https://www.ablelink.org/login" method="get"> ');
document.write('          <input type="hidden" name="js"  value="1" /> ');
document.write('          <input type="hidden" name="mode"  value="" /> ');
document.write('        </form> ');

}

document.write('        <div style="background-image:url(images/pill_register_header.gif); height:67px; width:171px;"></div>');
document.write('        <div id="pill_register">');
document.write('          <div id="pill_content">');
document.write('            <div class="bold">Not a Member? </div>');
document.write('            Register Here to get started!');
document.write('            <div class="alignright" style="padding: 4px 5px 3px 0;">');
document.write('              <input name="Register" type="button" value="Register" onClick="Javascript:location.href=\'registration.html\'" />');
document.write('            </div>');
document.write('          </div>');
document.write('        </div>');
