// Info Request Require Fields, information_request.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_Country_Code__c",type:"R",rule:"-",message:"Please specify a country."},
{name:"HS_Graduation_GED_Date__c",type:"T",rule:"-",message:"Please provide the date of your graduation/GED."},
{name:"Academic_Institution__c",type:"S",rule:"-",message:"Please choose a campus."},
{name:"Academic_Interest__c",type:"R",rule:"-",message:"Please indicate the area(s) of interest."},
{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."}
];