<!-- hide script from old browsers

function profileLogin(f){
	if (f.user.value == ""){
		alert("You must enter a username.");
		return false;
	}
	if (f.pass.value == ""){
		alert("You must enter a password.");
		return false;
	}

}

// end hiding script from old browsers -->