		
			document.write('<div id="loginbox">');
			document.write('<form action="/cgi-bin/recordcollector/user.pl" method="post">');
			document.write('<input type="hidden" name="act" value="login">&nbsp;&nbsp;');
			document.write('Username: <input type="text" class="tbox" name="username">&nbsp;&nbsp;');
			document.write('Password: <input type="password" class="tbox" name="password">&nbsp;&nbsp;');
			document.write('<input type="image" src="/userdata/shim.gif">');
			document.write('</form>');
			document.write('</div>');

			