// Jump Page Fields, jump.htm
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:"Email",type:"T",rule:"E",message:"Sorry but you must provide an email address.;Your email is not a proper email address."},
{name:"grad_month",type:"S",rule:"-",message:"Please provide the month of your graduation/GED."},
{name:"grad_year",type:"S",rule:"-",message:"Please provide the year of your graduation/GED."},
{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:"Academic_Institution__c",type:"S",rule:"-",message:"Please choose a campus."},
{name:"Why_Visit__c",type:"S",rule:"-",message:"Please indicate why you visited our site today."}
];