//common
var enterUsername="Please enter your User Name";
var enterValidEmail="Please enter a valid Email Address";
var enterValidUsername="Please enter a valid User Name"; 
var enterPassword="Please enter your Password";
var passwordLength="Your Password must be a minimum of 6 characters";
var enterValidPhone="Please enter a valid Phone Number";

//Admin
var enterSubject="Please enter a Subject";
var enterBody="Please enter a Message";

//Change Password
var enterCurrentPassword="Please enter your Current Password";
var enterNewPassword="Please enter your New Password";
var newPasswordLength="Your New Password must be a minimum of 6 characters";
var enterConfirmPassword="Please Confirm your New Password";
var newAndCurrentPassword="Your New Password must not be the same as the Current Password";
var newAndConfirmPassword="Your Confirm Password does not match the New Password";

//Feedback
var enterPosition="Please enter your Position";
var enterComment="Please enter Comment Information";
var enterValidExtension="Please enter a valid Extension";
var enterValidZip="Please enter a valid Zip";

//Register
var enterFirstName="Please enter your First Name";
var enterLastName="Please enter your Last Name";
var enterEmail="Please enter your Email Address";
var selectState="Please select your State";
var enterGoldcardNumber="Please enter your Gold Card Number";
var enterValidGoldcardNumber="Please enter a valid Gold Card Number";
var enterValidGAGoldcardNumber="Your Gold Card number should begin with the upper case character GA";
var retypePassword="Please Re-type your Password";
var passwordMismatch="Your Re-type Password does not match the Password";
var roleMessage="Please select your Role";

//Survey
var enterRanks="Please enter the Ranks between 1 and 5";
var enterDifferentRanks="Please do not enter the same Rank more than once"
var ansQues1="Please answer question 1";
var ansQues3="Please answer question 3";
var ansQues5="Please answer question 5";
var ansQues6="Please answer question 6";
var enterRetailers="Please enter your Preferred Retailers";
var commentsLength="Comments can not exceed 1000 characters";
var surveyCompleted="Thank you for completing our Survey! Good luck on our contests";