<!-- 
function checkForm(testForm){

	if(testForm.username.value ==""){
	alert("Please fill in User ID.")
	testForm.username.select()
	return false;
	}	 

	if(testForm.password.value ==""){
	alert("Please fill in Password.")
	testForm.password.select()
	return false;
	}	 
}
function locationhref()
{
	location.href="cn_register.php"
}
//-->         
              document.write("<div id='login'>")
			  document.write("<form action='cn_login1.php' method='Post' onSubmit='return checkForm(this)'>")
                  document.write("Email: <input class='input2'   name=username /> ")
                    document.write("Γά&nbsp;&nbsp;Βλ:")                   
                      document.write("<input class='input2' type='password' name=password />")
                        document.write("&nbsp;&nbsp;<input  type='submit'   value='΅Η Β½'  class='button22'  onmouseover='this.className='button22_mouseover''  onmouseout='this.className='button22''/>")
                          document.write("&nbsp;&nbsp;<input class='button22' type='button'  value='Χ’ ²α'   rel='nofollow' onclick='return locationhref()''/>&nbsp;&nbsp;<font color='#FF0000'><a rel='nofollow' href='cn_pwrecover.php'>ΝόΌΗΓάΒλ?</a></font>") 
						 document.write("</form>")
                        document.write("</div>")	
						
						
 