var ALERT_ENTER_NAME = "Please enter your name.";
var ALERT_ENTER_EMAIL = "Please enter your email address.";
var ALERT_ENTER_FRIEND_EMAIL = "Please enter your friend\'s email address.";
var ALERT_INVALID_EMAIL = "Your email address appears to be invalid!\nPlease review and correct it.";
var ALERT_INVALID_FRIEND_EMAIL = "Your friend\'s email address appears to be invalid!\nPlease review and correct it.";
var ALERT_INVALID_URL = "The link URL appears to be invalid!\nPlease review and correct.";
var ALERT_NO_CAPTCHA = "Please type the numbers shown on the Captcha.\nWe need to know that you are not a robot!";
var ALERT_NO_AVATAR = "Please select an avatar or upload your own.";
var ALERT_AVATAR_ERROR = "Either select an avatar or upload your own avatar.";
var ALERT_INVALID_FILE = "Please attach an image file. Only GIF/JPG/PNG files are allowed.";
var ALERT_ENTER_COMMENT = "Please enter your comment.";
var ALERT_INVALID_COMMENT_LENGTH = "Please limit your comment to 1000 characters.";
var ALERT_COMMENT_BAD_PASSWORD = "Please check your password agian.\nRemember the password is case sensitive.";
var ALERT_COMMENT_UNREGISTERED = "Sorry! You are not a registered user. Please register as a new user to post comment.";
var ALERT_COMMENT_DUPLICATE_EMAIL = "Sorry! Duplicate email. Please enter other email address.";
var ALERT_ENTER_PASSWORD = "Please enter your password.";
var ALERT_RECOVER_PASSWORD_PROCESSING = "Please wait while we try to recover your Password.";
var ALERT_PASSWORD_SENT = "Your password has been recovered and sent to your email address.";
var ALERT_PASSWORD_FAILURE = "Sorry, your password could not be recovered.\nPlease try again later.";
var ALERT_BAD_USER_NAME = "Special characters are not allowed in User Name.";
