// login function
$(function(){
	document.loginActionForm.account.focus();
});

