// Employer Registration Require Fields, employer_registration.html
var checkeritems=[
{name:"company",type:"T",rule:"-",message:"You must supply a company name."},
{name:"contact",type:"T",rule:"-",message:"You must supply a contact name."},
{name:"title",type:"T",rule:"-",message:"You must supply a contact title."},
{name:"areacode",type:"T",rule:"N3",message:"Sorry but the phone number must have an area code.;The area code cannot contain alpha characters.;Your area code has less then 3 numbers."},
{name:"phone1",type:"T",rule:"N3",message:"Sorry but the phone number must have a prefix.;The phone prefix cannot contain alpha characters.;Your phone prefix has less then 3 numbers."},
{name:"phone2",type:"T",rule:"N4",message:"Sorry but the phone number cannot be empty.;The phone number cannot contain alpha characters.;Your phone number has less then 4 numbers."},
{name:"faxareacode",type:"U",rule:"N3",group:"A",message:"Sorry but the fax number must have an area code.;The area code cannot contain alpha characters.;Your area code has less then 3 numbers."},
{name:"fax1",type:"U",rule:"N3",group:"A",message:"Sorry but the fax number must have a prefix.;The fax prefix cannot contain alpha characters.;Your fax prefix has less then 3 numbers."},
{name:"fax2",type:"U",rule:"N4",group:"A",message:"Sorry but the fax number cannot be empty.;The fax number cannot contain alpha characters.;Your fax number has less then 4 numbers."},
{name:"email1",type:"T",rule:"E",message:"Sorry but you must provide an email address.;Your email is not a proper email address."},
{name:"address1",type:"T",rule:"-",message:"Sorry but you must provide a street address."},
{name:"city",type:"T",rule:"-",message:"Sorry but you must provide a city name."},
{name:"state",type:"S",rule:"-",message:"Sorry but you must select a state."},
{name:"zip",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:"campus",type:"T",rule:"-",message:"Please choose a primary campus to register with."},
{name:"job_title",type:"T",rule:"-",message:"Please provide a job title."},
{name:"job_description",type:"T",rule:"-",message:"Please provide a job description."},
{name:"salary",type:"T",rule:"-",message:"Please provide a salary."},
{name:"location",type:"T",rule:"-",message:"Please provide location for this job opening."}
];