// Info Career Planning Fields, career_planning.html
var checkeritems=[
{name:"Working_Style__c",type:"R",rule:"-",message:"Please indicate how would you describe your preferred working style."},
{name:"Favorite_Subject__c",type:"R",rule:"-",message:"Please indicate what was/is your favorite subject in school."},
{name:"want_most_out_of_a_job__c",type:"R",rule:"-",message:"Please indicate what you want most out of a job."},
{name:"handle_a_group_project__c",type:"R",rule:"-",message:"Please indicate how you would handle a group project."},
{name:"preferred_activities__c",type:"R",rule:"-",message:"Please indicate which activity you like best."},
{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:"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."}
];