function init(){
	// Place the cursor in the userid field of the login form by default
	document.loginForm.userid.focus();
}