function checkLogin(){
	if(!validate({id:"password",alerts:"Please enter your password"})) return false;
	return true;
}