				
				function submitForm()
				{
					document.formLog.submit();
				}
								
				document.write(<form action="authentication.php" name="formLog" id="formLog" method="POST" enctype="multipart/form-data">
					<label>Login Name</label><img src="img/spacer.gif" border="0" width="0px" height="1px" /> :
					<input name="uname" type="text" id="uname" value="" size="30" maxlength="30" /><br />
					<label>Password</label><img src="img/spacer.gif" border="0" width="12px" height="1px" /> :
					<input name="upasswd" type="password" id="upasswd"  value="" size="30" maxlength="20" /><br />
					<input type="checkbox" name="uremember" value="1"  /><label>remember me on this computer</label>
                    <br />
					<a href="javascript:submitForm();"> Sign In </a><a href="reg.php"> Join with us </a>
					</form>);