/* this is the name of the field in the form to be checked or shifted, the function to be called when checked*/
/*make sure no 's_' string(s) in 1st batch*/
var fieldchecks = new Array(10);
	fieldchecks['profile_type'] = "WithoutSelectionValue";
	fieldchecks['amnuser'] = "isEmail";
	fieldchecks['realname'] = "WithoutContent";
	fieldchecks['dob-m'] = "WithoutContent";
	fieldchecks['dob-d'] = "WithoutContent";
	fieldchecks['dob-y'] = "WithoutContent";
	fieldchecks['amnpw'] = "WithoutContent";
	fieldchecks['amnpw_v'] = "WithoutContent";
	fieldchecks['legal_age_cert_chk'] = "WithoutContent";
	fieldchecks['terms_agree_chk'] = "WithoutContent";

