function checkemail() {
	if (document.loginform.emailaddress.value == '') {
		document.loginform.emailaddress.value = 'email address';
	}
}