document.writeln('<fieldset><legend>Acceder a Mi Cuenta</legend>');
document.writeln('<FORM METHOD=POST ACTION=/user/login/><INPUT TYPE=HIDDEN NAME=returnto VALUE=/>');
document.writeln('Su E-mail: <INPUT TYPE=TEXT NAME=email SIZE=20 MAXSIZE=72><br>');
document.writeln('Contrase&ntilde;a: <INPUT TYPE=PASSWORD NAME=newpassword SIZE=20 MAXSIZE=72><br><INPUT TYPE=SUBMIT VALUE=Ingresar></form>');
document.writeln('<A HREF=/user/lostpas/>Recuperar la contrase&ntilde;a</A><br>');
document.writeln('<A HREF=/user/new/>Registrarse (Gratis!)</A> - s&oacute;lo lleva un minuto.<br>');
document.writeln('</fieldset>');

