// Apply Online Require Fields, application.html
var checkeritems=[
{name:"FirstName",type:"T",rule:"-",message:"You must supply a first name."},
{name:"LastName",type:"T",rule:"-",message:"You must supply a last name."},
{name:"Home_Area",type:"T",rule:"N3",message:"Sorry but the home area code cannot be empty.;The home area code cannot contain alpha characters.;Your home area code has less then 3 numbers."},
{name:"Home_Phone",type:"T",rule:"N7",message:"Sorry but the home phone number cannot be empty.;The home phone cannot contain alpha characters.;Your home phone has less then 7 numbers."},
{name:"Email",type:"T",rule:"E",message:"Sorry but you must provide an email address.;Your email is not a proper email address."},
{name:"Home_Address_1__c",type:"T",rule:"-",message:"Sorry but you must provide a street address."},
{name:"Home_City__c",type:"T",rule:"-",message:"Sorry but you must provide a city name."},
{name:"Home_State__c",type:"S",rule:"-",message:"Sorry but you must select a state."},
{name:"Home_Zip__c",type:"T",rule:"Z",message:"Sorry but you must provide the zip code.;The zip code cannot contain alpha characters.;Your zip code has less then 5 numbers."},
{name:"Date_of_Birth__c",type:"T",rule:"-",message:"Please provide your birthday."},
{name:"HS_Graduation_GED_Date__c",type:"T",rule:"-",message:"Please provide the date of your graduation/GED."},
{name:"College_Years__c",type:"S",rule:"-",message:"Please provide the number of years of college you have completed."},
{name:"College_Degree__c",type:"R",rule:"-",message:"Please indicate if you received a degree."},
{name:"Why_Continue__c",type:"T",rule:"-",message:"Please supply the reason of why are you interested in furthering your education."},
{name:"Academic_Interest__c",type:"R",rule:"-",message:"Please indicate the area(s) of interest."},
{name:"Academic_Institution__c",type:"S",rule:"-",message:"Please choose a campus."},
{name:"Financial_Aid__c",type:"R",rule:"-",message:"Please indicate if you would like to learn more about financial aid options."},
{name:"Why_Visit__c",type:"R",rule:"-",message:"Please indicate why you visited our site today."},
{name:"Best_Contact_Time__c",type:"R",rule:"-",message:"Please indicate the best time to contact you."},
{name:"Gender__c",type:"R",rule:"-",message:"Please specify a gender."}
];