<?php
$val = $_POST["val"];
$error = "";
If ($val=="yes") {

	//---------------------------------------------------------------------
	//--- START VARIABLES -------------------------------------------------
	//---------------------------------------------------------------------

	//--- CONTACT INFORMATION ----------------------------->
	$previousCommunication = $_POST["PreviousCommunication"];
	$salesGuy = $_POST["SalesGuy"];
	$ipAddress = $_SERVER["REMOTE_ADDR"];

	$prefix = $_POST["Prefix"];
	$firstName = $_POST["FirstName"];
	$middleInitial = $_POST["MiddleInitial"];
	$lastName = $_POST["LastName"];
	$suffix = $_POST["Suffix"];

	$email = $_POST["Email"];
	$emailCheck = $_POST["EmailCheck"];

	$hp[1] = $_POST["HP1"];
	$hp[2] = $_POST["HP2"];
	$hp[3] = $_POST["HP3"];
	$home[Phone] = $hp[1] . $hp[2] . $hp[3];
	$homePhoneListedUnder = $_POST["HomePhoneListedUnder"];

	$cp[1] = $_POST["CP1"];
	$cp[2] = $_POST["CP2"];
	$cp[3] = $_POST["CP3"];
	$cellPhone = $cp[1] . $cp[2] . $cp[3];

	$home[Address] = $_POST["HomeAddress"];
	$home[AddressCont] = $_POST["HomeAddressCont"];
	$home[City] = $_POST["HomeCity"];
	$home[County] = $_POST["HomeCounty"];
	$home[State] = $_POST["HomeState"];
	$home[Zip] = $_POST["HomeZip"];

	$ownedHomeSince[Day] = $_POST["OwnedHomeSince_Day"];
	$ownedHomeSince[Month] = $_POST["OwnedHomeSince_Month"];
	$ownedHomeSince[Year] = $_POST["OwnedHomeSince_Year"];

	$home[Status] = $_POST["HomeStatus"];

	$mailing[Address] = $_POST["MailingAddress"];
	$mailing[AddressCont] = $_POST["MailingAddressCont"];
	$mailing[City] = $_POST["MailingCity"];
	$mailing[State] = $_POST["MailingState"];
	$mailing[Zip] = $_POST["MailingZip"];

	//--- EMPLOYMENT INFORMATION ------------------------------->
	$employer = $_POST["Employer"];

	$employers[Address] = $_POST["EmployersAddress"];
	$employers[AddressCont] = $_POST["EmployersAddressCont"];
	$employers[City] = $_POST["EmployersCity"];
	$employers[State] = $_POST["EmployersState"];
	$employers[Zip] = $_POST["EmployersZip"];

	$ep[1] = $_POST["EP1"];
	$ep[2] = $_POST["EP2"];
	$ep[3] = $_POST["EP3"];
	$employers[Phone] = $ep[1] . $ep[2]. $ep[3];

	$typeOfBusiness = $_POST["TypeOfBusiness"];

	$employedSince[Month] = $_POST["EmployedSinceMonth"];
	$employedSince[Year] = $_POST["EmployedSinceYear"];
	$position = $_POST["Position"];
	$department = $_POST["Department"];
	$supervisor = $_POST["Supervisor"];

	//--- REFERENCE INFORMATION ------------------------------->
	$reference1[FirstName] = $_POST["Reference1_FirstName"];
	$reference1[LastName] = $_POST["Reference1_LastName"];
	$reference1_PN[1] = $_POST["Reference1_PN1"];
	$reference1_PN[2] = $_POST["Reference1_PN2"];
	$reference1_PN[3] = $_POST["Reference1_PN3"];
	$reference1[Phone] = $reference1_PN[1] . $reference1_PN[2] . $reference1_PN[3];

	$reference2[FirstName] = $_POST["Reference2_FirstName"];
	$reference2[LastName] = $_POST["Reference2_LastName"];
	$reference2_PN[1] = $_POST["Reference2_PN1"];
	$reference2_PN[2] = $_POST["Reference2_PN2"];
	$reference2_PN[3] = $_POST["Reference2_PN3"];
	$reference2[Phone] = $reference2_PN[1] . $reference2_PN[2] . $reference2_PN[3];

	//--- LETS PLAY 20 QUESTIONS ---------------------------------->
	$q[0] = $_POST["Q01"]; //Are you a member of the NRA?
	$q[1] = $_POST["Q02"]; //Are you a citizen of the USA?
	$q[2] = $_POST["Q03"]; //Have you been convicted of a felony?
	$q[3] = $_POST["Q04"]; //Have you ever injured anyone while hunting?
	$q[4] = $_POST["Q05"]; //Do you have difficulty controlling your temper?
	$q[5] = $_POST["Q06"]; //Are you now on probation for any criminal offense?
	$q[6] = $_POST["Q07"]; //Do you currently lease land for your own hunting?
	$q[7] = $_POST["Q08"]; //Have you ever damaged private property while hunting?
	$q[8] = $_POST["Q09"]; //Have you ever sued anyone for personal injury from any cause?
	$q[9] = $_POST["Q10"]; //Have you ever accepted payment for injuries from any cause?
	$q[10] = $_POST["Q11"]; //Do you agree to never accept payment as a guide on HSP land?
	$q[11] = $_POST["Q12"]; //Have you been fined over $300 for a conservation law violation?
	$q[12] = $_POST["Q13"]; //Has any other hunting club refused to renew your membership?
	$q[13] = $_POST["Q14"]; //Are you a member of any anti hunting animal rights group?
	$q[14] = $_POST["Q15"]; //Can you read and understand this application without any help?
	$q[15] = $_POST["Q16"]; //Are you a member of any group opposed to the US government?
	$q[16] = $_POST["Q17"]; //Have you previously applied for membership in HSP or any club affiliated with HSP?
	$q[17] = $_POST["Q18"]; //Have you ever claimed compensation from anyone, for property damage or injury, resulting from a hunting accident?
	$q[18] = $_POST["Q19"]; //Have you been treated for addiction to a controlled substance or alcohol within the past year?
	$q[19] = $_POST["Q20"]; //Do you have any physical or mental disabilities which could place you or others at risk of injury where you and others are hunting?

	//--- IDENTIFICATION INFORMATION ----------------------------------->
	$driversLicense[Number] = $_POST["DriversLicenseNumber"];
	$driversLicense[State] = $_POST["DriversLicenseState"];
	$driversLicense[Expires_Month] = $_POST["DriversLicenseExpires_Month"];
	$driversLicense[Expires_Day] = $_POST["DriversLicenseExpires_Day"];
	$driversLicense[Expires_Year] = $_POST["DriversLicenseExpires_Year"];
	$height[ft] = $_POST["HeightFT"];
	$height[in] = $_POST["HeightIN"];
	$weight = $_POST["Weight"];
	$hair = $_POST["Hair"];
	$eyes = $_POST["Eyes"];
	$skin = $_POST["Skin"];
	$birthdate[Day] = $_POST["BirthdateDay"];
	$birthdate[Month] = $_POST["BirthdateMonth"];
	$birthdate[Year] = $_POST["BirthdateYear"];
	$maritalStatus = $_POST["MaritalStatus"];
	$hunterSafety[YN] = $_POST["HunterSafetyYN"];
	$hunterSafety[State] = $_POST["HunterSafetyState"];
	$hunterSafety[Year] = $_POST["HunterSafetyYear"];

	//--- VEHICLE INFORMATION ----------------------------------------->
	$vehicle1[Make] = $_POST["Vehicle1Make"];
	$vehicle1[Model] = $_POST["Vehicle1Model"];
	$vehicle1[Year] = $_POST["Vehicle1Year"];
	$vehicle1[Color] = $_POST["Vehicle1Color"];
	$vehicle1[Drive] = $_POST["Vehicle1Drive"];
	$vehicle1[Plate] = $_POST["Vehicle1Plate"];
	$vehicle1[State] = $_POST["Vehicle1State"];

	$vehicle2[Make] = $_POST["Vehicle2Make"];
	$vehicle2[Model] = $_POST["Vehicle2Model"];
	$vehicle2[Year] = $_POST["Vehicle2Year"];
	$vehicle2[Color] = $_POST["Vehicle2Color"];
	$vehicle2[Drive] = $_POST["Vehicle2Drive"];
	$vehicle2[Plate] = $_POST["Vehicle2Plate"];
	$vehicle2[State] = $_POST["Vehicle2State"];

	//--- MISC ---------------------------------------------------------->
	$otherHuntingClubsCurrent[Name] = $_POST["OtherHuntingClubsCurrentName"];
	$otherHuntingClubsCurrent[Year] = $_POST["OtherHuntingClubsCurrentYear"];
	$otherHuntingClubsFormer[Name] = $_POST["OtherHuntingClubsFormerName"];
	$otherHuntingClubsFormer[Year] = $_POST["OtherHuntingClubsFormerYear"];
	$huntingDogsDescription = $_POST["HuntingDogsDescription"];

	//--- DEPENDENTS INFORMATION ---------------------------------------->
	$dependent1[Name] = $_POST["Dependent1Name"];
	$dependent1[Gender] = $_POST["Dependent1Gender"];
	$dependent1[BirthDay] = $_POST["Dependent1BirthDay"];
	$dependent1[BirthMonth] = $_POST["Dependent1BirthMonth"];
	$dependent1[BirthYear] = $_POST["Dependent1BirthYear"];
	$dependent1[Relation] = $_POST["Dependent1Relation"];

	$dependent2[Name] = $_POST["Dependent2Name"];
	$dependent2[Gender] = $_POST["Dependent2Gender"];
	$dependent2[BirthDay] = $_POST["Dependent2BirthDay"];
	$dependent2[BirthMonth] = $_POST["Dependent2BirthMonth"];
	$dependent2[BirthYear] = $_POST["Dependent2BirthYear"];
	$dependent2[Relation] = $_POST["Dependent2Relation"];

	$dependent3[Name] = $_POST["Dependent3Name"];
	$dependent3[Gender] = $_POST["Dependent3Gender"];
	$dependent3[BirthDay] = $_POST["Dependent3BirthDay"];
	$dependent3[BirthMonth] = $_POST["Dependent3BirthMonth"];
	$dependent3[BirthYear] = $_POST["Dependent3BirthYear"];
	$dependent3[Relation] = $_POST["Dependent3Relation"];

	$dependent4[Name] = $_POST["Dependent4Name"];
	$dependent4[Gender] = $_POST["Dependent4Gender"];
	$dependent4[BirthDay] = $_POST["Dependent4BirthDay"];
	$dependent4[BirthMonth] = $_POST["Dependent4BirthMonth"];
	$dependent4[BirthYear] = $_POST["Dependent4BirthYear"];
	$dependent4[Relation] = $_POST["Dependent4Relation"];

	$dependent5[Name] = $_POST["Dependent5Name"];
	$dependent5[Gender] = $_POST["Dependent5Gender"];
	$dependent5[BirthDay] = $_POST["Dependent5BirthDay"];
	$dependent5[BirthMonth] = $_POST["Dependent5BirthMonth"];
	$dependent5[BirthYear] = $_POST["Dependent5BirthYear"];
	$dependent5[Relation] = $_POST["Dependent5Relation"];

	$dependent6[Name] = $_POST["Dependent6Name"];
	$dependent6[Gender] = $_POST["Dependent6Gender"];
	$dependent6[BirthDay] = $_POST["Dependent6BirthDay"];
	$dependent6[BirthMonth] = $_POST["Dependent6BirthMonth"];
	$dependent6[BirthYear] = $_POST["Dependent6BirthYear"];
	$dependent6[Relation] = $_POST["Dependent6Relation"];

	//--- ESTIMATED CLUB USAGE -------------------------------------->
	$huntingDays[Quail] = $_POST["HuntingDaysQuail"];
	$huntingDays[Pheasant] = $_POST["HuntingDaysPheasant"];
	$huntingDays[Duck] = $_POST["HuntingDaysDuck"];
	$huntingDays[Goose] = $_POST["HuntingDaysGoose"];
	$huntingDays[Dove] = $_POST["HuntingDaysDove"];
	$huntingDays[Turkey_Bow] = $_POST["HuntingDaysTurkey_Bow"];
	$huntingDays[Turkey_Gun] = $_POST["HuntingDaysTurkey_Gun"];
	$huntingDays[Deer_Bow] = $_POST["HuntingDaysDeer_Bow"];
	$huntingDays[Deer_Gun] = $_POST["HuntingDaysDeer_Gun"];
	$huntingDays[Grouse] = $_POST["HuntingDaysGrouse"];
	$huntingDays[PrairieChicken] = $_POST["HuntingDaysPrairieChicken"];
	$huntingDays[Squirrel] = $_POST["HuntingDaysSquirrel"];
	$huntingDays[Rabbit] = $_POST["HuntingDaysRabbit"];
	$huntingDays[Coyote] = $_POST["HuntingDaysCoyote"];
	$huntingDays[Raccoon] = $_POST["HuntingDaysRaccoon"];
	$huntingDays[PrairieDog] = $_POST["HuntingDaysPrairieDog"];
	$huntingDays[Elk] = $_POST["HuntingDaysElk"];
	$huntingDays[Antelope] = $_POST["HuntingDaysAntelope"];
	$huntingDays[Boar] = $_POST["HuntingDaysBoar"];
	$huntingDays[Camp] = $_POST["HuntingDaysCamp"];
	$huntingDays[Fish] = $_POST["HuntingDaysFish"];

	$states = "";
	$AL = $_POST["AL"];
	$AK = $_POST["AK"];
	$AZ = $_POST["AZ"];
	$AR = $_POST["AR"];
	$CA = $_POST["CA"];
	$CO = $_POST["CO"];
	$CT = $_POST["CT"];
	$DE = $_POST["DE"];
	$FL = $_POST["FL"];
	$GA = $_POST["GA"];
	$HI = $_POST["HI"];
	$ID = $_POST["ID"];
	$IL = $_POST["IL"];
	$IN = $_POST["IN"];
	$IA = $_POST["IA"];
	$KS = $_POST["KS"];
	$KY = $_POST["KY"];
	$LA = $_POST["LA"];
	$ME = $_POST["ME"];
	$MD = $_POST["MD"];
	$MA = $_POST["MA"];
	$MI = $_POST["MI"];
	$MN = $_POST["MN"];
	$MS = $_POST["MS"];
	$MO = $_POST["MO"];
	$MT = $_POST["MT"];
	$NE = $_POST["NE"];
	$NV = $_POST["NV"];
	$NH = $_POST["NH"];
	$NJ = $_POST["NJ"];
	$NM = $_POST["NM"];
	$NY = $_POST["NY"];
	$NC = $_POST["NC"];
	$ND = $_POST["ND"];
	$OH = $_POST["OH"];
	$OK = $_POST["OK"];
	$OR = $_POST["OR"];
	$PA = $_POST["PA"];
	$RI = $_POST["RI"];
	$SC = $_POST["SC"];
	$SD = $_POST["SD"];
	$TN = $_POST["TN"];
	$TX = $_POST["TX"];
	$UT = $_POST["UT"];
	$VT = $_POST["VT"];
	$VA = $_POST["VA"];
	$WA = $_POST["WA"];
	$WV = $_POST["WV"];
	$WI = $_POST["WI"];
	$WY = $_POST["WY"];
	if ($AL != "") { $states .= "$AL "; }
	if ($AK != "") { $states .= "$AK "; }
	if ($AZ != "") { $states .= "$AZ "; }
	if ($AR != "") { $states .= "$AR "; }
	if ($CA != "") { $states .= "$CA "; }
	if ($CO != "") { $states .= "$CO "; }
	if ($CT != "") { $states .= "$CT "; }
	if ($DE != "") { $states .= "$DE "; }
	if ($FL != "") { $states .= "$FL "; }
	if ($GA != "") { $states .= "$GA "; }
	if ($HI != "") { $states .= "$HI "; }
	if ($ID != "") { $states .= "$ID "; }
	if ($IL != "") { $states .= "$IL "; }
	if ($IN != "") { $states .= "$IN "; }
	if ($IA != "") { $states .= "$IA "; }
	if ($KS != "") { $states .= "$KS "; }
	if ($KY != "") { $states .= "$KY "; }
	if ($LA != "") { $states .= "$LA "; }
	if ($ME != "") { $states .= "$ME "; }
	if ($MD != "") { $states .= "$MD "; }
	if ($MA != "") { $states .= "$MA "; }
	if ($MI != "") { $states .= "$MI "; }
	if ($MN != "") { $states .= "$MN "; }
	if ($MS != "") { $states .= "$MS "; }
	if ($MO != "") { $states .= "$MO "; }
	if ($MT != "") { $states .= "$MT "; }
	if ($NE != "") { $states .= "$NE "; }
	if ($NV != "") { $states .= "$NV "; }
	if ($NH != "") { $states .= "$NH "; }
	if ($NJ != "") { $states .= "$NJ "; }
	if ($NM != "") { $states .= "$NM "; }
	if ($NY != "") { $states .= "$NY "; }
	if ($NC != "") { $states .= "$NC "; }
	if ($ND != "") { $states .= "$ND "; }
	if ($OH != "") { $states .= "$OH "; }
	if ($OK != "") { $states .= "$OK "; }
	if ($OR != "") { $states .= "$OR "; }
	if ($PA != "") { $states .= "$PA "; }
	if ($RI != "") { $states .= "$RI "; }
	if ($SC != "") { $states .= "$SC "; }
	if ($SD != "") { $states .= "$SD "; }
	if ($TN != "") { $states .= "$TN "; }
	if ($TX != "") { $states .= "$TX "; }
	if ($UT != "") { $states .= "$UT "; }
	if ($VT != "") { $states .= "$VT "; }
	if ($VA != "") { $states .= "$VA "; }
	if ($WA != "") { $states .= "$WA "; }
	if ($WV != "") { $states .= "$WV "; }
	if ($WI != "") { $states .= "$WI "; }
	if ($WY != "") { $states .= "$WY "; }

	$favoriteState[1] = $_POST["FavoriteState1"];
	$favoriteState[2] = $_POST["FavoriteState2"];
	$favoriteState[3] = $_POST["FavoriteState3"];
	$favoriteState[4] = $_POST["FavoriteState4"];

	$howDidYouHear = $_POST["HowDidYouHear"];

	$electronicSig = $_POST["ElectronicSig"];

	//----------------------------------------------------------------------------
	//--- END OF VARIABLES -------------------------------------------------------
	//----------------------------------------------------------------------------
	//--- START VALIDATION -------------------------------------------------------
	//----------------------------------------------------------------------------

	$error = "no";
	$errorNum = 0;
	$errorMessage = "PLEASE READ:\\r\\n\\r\\nYou are not required to answer anything (other than who you have spoken with at HSP), BUT when you do answer something, it is checked for accuracy. The following items were determined to be invalid:\\r\\n";
	$zipRegExp = "/[0-9][0-9][0-9][0-9][0-9]/";
	$phoneRegExp = "/[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]/";

	function check_email_address($checkEmailAddress) {
		// First, we check that there's one @ symbol, and that the lengths are right
		if (!ereg("^[^@]{1,64}@[^@]{1,255}$", $checkEmailAddress)) {
			// Email invalid because wrong number of characters in one section, or wrong number of @ symbols.
			return false;
		}
		// Split it into sections to make life easier
		$email_array = explode("@", $checkEmailAddress);
		$local_array = explode(".", $email_array[0]);
		for ($i = 0; $i < sizeof($local_array); $i++) {
			if (!ereg("^(([A-Za-z0-9!#$%&'*+/=?^_`{|}~-][A-Za-z0-9!#$%&'*+/=?^_`{|}~\.-]{0,63})|(\"[^(\\|\")]{0,62}\"))$", $local_array[$i])) {
				return false;
			}
		}
		if (!ereg("^\[?[0-9\.]+\]?$", $email_array[1])) { // Check if domain is IP. If not, it should be valid domain name
			$domain_array = explode(".", $email_array[1]);
			if (sizeof($domain_array) < 2) {
				return false; // Not enough parts to domain
			}
			for ($i = 0; $i < sizeof($domain_array); $i++) {
				if (!ereg("^(([A-Za-z0-9][A-Za-z0-9-]{0,61}[A-Za-z0-9])|([A-Za-z0-9]+))$", $domain_array[$i])) {
					return false;
				}
			}
		}
		return true;
	}

	if ($previousCommunication == "") {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) You must tell us if you have communicated with us before.";
	}
	if (($previousCommunication == "Yes") && ($salesGuy == "")) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) You indicated that you have communicated with us before, but did not tell us who with. You must indicate who you communicated with, if you cannot remember just tell us that you cannot remember.";
	}
	if (($firstName != "") && (is_numeric($firstName))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your first name cannot be a number.";
	}
	if (($middleInitial != "") && (is_numeric($middleInitial))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your middle initial cannot be a number.";
	}
	if (($lastName != "") && (is_numeric($lastName))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your last name cannot be a number.";
	}
	if (($home[City] != "") && (is_numeric($home[City]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The city for your home address cannot be a number.";
	}
	if (($home[County] != "") && (is_numeric($home[County]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The county for your home address cannot be a number.";
	}
	if (($home[Zip] != "") && (!(preg_match($zipRegExp, $home[Zip])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The zip code for your home address must be 5 characters long and all numeric.";
	}
	if (($ownedHomeSince[Day] != "") && (!(is_numeric($ownedHomeSince[Day])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The date (day) you bought your home cannot contain any characters other than 0-9.";
	}
	if (($ownedHomeSince[Month] != "") && (!(is_numeric($ownedHomeSince[Month])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The date (month) you bought your home cannot contain any characters other than 0-9.";
	}
	if (($ownedHomeSince[Year] != "") && (!(is_numeric($ownedHomeSince[Year])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The date (year) you bought your home cannot contain any characters other than 0-9.";
	}
	if (($home[Phone] != "") && (!(preg_match($phoneRegExp,$home[Phone])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your home phone must only be 10 characters long and all numeric.";
	}
	if (($homePhoneListedUnder != "") && (is_numeric($homePhoneListedUnder))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The name your phone number is listed under cannot be a number.";
	}
	if (($cellPhone != "") && (!(preg_match($phoneRegExp,$cellPhone)))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your cell phone must only be 10 characters long and all numeric.";
	}
	if (($email!="") && (!(check_email_address($email)))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) You did not enter a valid email address";
	}
	If ($email != $emailCheck) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) You did not type your email the same way both times.";
	}
	if (($mailing[City] != "") && (is_numeric($mailing[City]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The city for your mailing address cannot be a number.";
	}
	if (($mailing[Zip] != "") && (!(preg_match($zipRegExp, $mailing[Zip])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The zip code for your mailing address must be 5 characters long and all numeric.";
	}
	if (($employer != "") && (is_numeric($employer))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The name of your employer cannot be a number.";
	}
	if (($employers[City] != "") && (is_numeric($employers[City]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your employers city cannot be a number.";
	}
	if (($employers[Zip] != "") && (!(preg_match($zipRegExp, $employers[Zip])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The zip code for your employers address must be 5 characters long and all numeric.";
	}
	if (($employers[Phone] != "") && (!(preg_match($phoneRegExp,$employers[Phone])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your employers phone must only be 10 characters long and all numeric.";
	}
	if (($typeOfBusiness != "") && (is_numeric($typeOfBusiness))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) A type of business cannot be a number.";
	}
	if (($employedSince[Month] != "") && (!(is_numeric($employedSince[Month])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The date (month) you were employed cannot contain any characters other than 0-9.";
	}
	if (($employedSince[Year] != "") && (!(is_numeric($employedSince[Year])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The date (year) you were employed cannot contain any characters other than 0-9.";
	}
	if (($position != "") && (is_numeric($position))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your position at work cannot be a number.";
	}
	if (($department != "") && (is_numeric($department))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The department you work in cannot be a number.";
	}
	if (($supervisor != "") && (is_numeric($supervisor))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your supervisors name cannot be a number.";
	}
	if (($reference1[FirstName] != "") && (is_numeric($reference1[FirstName]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The first name of your reference (#1) cannot be a number.";
	}
	if (($reference1[LastName] != "") && (is_numeric($reference1[LastName]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The last name of your reference (#1) cannot be a number.";
	}
	if (($reference1[Phone] != "") && (!(preg_match($phoneRegExp,$reference1[Phone])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your references (#1) phone must only be 10 characters long and all numeric.";
	}
	if (($reference2[FirstName] != "") && (is_numeric($reference2[FirstName]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The first name of your reference(#2) cannot be a number.";
	}
	if (($reference2[LastName] != "") && (is_numeric($reference2[LastName]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The last name of your reference (#2) cannot be a number.";
	}
	if (($reference2[Phone] != "") && (!(preg_match($phoneRegExp,$reference2[Phone])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your references (#2) phone must only be 10 characters long and all numeric.";
	}
	if (($driversLicense[Expires_Month] != "") && (!(is_numeric($driversLicense[Expires_Month])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The date (month) your drivers license expires cannot contain any characters other than 0-9.";
	}
	if (($driversLicense[Expires_Day] != "") && (!(is_numeric($driversLicense[Expires_Day])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The date (day) your drivers license expires cannot contain any characters other than 0-9.";
	}
	if (($driversLicense[Expires_Year] != "") && (!(is_numeric($driversLicense[Expires_Year])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The date (year) your drivers license expires cannot contain any characters other than 0-9.";
	}
	if (($weight != "") && (!(is_numeric($weight)))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your weight must only be a number.";
	}
	if (($height[ft] != "") && (!(is_numeric($height[ft])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your height (in ft) must only be a number.";
	}
	if (($height[in] != "") && (!(is_numeric($height[in])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your height (in in) must only be a number.";
	}
	if (($hair != "") && (is_numeric($hair))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your hair color cannot be a number.";
	}
	if (($eyes != "") && (is_numeric($eyes))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your eye color cannot be a number.";
	}
	if (($skin != "") && (is_numeric($skin))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) Your skin color cannot be a number.";
	}
	if (($birthdate[Month] != "") && (!(is_numeric($birthdate[Month])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The date (month) you were born cannot contain any characters other than 0-9.";
	}
	if (($birthdate[Day] != "") && (!(is_numeric($birthdate[Day])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The date (day) you were born cannot contain any characters other than 0-9.";
	}
	if (($birthdate[Year] != "") && (!(is_numeric($birthdate[Year])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The date (year) you were born cannot contain any characters other than 0-9.";
	}
	if (($huntingDogsDescription != "") && (is_numeric($huntingDogsDescription))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The description of your hunting dogs cannot just be a number.";
	}
	if (($vehicle1[Year] != "") && (!(is_numeric($vehicle1[Year])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The year of your vehicle (#1) cannot contain any characters other than 0-9.";
	}
	if (($vehicle1[Color] != "") && (is_numeric($vehicle1[Color]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The color of your vehicle (#1) cannot be a number.";
	}
	if (($vehicle2[Year] != "") && (!(is_numeric($vehicle2[Year])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The year of your vehicle (#2) cannot contain any characters other than 0-9.";
	}
	if (($vehicle2[Color] != "") && (is_numeric($vehicle2[Color]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The color of your vehicle (#2) cannot be a number.";
	}
	if (($dependent1[Name] != "") && (is_numeric($dependent1[Name]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The name of your dependent (#1) cannot be a number.";
	}
	if (($dependent1[BirthMonth] != "") && (!(is_numeric($dependent1[BirthMonth])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (month) for your dependent (#1) cannot contain any characters other than 0-9.";
	}
	if (($dependent1[BirthDay] != "") && (!(is_numeric($dependent1[BirthDay])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (day) for your dependent (#1) cannot contain any characters other than 0-9.";
	}
	if (($dependent1[BirthYear] != "") && (!(is_numeric($dependent1[BirthYear])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (year) for your dependent (#1) cannot contain any characters other than 0-9.";
	}
	if (($dependent1[Relation] != "") && (is_numeric($dependent1[Relation]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) How you are related to your dependent (#1) cannot be a number.";
	}
	if (($dependent2[Name] != "") && (is_numeric($dependent2[Name]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The name of your dependent (#2) cannot be a number.";
	}
	if (($dependent2[BirthMonth] != "") && (!(is_numeric($dependent2[BirthMonth])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (month) for your dependent (#2) cannot contain any characters other than 0-9.";
	}
	if (($dependent2[BirthDay] != "") && (!(is_numeric($dependent2[BirthDay])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (day) for your dependent (#2) cannot contain any characters other than 0-9.";
	}
	if (($dependent2[BirthYear] != "") && (!(is_numeric($dependent2[BirthYear])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (year) for your dependent (#2) cannot contain any characters other than 0-9.";
	}
	if (($dependent2[Relation] != "") && (is_numeric($dependent2[Relation]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) How you are related to your dependent (#2) cannot be a number.";
	}
	if (($dependent3[Name] != "") && (is_numeric($dependent3[Name]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The name of your dependent (#3) cannot be a number.";
	}
	if (($dependent3[BirthMonth] != "") && (!(is_numeric($dependent3[BirthMonth])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (month) for your dependent (#3) cannot contain any characters other than 0-9.";
	}
	if (($dependent3[BirthDay] != "") && (!(is_numeric($dependent3[BirthDay])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (day) for your dependent (#3) cannot contain any characters other than 0-9.";
	}
	if (($dependent3[BirthYear] != "") && (!(is_numeric($dependent3[BirthYear])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (year) for your dependent (#3) cannot contain any characters other than 0-9.";
	}
	if (($dependent3[Relation] != "") && (is_numeric($dependent3[Relation]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) How you are related to your dependent (#3) cannot be a number.";
	}
	if (($dependent4[Name] != "") && (is_numeric($dependent4[Name]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The name of your dependent (#4) cannot be a number.";
	}
	if (($dependent4[BirthMonth] != "") && (!(is_numeric($dependent4[BirthMonth])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (month) for your dependent (#4) cannot contain any characters other than 0-9.";
	}
	if (($dependent4[BirthDay] != "") && (!(is_numeric($dependent4[BirthDay])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (day) for your dependent (#4) cannot contain any characters other than 0-9.";
	}
	if (($dependent4[BirthYear] != "") && (!(is_numeric($dependent4[BirthYear])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (year) for your dependent (#4) cannot contain any characters other than 0-9.";
	}
	if (($dependent4[Relation] != "") && (is_numeric($dependent4[Relation]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) How you are related to your dependent (#4) cannot be a number.";
	}
	if (($dependent5[Name] != "") && (is_numeric($dependent5[Name]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The name of your dependent (#5) cannot be a number.";
	}
	if (($dependent5[BirthMonth] != "") && (!(is_numeric($dependent5[BirthMonth])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (month) for your dependent (#5) cannot contain any characters other than 0-9.";
	}
	if (($dependent5[BirthDay] != "") && (!(is_numeric($dependent5[BirthDay])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (day) for your dependent (#5) cannot contain any characters other than 0-9.";
	}
	if (($dependent5[BirthYear] != "") && (!(is_numeric($dependent5[BirthYear])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (year) for your dependent (#5) cannot contain any characters other than 0-9.";
	}
	if (($dependent5[Relation] != "") && (is_numeric($dependent5[Relation]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) How you are related to your dependent (#5) cannot be a number.";
	}
	if (($dependent6[Name] != "") && (is_numeric($dependent6[Name]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The name of your dependent (#6) cannot be a number.";
	}
	if (($dependent6[BirthMonth] != "") && (!(is_numeric($dependent6[BirthMonth])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (month) for your dependent (#6) cannot contain any characters other than 0-9.";
	}
	if (($dependent6[BirthDay] != "") && (!(is_numeric($dependent6[BirthDay])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (day) for your dependent (#6) cannot contain any characters other than 0-9.";
	}
	if (($dependent6[BirthYear] != "") && (!(is_numeric($dependent6[BirthYear])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The birthdate (year) for your dependent (#6) cannot contain any characters other than 0-9.";
	}
	if (($dependent6[Relation] != "") && (is_numeric($dependent6[Relation]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) How you are related to your dependent (#6) cannot be a number.";
	}
	if (($hunterSafety[Year] != "") && (!(is_numeric($hunterSafety[Year])))) {
	$error="yes";
	$errorNum++;
	$errorMessage .= "\\r\\n$errorNum) The year you took your hunters safety training course cannot contain any characters other than 0-9.";
	}
	if (($otherHuntingClubsCurrent[Name] != "") && (is_numeric($otherHuntingClubsCurrent[Name]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The name of your current hunting club cannot be a number.";
	}
	if (($otherHuntingClubsCurrent[Year] != "") && (!(is_numeric($otherHuntingClubsCurrent[Year])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The year your joined your current hunting club cannot contain any characters other than 0-9.";
	}
	if (($otherHuntingClubsFormer[Name] != "") && (is_numeric($otherHuntingClubsFormer[Name]))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The name of your former hunting club cannot be a number.";
	}
	if (($otherHuntingClubsFormer[Year] != "") && (!(is_numeric($otherHuntingClubsFormer[Year])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The year you terminated your former hunting club cannot contain any characters other than 0-9.";
	}
	if (($huntingDays[Quail] != "") && (!(is_numeric($huntingDays[Quail])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt quail must only be a number.";
	}
	if (($huntingDays[Pheasant] != "") && (!(is_numeric($huntingDays[Pheasant])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt pheasant must only be a number.";
	}
	if (($huntingDays[Duck] != "") && (!(is_numeric($huntingDays[Duck])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt duck must only be a number.";
	}
	if (($huntingDays[Goose] != "") && (!(is_numeric($huntingDays[Goose])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt goose must only be a number.";
	}
	if (($huntingDays[Dove] != "") && (!(is_numeric($huntingDays[Dove])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt dove must only be a number.";
	}
	if (($huntingDays[Turkey_Bow] != "") && (!(is_numeric($huntingDays[Turkey_Bow])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt turkey (bow) must only be a number.";
	}
	if (($huntingDays[Turkey_Gun] != "") && (!(is_numeric($huntingDays[Turkey_Gun])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt turkey (gun) must only be a number.";
	}
	if (($huntingDays[Deer_Bow] != "") && (!(is_numeric($huntingDays[Deer_Bow])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt deer (bow) must only be a number.";
	}
	if (($huntingDays[Deer_Gun] != "") && (!(is_numeric($huntingDays[Deer_Gun])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt deer (gun) must only be a number.";
	}
	if (($huntingDays[Grouse] != "") && (!(is_numeric($huntingDays[Grouse])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt grouse must only be a number.";
	}
	if (($huntingDays[PrairieChicken] != "") && (!(is_numeric($huntingDays[PrairieChicken])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt prairie chicken must only be a number.";
	}
	if (($huntingDays[Squirrel] != "") && (!(is_numeric($huntingDays[Squirrel])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt squirrel must only be a number.";
	}
	if (($huntingDays[Rabbit] != "") && (!(is_numeric($huntingDays[Rabbit])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt rabbit must only be a number.";
	}
	if (($huntingDays[Coyote] != "") && (!(is_numeric($huntingDays[Coyote])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt coyote must only be a number.";
	}
	if (($huntingDays[Raccoon] != "") && (!(is_numeric($huntingDays[Raccoon])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt raccoon must only be a number.";
	}
	if (($huntingDays[PrairieDog] != "") && (!(is_numeric($huntingDays[PrairieDog])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt prairie dog must only be a number.";
	}
	if (($huntingDays[Elk] != "") && (!(is_numeric($huntingDays[Elk])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt elk must only be a number.";
	}
	if (($huntingDays[Antelope] != "") && (!(is_numeric($huntingDays[Antelope])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt antelope must only be a number.";
	}
	if (($huntingDays[Boar] != "") && (!(is_numeric($huntingDays[Boar])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to hunt boar must only be a number.";
	}
	if (($huntingDays[Camp] != "") && (!(is_numeric($huntingDays[Camp])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to go camping must only be a number.";
	}
	if (($huntingDays[Fish] != "") && (!(is_numeric($huntingDays[Fish])))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) The number of days you want to go fishing must only be a number.";
	}
	if (($howDidYouHear != "") && (is_numeric($howDidYouHear))) {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) How you heard of us cannot be a number.";
	}
	if ($electronicSig != "Yes") {
		$error="yes";
		$errorNum++;
		$errorMessage .= "\\r\\n$errorNum) You MUST agree to an electronic signature (the checkbox at the bottom of this form).";
	}
    
    if (($error == "yes") && ($errorNum > 1)) {
		$errorMessage .= "\\r\\n\\r\\nPLEASE CORRECT THE ERRORS LISTED ABOVE TO CONTINUE.";
    } else if (($error == "yes") && ($errorNum == 1)) {
		$errorMessage .= "\\r\\n\\r\\nPLEASE CORRECT THE ERROR LISTED ABOVE TO CONTINUE.";
    }
}

If (($val=="") || ($error=="yes")) { ?>
<div style="float: left; text-align: center; width: <?php if ($siteVersion == "desktop") { echo "800PX"; } else if ($siteVersion == "mobile") { echo "100%"; } ?>;">
	<?php if ($error == "yes") {
		echo "<script type=\"text/javascript\">";
		echo "\n";
		echo "alert (\"$errorMessage\");";
		echo "\n";
		echo "</script>";
		echo "\n";
	} ?>
	<h1>Hunting Sports Plus, Inc.</h1>
	<br>
	<h2>Online Application for Membership</h2>
	<br>
	<h4>2808 NW Hunter Drive, Blue Springs, Missouri 64015<br>
	Fax: (816) 224-9595 | Email: <a href="mailto:huntingsportsplus@comcast.net">huntingsportsplus@comcast.net</a> | Tel: (816) 220-1000</h4>
	<br><br>
	<h3>NOTICE: This is an application for membership, if you have not spoken with a member of our
	Pro Staff yet, you might want to consider doing that. If you are simply trying to request
	more information <a href="https://www.huntingsportsplus.com/contact/"><span style="color: #F00;">click here</span></a> instead.</h3>
	<br><br>
	<form id="application" action="apply.php" method="post" name="application">
		<table style="width: 100%;">
			<tr>
				<td style="padding: 10px; text-align: center; width: <?php if ($siteVersion == "desktop") { echo "25"; } else if ($siteVersion == "mobile") { echo "10"; } ?>%;"></td>
				<td style="padding: 10px; text-align: center; width: <?php if ($siteVersion == "desktop") { echo "50"; } else if ($siteVersion == "mobile") { echo "80"; } ?>%; background-color: #F00; border: 3px solid #900;">
					<h3 style="color: #000;">***REQUIRED***</h3>
					<br>
					<p style="color: #000;">
						Have you ever spoken with a<br><b>membership consultant</b> (employee)<br>from Hunting Sports Plus before?
						<br><select name="PreviousCommunication">
						<option></option>
						<option value="Yes" <?php if ($previousCommunication == "Yes") { ?>selected="selected"<?php } ?>>Yes</option>
						<option value="No" <?php if ($previousCommunication == "No") { ?>selected="selected"<?php } ?>>No</option>
					</select>
					<br><br>
					If so, please tell us who you<br>have been speaking with<br>(if you don&#39;t remember just type<br>&#34;I don&#39;t remember&#34;)
					<br>
					<input type="text" size="<?php if ($siteVersion == "desktop") { echo "20"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="20" name="SalesGuy" value="<?php echo $salesGuy; ?>">
					<br>

					</p>
				</td>
				<td style="padding: 10px; text-align: center; width: <?php if ($siteVersion == "desktop") { echo "25"; } else if ($siteVersion == "mobile") { echo "10"; } ?>%;"></td>
			</tr>
		</table>
		<table style="padding: 10px;">
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br><br><h1>Contact Information</h1><br><br></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right; width: 35%;"><p>Prefix:</p></td><td style="padding: 10px; text-align: left; width: 50%;"><p><input type="text" size="4" maxlength="10" name="Prefix" value="<?php echo $prefix; ?>"> (ie: Mr. Mrs. Dr. Prof. etc...)</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>First Name:</p></td><td style="padding: 10px; text-align: left; width: 50%;"><p><input type="text" size="15" maxlength="15" name="FirstName" value="<?php echo $firstName; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>M.I.:</p></td><td style="padding: 10px; text-align: left; width: 50%;"><p><input type="text" size="1" maxlength="1" name="MiddleInitial" value="<?php echo $middleInitial; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Last Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="LastName" value="<?php echo $lastName; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Suffix:</p></td><td style="padding: 10px; text-align: left; width: 50%;"><p><input type="text" size="4" maxlength="10" name="Suffix" value="<?php echo $suffix; ?>"> (ie: Jr, Sr, III, etc...)</p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Home Address:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "30"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="30" name="HomeAddress" value="<?php echo $home[Address]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Address Cont.:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="10" maxlength="10" name="HomeAddressCont" value="<?php echo $home[AddressCont]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>City:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "25"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="25" name="HomeCity" value="<?php echo $home[City]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>County:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="HomeCounty" value="<?php echo $home[County]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>State:</p></td><td style="padding: 10px; text-align: left;"><p><select name="HomeState">
						<option></option>
						<option value="AL" <?php if ($home[State] == "AL") { ?>selected="selected"<?php } ?>>Alabama</option>
						<option value="AK" <?php if ($home[State] == "AK") { ?>selected="selected"<?php } ?>>Alaska</option>
						<option value="AZ" <?php if ($home[State] == "AZ") { ?>selected="selected"<?php } ?>>Arizona</option>
						<option value="AR" <?php if ($home[State] == "AR") { ?>selected="selected"<?php } ?>>Arkansas</option>
						<option value="CA" <?php if ($home[State] == "CA") { ?>selected="selected"<?php } ?>>California</option>
						<option value="CO" <?php if ($home[State] == "CO") { ?>selected="selected"<?php } ?>>Colorado</option>
						<option value="CT" <?php if ($home[State] == "CT") { ?>selected="selected"<?php } ?>>Connecticut</option>
						<option value="DE" <?php if ($home[State] == "DE") { ?>selected="selected"<?php } ?>>Delaware</option>
						<option value="FL" <?php if ($home[State] == "FL") { ?>selected="selected"<?php } ?>>Florida</option>
						<option value="GA" <?php if ($home[State] == "GA") { ?>selected="selected"<?php } ?>>Georgia</option>
						<option value="HI" <?php if ($home[State] == "HI") { ?>selected="selected"<?php } ?>>Hawaii</option>
						<option value="ID" <?php if ($home[State] == "ID") { ?>selected="selected"<?php } ?>>Idaho</option>
						<option value="IL" <?php if ($home[State] == "IL") { ?>selected="selected"<?php } ?>>Illinois</option>
						<option value="IN" <?php if ($home[State] == "IN") { ?>selected="selected"<?php } ?>>Indiana</option>
						<option value="IA" <?php if ($home[State] == "IA") { ?>selected="selected"<?php } ?>>Iowa</option>
						<option value="KS" <?php if ($home[State] == "KS") { ?>selected="selected"<?php } ?>>Kansas</option>
						<option value="KY" <?php if ($home[State] == "KY") { ?>selected="selected"<?php } ?>>Kentucky</option>
						<option value="LA" <?php if ($home[State] == "LA") { ?>selected="selected"<?php } ?>>Louisiana</option>
						<option value="ME" <?php if ($home[State] == "ME") { ?>selected="selected"<?php } ?>>Maine</option>
						<option value="MD" <?php if ($home[State] == "MD") { ?>selected="selected"<?php } ?>>Maryland</option>
						<option value="MA" <?php if ($home[State] == "MA") { ?>selected="selected"<?php } ?>>Massachusetts</option>
						<option value="MI" <?php if ($home[State] == "MI") { ?>selected="selected"<?php } ?>>Michigan</option>
						<option value="MN" <?php if ($home[State] == "MN") { ?>selected="selected"<?php } ?>>Minnesota</option>
						<option value="MS" <?php if ($home[State] == "MS") { ?>selected="selected"<?php } ?>>Mississippi</option>
						<option value="MO" <?php if ($home[State] == "MO") { ?>selected="selected"<?php } ?>>Missouri</option>
						<option value="MT" <?php if ($home[State] == "MT") { ?>selected="selected"<?php } ?>>Montana</option>
						<option value="NE" <?php if ($home[State] == "NE") { ?>selected="selected"<?php } ?>>Nebraska</option>
						<option value="NV" <?php if ($home[State] == "NV") { ?>selected="selected"<?php } ?>>Nevada</option>
						<option value="NH" <?php if ($home[State] == "NH") { ?>selected="selected"<?php } ?>>New Hampshire</option>
						<option value="NJ" <?php if ($home[State] == "NJ") { ?>selected="selected"<?php } ?>>New Jersey</option>
						<option value="NM" <?php if ($home[State] == "NM") { ?>selected="selected"<?php } ?>>New Mexico</option>
						<option value="NY" <?php if ($home[State] == "NY") { ?>selected="selected"<?php } ?>>New York</option>
						<option value="NC" <?php if ($home[State] == "NC") { ?>selected="selected"<?php } ?>>North Carolina</option>
						<option value="ND" <?php if ($home[State] == "ND") { ?>selected="selected"<?php } ?>>North Dakota</option>
						<option value="OH" <?php if ($home[State] == "OH") { ?>selected="selected"<?php } ?>>Ohio</option>
						<option value="OK" <?php if ($home[State] == "OK") { ?>selected="selected"<?php } ?>>Oklahoma</option>
						<option value="OR" <?php if ($home[State] == "OR") { ?>selected="selected"<?php } ?>>Oregon</option>
						<option value="PA" <?php if ($home[State] == "PA") { ?>selected="selected"<?php } ?>>Pennsylvania</option>
						<option value="RI" <?php if ($home[State] == "RI") { ?>selected="selected"<?php } ?>>Rhode Island</option>
						<option value="SC" <?php if ($home[State] == "SC") { ?>selected="selected"<?php } ?>>South Carolina</option>
						<option value="SD" <?php if ($home[State] == "SD") { ?>selected="selected"<?php } ?>>South Dakota</option>
						<option value="TN" <?php if ($home[State] == "TN") { ?>selected="selected"<?php } ?>>Tennessee</option>
						<option value="TX" <?php if ($home[State] == "TX") { ?>selected="selected"<?php } ?>>Texas</option>
						<option value="UT" <?php if ($home[State] == "UT") { ?>selected="selected"<?php } ?>>Utah</option>
						<option value="VT" <?php if ($home[State] == "VT") { ?>selected="selected"<?php } ?>>Vermont</option>
						<option value="VA" <?php if ($home[State] == "VA") { ?>selected="selected"<?php } ?>>Virginia</option>
						<option value="WA" <?php if ($home[State] == "WA") { ?>selected="selected"<?php } ?>>Washington</option>
						<option value="WV" <?php if ($home[State] == "WV") { ?>selected="selected"<?php } ?>>West Virginia</option>
						<option value="WI" <?php if ($home[State] == "WI") { ?>selected="selected"<?php } ?>>Wisconsin</option>
						<option value="WY" <?php if ($home[State] == "WY") { ?>selected="selected"<?php } ?>>Wyoming</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Zipcode:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="5" maxlength="5" name="HomeZip" value="<?php echo $home[Zip]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Since:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="2" maxlength="2" name="OwnedHomeSince_Month" value="<?php echo $ownedHomeSince[Month]; ?>">/<input type="text" size="2" maxlength="2" name="OwnedHomeSince_Day" value="<?php echo $ownedHomeSince[Day]; ?>">/<input type="text" size="4" maxlength="4" name="OwnedHomeSince_Year" value="<?php echo $ownedHomeSince[Year]; ?>">(MM/DD/YYYY)</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Home Status:</p></td><td style="padding: 10px; text-align: left;"><p><select name="HomeStatus">
						<option></option>
						<option value="Own" <?php if ($home[Status] == "Own") { ?>selected="selected"<?php } ?>>Own</option>
						<option value="Rent" <?php if ($home[Status] == "Rent") { ?>selected="selected"<?php } ?>>Rent</option>
						<option value="Buying" <?php if ($home[Status] == "Buying") { ?>selected="selected"<?php } ?>>Buying</option>
						<option value="Sharing" <?php if ($home[Status] == "Sharing") { ?>selected="selected"<?php } ?>>Sharing</option>
					</select></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Home Phone:</p></td><td style="padding: 10px; text-align: left;"><p>(<input type="text" size="3" maxlength="3" name="HP1" value="<?php echo $hp[1]; ?>">) <input type="text" size="3" maxlength="3" name="HP2" value="<?php echo $hp[2]; ?>"> - <input type="text" size="4" maxlength="4" name="HP3" value="<?php echo $hp[3]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Name Home Phone<br>is Listed Under:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "30"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="30" name="HomePhoneListedUnder" value="<?php echo $homePhoneListedUnder; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Cell Phone:</p></td><td style="padding: 10px; text-align: left;"><p>(<input type="text" size="3" maxlength="3" name="CP1" value="<?php echo $cp[1]; ?>">) <input type="text" size="3" maxlength="3" name="CP2" value="<?php echo $cp[2]; ?>"> - <input type="text" size="4" maxlength="4" name="CP3" value="<?php echo $cp[3]; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Email Address:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "40"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="40" name="Email" value="<?php echo $email; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Confirm Email:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "40"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="40" name="EmailCheck" value="<?php echo $emailCheck; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td colspan="2" style="text-align: center;"><br><p><b>Please enter a mailing address<br>if it is different from your home address.</b></p><br></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Mailing Address:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "30"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="30" name="MailingAddress" value="<?php echo $mailing[Address]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Address Cont.:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="10" maxlength="10" name="MailingAddressCont" value="<?php echo $mailing[AddressCont]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>City:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "25"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="25" name="MailingCity" value="<?php echo $mailing[City]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>State:</p></td><td style="padding: 10px; text-align: left;"><p><select name="MailingState">
						<option></option>
						<option value="AL" <?php if ($mailing[State] == "AL") { ?>selected="selected"<?php } ?>>Alabama</option>
						<option value="AK" <?php if ($mailing[State] == "AK") { ?>selected="selected"<?php } ?>>Alaska</option>
						<option value="AZ" <?php if ($mailing[State] == "AZ") { ?>selected="selected"<?php } ?>>Arizona</option>
						<option value="AR" <?php if ($mailing[State] == "AR") { ?>selected="selected"<?php } ?>>Arkansas</option>
						<option value="CA" <?php if ($mailing[State] == "CA") { ?>selected="selected"<?php } ?>>California</option>
						<option value="CO" <?php if ($mailing[State] == "CO") { ?>selected="selected"<?php } ?>>Colorado</option>
						<option value="CT" <?php if ($mailing[State] == "CT") { ?>selected="selected"<?php } ?>>Connecticut</option>
						<option value="DE" <?php if ($mailing[State] == "DE") { ?>selected="selected"<?php } ?>>Delaware</option>
						<option value="FL" <?php if ($mailing[State] == "FL") { ?>selected="selected"<?php } ?>>Florida</option>
						<option value="GA" <?php if ($mailing[State] == "GA") { ?>selected="selected"<?php } ?>>Georgia</option>
						<option value="HI" <?php if ($mailing[State] == "HI") { ?>selected="selected"<?php } ?>>Hawaii</option>
						<option value="ID" <?php if ($mailing[State] == "ID") { ?>selected="selected"<?php } ?>>Idaho</option>
						<option value="IL" <?php if ($mailing[State] == "IL") { ?>selected="selected"<?php } ?>>Illinois</option>
						<option value="IN" <?php if ($mailing[State] == "IN") { ?>selected="selected"<?php } ?>>Indiana</option>
						<option value="IA" <?php if ($mailing[State] == "IA") { ?>selected="selected"<?php } ?>>Iowa</option>
						<option value="KS" <?php if ($mailing[State] == "KS") { ?>selected="selected"<?php } ?>>Kansas</option>
						<option value="KY" <?php if ($mailing[State] == "KY") { ?>selected="selected"<?php } ?>>Kentucky</option>
						<option value="LA" <?php if ($mailing[State] == "LA") { ?>selected="selected"<?php } ?>>Louisiana</option>
						<option value="ME" <?php if ($mailing[State] == "ME") { ?>selected="selected"<?php } ?>>Maine</option>
						<option value="MD" <?php if ($mailing[State] == "MD") { ?>selected="selected"<?php } ?>>Maryland</option>
						<option value="MA" <?php if ($mailing[State] == "MA") { ?>selected="selected"<?php } ?>>Massachusetts</option>
						<option value="MI" <?php if ($mailing[State] == "MI") { ?>selected="selected"<?php } ?>>Michigan</option>
						<option value="MN" <?php if ($mailing[State] == "MN") { ?>selected="selected"<?php } ?>>Minnesota</option>
						<option value="MS" <?php if ($mailing[State] == "MS") { ?>selected="selected"<?php } ?>>Mississippi</option>
						<option value="MO" <?php if ($mailing[State] == "MO") { ?>selected="selected"<?php } ?>>Missouri</option>
						<option value="MT" <?php if ($mailing[State] == "MT") { ?>selected="selected"<?php } ?>>Montana</option>
						<option value="NE" <?php if ($mailing[State] == "NE") { ?>selected="selected"<?php } ?>>Nebraska</option>
						<option value="NV" <?php if ($mailing[State] == "NV") { ?>selected="selected"<?php } ?>>Nevada</option>
						<option value="NH" <?php if ($mailing[State] == "NH") { ?>selected="selected"<?php } ?>>New Hampshire</option>
						<option value="NJ" <?php if ($mailing[State] == "NJ") { ?>selected="selected"<?php } ?>>New Jersey</option>
						<option value="NM" <?php if ($mailing[State] == "NM") { ?>selected="selected"<?php } ?>>New Mexico</option>
						<option value="NY" <?php if ($mailing[State] == "NY") { ?>selected="selected"<?php } ?>>New York</option>
						<option value="NC" <?php if ($mailing[State] == "NC") { ?>selected="selected"<?php } ?>>North Carolina</option>
						<option value="ND" <?php if ($mailing[State] == "ND") { ?>selected="selected"<?php } ?>>North Dakota</option>
						<option value="OH" <?php if ($mailing[State] == "OH") { ?>selected="selected"<?php } ?>>Ohio</option>
						<option value="OK" <?php if ($mailing[State] == "OK") { ?>selected="selected"<?php } ?>>Oklahoma</option>
						<option value="OR" <?php if ($mailing[State] == "OR") { ?>selected="selected"<?php } ?>>Oregon</option>
						<option value="PA" <?php if ($mailing[State] == "PA") { ?>selected="selected"<?php } ?>>Pennsylvania</option>
						<option value="RI" <?php if ($mailing[State] == "RI") { ?>selected="selected"<?php } ?>>Rhode Island</option>
						<option value="SC" <?php if ($mailing[State] == "SC") { ?>selected="selected"<?php } ?>>South Carolina</option>
						<option value="SD" <?php if ($mailing[State] == "SD") { ?>selected="selected"<?php } ?>>South Dakota</option>
						<option value="TN" <?php if ($mailing[State] == "TN") { ?>selected="selected"<?php } ?>>Tennessee</option>
						<option value="TX" <?php if ($mailing[State] == "TX") { ?>selected="selected"<?php } ?>>Texas</option>
						<option value="UT" <?php if ($mailing[State] == "UT") { ?>selected="selected"<?php } ?>>Utah</option>
						<option value="VT" <?php if ($mailing[State] == "VT") { ?>selected="selected"<?php } ?>>Vermont</option>
						<option value="VA" <?php if ($mailing[State] == "VA") { ?>selected="selected"<?php } ?>>Virginia</option>
						<option value="WA" <?php if ($mailing[State] == "WA") { ?>selected="selected"<?php } ?>>Washington</option>
						<option value="WV" <?php if ($mailing[State] == "WV") { ?>selected="selected"<?php } ?>>West Virginia</option>
						<option value="WI" <?php if ($mailing[State] == "WI") { ?>selected="selected"<?php } ?>>Wisconsin</option>
						<option value="WY" <?php if ($mailing[State] == "WY") { ?>selected="selected"<?php } ?>>Wyoming</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Zipcode:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="5" maxlength="5" name="MailingZip" value="<?php echo $mailing[Zip]; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br><br><h1>Employment Information</h1><br><br></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Employer:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "40"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="40" name="Employer" value="<?php echo $employer; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Employer&#39;s Address:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "30"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="30" name="EmployersAddress" value="<?php echo $employers[Address]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Address Cont.:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="10" maxlength="10" name="EmployersAddressCont" value="<?php echo $employers[AddressCont]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>City:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "25"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="25" name="EmployersCity" value="<?php echo $employers[City]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>State:</p></td><td style="padding: 10px; text-align: left;"><p><select name="EmployersState">
						<option></option>
						<option value="AL" <?php if ($employers[State] == "AL") { ?>selected="selected"<?php } ?>>Alabama</option>
						<option value="AK" <?php if ($employers[State] == "AK") { ?>selected="selected"<?php } ?>>Alaska</option>
						<option value="AZ" <?php if ($employers[State] == "AZ") { ?>selected="selected"<?php } ?>>Arizona</option>
						<option value="AR" <?php if ($employers[State] == "AR") { ?>selected="selected"<?php } ?>>Arkansas</option>
						<option value="CA" <?php if ($employers[State] == "CA") { ?>selected="selected"<?php } ?>>California</option>
						<option value="CO" <?php if ($employers[State] == "CO") { ?>selected="selected"<?php } ?>>Colorado</option>
						<option value="CT" <?php if ($employers[State] == "CT") { ?>selected="selected"<?php } ?>>Connecticut</option>
						<option value="DE" <?php if ($employers[State] == "DE") { ?>selected="selected"<?php } ?>>Delaware</option>
						<option value="FL" <?php if ($employers[State] == "FL") { ?>selected="selected"<?php } ?>>Florida</option>
						<option value="GA" <?php if ($employers[State] == "GA") { ?>selected="selected"<?php } ?>>Georgia</option>
						<option value="HI" <?php if ($employers[State] == "HI") { ?>selected="selected"<?php } ?>>Hawaii</option>
						<option value="ID" <?php if ($employers[State] == "ID") { ?>selected="selected"<?php } ?>>Idaho</option>
						<option value="IL" <?php if ($employers[State] == "IL") { ?>selected="selected"<?php } ?>>Illinois</option>
						<option value="IN" <?php if ($employers[State] == "IN") { ?>selected="selected"<?php } ?>>Indiana</option>
						<option value="IA" <?php if ($employers[State] == "IA") { ?>selected="selected"<?php } ?>>Iowa</option>
						<option value="KS" <?php if ($employers[State] == "KS") { ?>selected="selected"<?php } ?>>Kansas</option>
						<option value="KY" <?php if ($employers[State] == "KY") { ?>selected="selected"<?php } ?>>Kentucky</option>
						<option value="LA" <?php if ($employers[State] == "LA") { ?>selected="selected"<?php } ?>>Louisiana</option>
						<option value="ME" <?php if ($employers[State] == "ME") { ?>selected="selected"<?php } ?>>Maine</option>
						<option value="MD" <?php if ($employers[State] == "MD") { ?>selected="selected"<?php } ?>>Maryland</option>
						<option value="MA" <?php if ($employers[State] == "MA") { ?>selected="selected"<?php } ?>>Massachusetts</option>
						<option value="MI" <?php if ($employers[State] == "MI") { ?>selected="selected"<?php } ?>>Michigan</option>
						<option value="MN" <?php if ($employers[State] == "MN") { ?>selected="selected"<?php } ?>>Minnesota</option>
						<option value="MS" <?php if ($employers[State] == "MS") { ?>selected="selected"<?php } ?>>Mississippi</option>
						<option value="MO" <?php if ($employers[State] == "MO") { ?>selected="selected"<?php } ?>>Missouri</option>
						<option value="MT" <?php if ($employers[State] == "MT") { ?>selected="selected"<?php } ?>>Montana</option>
						<option value="NE" <?php if ($employers[State] == "NE") { ?>selected="selected"<?php } ?>>Nebraska</option>
						<option value="NV" <?php if ($employers[State] == "NV") { ?>selected="selected"<?php } ?>>Nevada</option>
						<option value="NH" <?php if ($employers[State] == "NH") { ?>selected="selected"<?php } ?>>New Hampshire</option>
						<option value="NJ" <?php if ($employers[State] == "NJ") { ?>selected="selected"<?php } ?>>New Jersey</option>
						<option value="NM" <?php if ($employers[State] == "NM") { ?>selected="selected"<?php } ?>>New Mexico</option>
						<option value="NY" <?php if ($employers[State] == "NY") { ?>selected="selected"<?php } ?>>New York</option>
						<option value="NC" <?php if ($employers[State] == "NC") { ?>selected="selected"<?php } ?>>North Carolina</option>
						<option value="ND" <?php if ($employers[State] == "ND") { ?>selected="selected"<?php } ?>>North Dakota</option>
						<option value="OH" <?php if ($employers[State] == "OH") { ?>selected="selected"<?php } ?>>Ohio</option>
						<option value="OK" <?php if ($employers[State] == "OK") { ?>selected="selected"<?php } ?>>Oklahoma</option>
						<option value="OR" <?php if ($employers[State] == "OR") { ?>selected="selected"<?php } ?>>Oregon</option>
						<option value="PA" <?php if ($employers[State] == "PA") { ?>selected="selected"<?php } ?>>Pennsylvania</option>
						<option value="RI" <?php if ($employers[State] == "RI") { ?>selected="selected"<?php } ?>>Rhode Island</option>
						<option value="SC" <?php if ($employers[State] == "SC") { ?>selected="selected"<?php } ?>>South Carolina</option>
						<option value="SD" <?php if ($employers[State] == "SD") { ?>selected="selected"<?php } ?>>South Dakota</option>
						<option value="TN" <?php if ($employers[State] == "TN") { ?>selected="selected"<?php } ?>>Tennessee</option>
						<option value="TX" <?php if ($employers[State] == "TX") { ?>selected="selected"<?php } ?>>Texas</option>
						<option value="UT" <?php if ($employers[State] == "UT") { ?>selected="selected"<?php } ?>>Utah</option>
						<option value="VT" <?php if ($employers[State] == "VT") { ?>selected="selected"<?php } ?>>Vermont</option>
						<option value="VA" <?php if ($employers[State] == "VA") { ?>selected="selected"<?php } ?>>Virginia</option>
						<option value="WA" <?php if ($employers[State] == "WA") { ?>selected="selected"<?php } ?>>Washington</option>
						<option value="WV" <?php if ($employers[State] == "WV") { ?>selected="selected"<?php } ?>>West Virginia</option>
						<option value="WI" <?php if ($employers[State] == "WI") { ?>selected="selected"<?php } ?>>Wisconsin</option>
						<option value="WY" <?php if ($employers[State] == "WY") { ?>selected="selected"<?php } ?>>Wyoming</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Zipcode:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="5" maxlength="5" name="EmployersZip" value="<?php echo $employers[Zip]; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Employer&#39;s Phone:</p></td><td style="padding: 10px; text-align: left;"><p>(<input type="text" size="3" maxlength="3" name="EP1" value="<?php echo $ep[1]; ?>">) <input type="text" size="3" maxlength="3" name="EP2" value="<?php echo $ep[2]; ?>"> - <input type="text" size="4" maxlength="4" name="EP3" value="<?php echo $ep[3]; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Type of Business:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "20"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="20" name="TypeOfBusiness" value="<?php echo $typeOfBusiness; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Employed Since:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="2" maxlength="2" name="EmployedSinceMonth" value="<?php echo $employedSince[Month]; ?>">/<input type="text" size="4" maxlength="4" name="EmployedSinceYear" value="<?php echo $employedSince[Year]; ?>"> (MM/YYYY)</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Position:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "20"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="20" name="Position" value="<?php echo $position; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Department:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "20"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="20" name="Department" value="<?php echo $department; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Supervisor:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "30"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="30" name="Supervisor" value="<?php echo $supervisor; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br><br><h1>References</h1><br><br></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><h3>Reference #1</h3></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>First Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="Reference1_FirstName" value="<?php echo $reference1[FirstName]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Last Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="Reference1_LastName" value="<?php echo $reference1[LastName]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Phone Number:</p></td><td style="padding: 10px; text-align: left;"><p>(<input type="text" size="3" maxlength="3" name="Reference1_PN1" value="<?php echo $reference1_PN[1]; ?>">) <input type="text" size="3" maxlength="3" name="Reference1_PN2" value="<?php echo $reference1_PN[2]; ?>"> - <input type="text" size="4" maxlength="4" name="Reference1_PN3" value="<?php echo $reference1_PN[3]; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><h3>Reference #2</h3></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>First Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="Reference2_FirstName" value="<?php echo $reference2[FirstName]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Last Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="Reference2_LastName" value="<?php echo $reference2[LastName]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Phone Number:</p></td><td style="padding: 10px; text-align: left;"><p>(<input type="text" size="3" maxlength="3" name="Reference2_PN1" value="<?php echo $reference2_PN[1]; ?>">) <input type="text" size="3" maxlength="3" name="Reference2_PN2" value="<?php echo $reference2_PN[2]; ?>"> - <input type="text" size="4" maxlength="4" name="Reference2_PN3" value="<?php echo $reference2_PN[3]; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br><br><h1>Please answer the following questions.</h1><br><br></td>
			</tr>
			<tr>
				<td colspan="2">
					<table style="width: 100%;">
						<tr>
							<td style="text-align: right; padding: 5px; width: 31%"><p>Yes <input type="radio" name="Q01" value="Y" <?php if ($q[0] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q01" value="N" <?php if ($q[0] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>1. Are you a member of the NRA?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q02" value="Y" <?php if ($q[1] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q02" value="N" <?php if ($q[1] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>2. Are you a citizen of the USA?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q03" value="Y" <?php if ($q[2] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q03" value="N" <?php if ($q[2] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>3. Have you been convicted of a felony?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q04" value="Y" <?php if ($q[3] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q04" value="N" <?php if ($q[3] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>4. Have you ever injured anyone while hunting?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q05" value="Y" <?php if ($q[4] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q05" value="N" <?php if ($q[4] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>5. Do you have difficulty controlling your temper?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q06" value="Y" <?php if ($q[5] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q06" value="N" <?php if ($q[5] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>6. Are you now on probation for any criminal offense?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q07" value="Y" <?php if ($q[6] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q07" value="N" <?php if ($q[6] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>7. Do you currently lease land for your own hunting?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q08" value="Y" <?php if ($q[7] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q08" value="N" <?php if ($q[7] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>8. Have you ever damaged private property while hunting?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q09" value="Y" <?php if ($q[8] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q09" value="N" <?php if ($q[8] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>9. Have you ever sued anyone for personal injury from any cause?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q10" value="Y" <?php if ($q[9] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q10" value="N" <?php if ($q[9] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>10. Have you ever accepted payment for injuries from any cause?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q11" value="Y" <?php if ($q[10] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q11" value="N" <?php if ($q[10] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>11. Do you agree to never accept payment as a guide on HSP land?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q12" value="Y" <?php if ($q[11] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q12" value="N" <?php if ($q[11] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>12. Have you been fined over $300 for a conservation law violation?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q13" value="Y" <?php if ($q[12] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q13" value="N" <?php if ($q[12] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>13. Has any other hunting club refused to renew your membership?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q14" value="Y" <?php if ($q[13] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q14" value="N" <?php if ($q[13] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>14. Are you a member of any anti hunting animal rights group?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q15" value="Y" <?php if ($q[14] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q15" value="N" <?php if ($q[14] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>15. Can you read and understand this application without any help?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q16" value="Y" <?php if ($q[15] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q16" value="N" <?php if ($q[15] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>16. Are you a member of any group opposed to the US government?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q17" value="Y" <?php if ($q[16] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q17" value="N" <?php if ($q[16] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>17. Have you previously applied for membership in HSP or any club affiliated with HSP?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q18" value="Y" <?php if ($q[17] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q18" value="N" <?php if ($q[17] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>18. Have you ever claimed compensation from anyone, for property damage or injury, resulting from a hunting accident?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q19" value="Y" <?php if ($q[18] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q19" value="N" <?php if ($q[18] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>19. Have you been treated for addiction to a controlled substance or alcohol within the past year?</p>
						</tr>
						<tr>
							<td style="text-align: right; padding: 5px;"><p>Yes <input type="radio" name="Q20" value="Y" <?php if ($q[19] == "Y") { ?>checked<?php } ?>> | <input type="radio" name="Q20" value="N" <?php if ($q[19] == "N") { ?>checked<?php } ?>> No -- </p></td><td style="text-align: left; padding: 5px;"><p>20. Do you have any physical or mental disabilities which could place you or others at risk of injury where you and others are hunting?</p>
						</tr>
					</table>
				</td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br><br><h1>Identification</h1><br><br></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Drivers License Number:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="DriversLicenseNumber" value="<?php echo $driversLicense[Number]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>License Issued By:</p></td><td style="padding: 10px; text-align: left;"><p><select name="DriversLicenseState">
						<option></option>
						<option value="AL" <?php if ($driversLicense[State] == "AL") { ?>selected="selected"<?php } ?>>Alabama</option>
						<option value="AK" <?php if ($driversLicense[State] == "AK") { ?>selected="selected"<?php } ?>>Alaska</option>
						<option value="AZ" <?php if ($driversLicense[State] == "AZ") { ?>selected="selected"<?php } ?>>Arizona</option>
						<option value="AR" <?php if ($driversLicense[State] == "AR") { ?>selected="selected"<?php } ?>>Arkansas</option>
						<option value="CA" <?php if ($driversLicense[State] == "CA") { ?>selected="selected"<?php } ?>>California</option>
						<option value="CO" <?php if ($driversLicense[State] == "CO") { ?>selected="selected"<?php } ?>>Colorado</option>
						<option value="CT" <?php if ($driversLicense[State] == "CT") { ?>selected="selected"<?php } ?>>Connecticut</option>
						<option value="DE" <?php if ($driversLicense[State] == "DE") { ?>selected="selected"<?php } ?>>Delaware</option>
						<option value="FL" <?php if ($driversLicense[State] == "FL") { ?>selected="selected"<?php } ?>>Florida</option>
						<option value="GA" <?php if ($driversLicense[State] == "GA") { ?>selected="selected"<?php } ?>>Georgia</option>
						<option value="HI" <?php if ($driversLicense[State] == "HI") { ?>selected="selected"<?php } ?>>Hawaii</option>
						<option value="ID" <?php if ($driversLicense[State] == "ID") { ?>selected="selected"<?php } ?>>Idaho</option>
						<option value="IL" <?php if ($driversLicense[State] == "IL") { ?>selected="selected"<?php } ?>>Illinois</option>
						<option value="IN" <?php if ($driversLicense[State] == "IN") { ?>selected="selected"<?php } ?>>Indiana</option>
						<option value="IA" <?php if ($driversLicense[State] == "IA") { ?>selected="selected"<?php } ?>>Iowa</option>
						<option value="KS" <?php if ($driversLicense[State] == "KS") { ?>selected="selected"<?php } ?>>Kansas</option>
						<option value="KY" <?php if ($driversLicense[State] == "KY") { ?>selected="selected"<?php } ?>>Kentucky</option>
						<option value="LA" <?php if ($driversLicense[State] == "LA") { ?>selected="selected"<?php } ?>>Louisiana</option>
						<option value="ME" <?php if ($driversLicense[State] == "ME") { ?>selected="selected"<?php } ?>>Maine</option>
						<option value="MD" <?php if ($driversLicense[State] == "MD") { ?>selected="selected"<?php } ?>>Maryland</option>
						<option value="MA" <?php if ($driversLicense[State] == "MA") { ?>selected="selected"<?php } ?>>Massachusetts</option>
						<option value="MI" <?php if ($driversLicense[State] == "MI") { ?>selected="selected"<?php } ?>>Michigan</option>
						<option value="MN" <?php if ($driversLicense[State] == "MN") { ?>selected="selected"<?php } ?>>Minnesota</option>
						<option value="MS" <?php if ($driversLicense[State] == "MS") { ?>selected="selected"<?php } ?>>Mississippi</option>
						<option value="MO" <?php if ($driversLicense[State] == "MO") { ?>selected="selected"<?php } ?>>Missouri</option>
						<option value="MT" <?php if ($driversLicense[State] == "MT") { ?>selected="selected"<?php } ?>>Montana</option>
						<option value="NE" <?php if ($driversLicense[State] == "NE") { ?>selected="selected"<?php } ?>>Nebraska</option>
						<option value="NV" <?php if ($driversLicense[State] == "NV") { ?>selected="selected"<?php } ?>>Nevada</option>
						<option value="NH" <?php if ($driversLicense[State] == "NH") { ?>selected="selected"<?php } ?>>New Hampshire</option>
						<option value="NJ" <?php if ($driversLicense[State] == "NJ") { ?>selected="selected"<?php } ?>>New Jersey</option>
						<option value="NM" <?php if ($driversLicense[State] == "NM") { ?>selected="selected"<?php } ?>>New Mexico</option>
						<option value="NY" <?php if ($driversLicense[State] == "NY") { ?>selected="selected"<?php } ?>>New York</option>
						<option value="NC" <?php if ($driversLicense[State] == "NC") { ?>selected="selected"<?php } ?>>North Carolina</option>
						<option value="ND" <?php if ($driversLicense[State] == "ND") { ?>selected="selected"<?php } ?>>North Dakota</option>
						<option value="OH" <?php if ($driversLicense[State] == "OH") { ?>selected="selected"<?php } ?>>Ohio</option>
						<option value="OK" <?php if ($driversLicense[State] == "OK") { ?>selected="selected"<?php } ?>>Oklahoma</option>
						<option value="OR" <?php if ($driversLicense[State] == "OR") { ?>selected="selected"<?php } ?>>Oregon</option>
						<option value="PA" <?php if ($driversLicense[State] == "PA") { ?>selected="selected"<?php } ?>>Pennsylvania</option>
						<option value="RI" <?php if ($driversLicense[State] == "RI") { ?>selected="selected"<?php } ?>>Rhode Island</option>
						<option value="SC" <?php if ($driversLicense[State] == "SC") { ?>selected="selected"<?php } ?>>South Carolina</option>
						<option value="SD" <?php if ($driversLicense[State] == "SD") { ?>selected="selected"<?php } ?>>South Dakota</option>
						<option value="TN" <?php if ($driversLicense[State] == "TN") { ?>selected="selected"<?php } ?>>Tennessee</option>
						<option value="TX" <?php if ($driversLicense[State] == "TX") { ?>selected="selected"<?php } ?>>Texas</option>
						<option value="UT" <?php if ($driversLicense[State] == "UT") { ?>selected="selected"<?php } ?>>Utah</option>
						<option value="VT" <?php if ($driversLicense[State] == "VT") { ?>selected="selected"<?php } ?>>Vermont</option>
						<option value="VA" <?php if ($driversLicense[State] == "VA") { ?>selected="selected"<?php } ?>>Virginia</option>
						<option value="WA" <?php if ($driversLicense[State] == "WA") { ?>selected="selected"<?php } ?>>Washington</option>
						<option value="WV" <?php if ($driversLicense[State] == "WV") { ?>selected="selected"<?php } ?>>West Virginia</option>
						<option value="WI" <?php if ($driversLicense[State] == "WI") { ?>selected="selected"<?php } ?>>Wisconsin</option>
						<option value="WY" <?php if ($driversLicense[State] == "WY") { ?>selected="selected"<?php } ?>>Wyoming</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Drivers License Expires:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="2" maxlength="2" name="DriversLicenseExpires_Month" value="<?php echo $driversLicense[Expires_Month]; ?>">/<input type="text" size="2" maxlength="2" name="DriversLicenseExpires_Day" value="<?php echo $driversLicense[Expires_Day]; ?>">/<input type="text" size="4" maxlength="4" name="DriversLicenseExpires_Year" value="<?php echo $driversLicense[Expires_Year]; ?>"> (MM/DD/YYYY)</p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Weight:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="3" maxlength="3" name="Weight" value="<?php echo $weight; ?>">lbs.</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Height:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="1" maxlength="1" name="HeightFT" value="<?php echo $height[ft]; ?>">ft. <input type="text" size="2" maxlength="2" name="HeightIN" value="<?php echo $height[in]; ?>">in.</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Hair Color:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="5" maxlength="5" name="Hair" value="<?php echo $hair; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Eye Color:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="5" maxlength="5" name="Eyes" value="<?php echo $eyes; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Skin Color:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="5" maxlength="5" name="Skin" value="<?php echo $skin; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Birthdate:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="2" maxlength="2" name="BirthdateMonth" value="<?php echo $birthdate[Month]; ?>">/<input type="text" size="2" maxlength="2" name="BirthdateDay" value="<?php echo $birthdate[Day]; ?>">/<input type="text" size="4" maxlength="4" name="BirthdateYear" value="<?php echo $birthdate[Year]; ?>"> (MM/DD/YYYY)</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Marital Status:</p></td><td style="padding: 10px; text-align: left;"><p><select name="MaritalStatus">
						<option></option>
						<option value="Married" <?php if ($maritalStatus == "Married") { ?>selected="selected"<?php } ?>>Married</option>
						<option value="Divorced" <?php if ($maritalStatus == "Divorced") { ?>selected="selected"<?php } ?>>Divorced</option>
						<option value="Separated" <?php if ($maritalStatus == "Separated") { ?>selected="selected"<?php } ?>>Separated</option>
						<option value="Widowed" <?php if ($maritalStatus == "Widowed") { ?>selected="selected"<?php } ?>>Widowed</option>
						<option value="Single" <?php if ($maritalStatus == "Single") { ?>selected="selected"<?php } ?>>Single</option>
						<option value="Other" <?php if ($maritalStatus == "Other") { ?>selected="selected"<?php } ?>>Other</option>
					</select></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><p>Describe breed, color &amp; number of hunting dogs you will be using:</p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "70"; } else if ($siteVersion == "mobile") { echo "30"; } ?>" maxlength="75" name="HuntingDogsDescription" value="<?php echo $huntingDogsDescription; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br><h3>List all vehicles to be used while using club property.</h3><br></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><h3>Vehicle #1</h3></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Make:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="10" maxlength="10" name="Vehicle1Make" value="<?php echo $vehicle1[Make]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Model:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="10" maxlength="10" name="Vehicle1Model" value="<?php echo $vehicle1[Model]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Year:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="4" maxlength="4" name="Vehicle1Year" value="<?php echo $vehicle1[Year]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Color:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="10" maxlength="10" name="Vehicle1Color" value="<?php echo $vehicle1[Color]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>4x4?:</p></td><td style="padding: 10px; text-align: left;"><p><select name="Vehicle1Drive">
						<option></option>
						<option value="Yes" <?php if ($vehicle1[Drive] == "Yes") { ?>selected="selected"<?php } ?>>Yes</option>
						<option value="No" <?php if ($vehicle1[Drive] == "No") { ?>selected="selected"<?php } ?>>No</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>License Plate Number:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="10" maxlength="10" name="Vehicle1Plate" value="<?php echo $vehicle1[Plate]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>State:</p></td><td style="padding: 10px; text-align: left;"><p><select name="Vehicle1State">
						<option></option>
						<option value="AL" <?php if ($vehicle1[State] == "AL") { ?>selected="selected"<?php } ?>>Alabama</option>
						<option value="AK" <?php if ($vehicle1[State] == "AK") { ?>selected="selected"<?php } ?>>Alaska</option>
						<option value="AZ" <?php if ($vehicle1[State] == "AZ") { ?>selected="selected"<?php } ?>>Arizona</option>
						<option value="AR" <?php if ($vehicle1[State] == "AR") { ?>selected="selected"<?php } ?>>Arkansas</option>
						<option value="CA" <?php if ($vehicle1[State] == "CA") { ?>selected="selected"<?php } ?>>California</option>
						<option value="CO" <?php if ($vehicle1[State] == "CO") { ?>selected="selected"<?php } ?>>Colorado</option>
						<option value="CT" <?php if ($vehicle1[State] == "CT") { ?>selected="selected"<?php } ?>>Connecticut</option>
						<option value="DE" <?php if ($vehicle1[State] == "DE") { ?>selected="selected"<?php } ?>>Delaware</option>
						<option value="FL" <?php if ($vehicle1[State] == "FL") { ?>selected="selected"<?php } ?>>Florida</option>
						<option value="GA" <?php if ($vehicle1[State] == "GA") { ?>selected="selected"<?php } ?>>Georgia</option>
						<option value="HI" <?php if ($vehicle1[State] == "HI") { ?>selected="selected"<?php } ?>>Hawaii</option>
						<option value="ID" <?php if ($vehicle1[State] == "ID") { ?>selected="selected"<?php } ?>>Idaho</option>
						<option value="IL" <?php if ($vehicle1[State] == "IL") { ?>selected="selected"<?php } ?>>Illinois</option>
						<option value="IN" <?php if ($vehicle1[State] == "IN") { ?>selected="selected"<?php } ?>>Indiana</option>
						<option value="IA" <?php if ($vehicle1[State] == "IA") { ?>selected="selected"<?php } ?>>Iowa</option>
						<option value="KS" <?php if ($vehicle1[State] == "KS") { ?>selected="selected"<?php } ?>>Kansas</option>
						<option value="KY" <?php if ($vehicle1[State] == "KY") { ?>selected="selected"<?php } ?>>Kentucky</option>
						<option value="LA" <?php if ($vehicle1[State] == "LA") { ?>selected="selected"<?php } ?>>Louisiana</option>
						<option value="ME" <?php if ($vehicle1[State] == "ME") { ?>selected="selected"<?php } ?>>Maine</option>
						<option value="MD" <?php if ($vehicle1[State] == "MD") { ?>selected="selected"<?php } ?>>Maryland</option>
						<option value="MA" <?php if ($vehicle1[State] == "MA") { ?>selected="selected"<?php } ?>>Massachusetts</option>
						<option value="MI" <?php if ($vehicle1[State] == "MI") { ?>selected="selected"<?php } ?>>Michigan</option>
						<option value="MN" <?php if ($vehicle1[State] == "MN") { ?>selected="selected"<?php } ?>>Minnesota</option>
						<option value="MS" <?php if ($vehicle1[State] == "MS") { ?>selected="selected"<?php } ?>>Mississippi</option>
						<option value="MO" <?php if ($vehicle1[State] == "MO") { ?>selected="selected"<?php } ?>>Missouri</option>
						<option value="MT" <?php if ($vehicle1[State] == "MT") { ?>selected="selected"<?php } ?>>Montana</option>
						<option value="NE" <?php if ($vehicle1[State] == "NE") { ?>selected="selected"<?php } ?>>Nebraska</option>
						<option value="NV" <?php if ($vehicle1[State] == "NV") { ?>selected="selected"<?php } ?>>Nevada</option>
						<option value="NH" <?php if ($vehicle1[State] == "NH") { ?>selected="selected"<?php } ?>>New Hampshire</option>
						<option value="NJ" <?php if ($vehicle1[State] == "NJ") { ?>selected="selected"<?php } ?>>New Jersey</option>
						<option value="NM" <?php if ($vehicle1[State] == "NM") { ?>selected="selected"<?php } ?>>New Mexico</option>
						<option value="NY" <?php if ($vehicle1[State] == "NY") { ?>selected="selected"<?php } ?>>New York</option>
						<option value="NC" <?php if ($vehicle1[State] == "NC") { ?>selected="selected"<?php } ?>>North Carolina</option>
						<option value="ND" <?php if ($vehicle1[State] == "ND") { ?>selected="selected"<?php } ?>>North Dakota</option>
						<option value="OH" <?php if ($vehicle1[State] == "OH") { ?>selected="selected"<?php } ?>>Ohio</option>
						<option value="OK" <?php if ($vehicle1[State] == "OK") { ?>selected="selected"<?php } ?>>Oklahoma</option>
						<option value="OR" <?php if ($vehicle1[State] == "OR") { ?>selected="selected"<?php } ?>>Oregon</option>
						<option value="PA" <?php if ($vehicle1[State] == "PA") { ?>selected="selected"<?php } ?>>Pennsylvania</option>
						<option value="RI" <?php if ($vehicle1[State] == "RI") { ?>selected="selected"<?php } ?>>Rhode Island</option>
						<option value="SC" <?php if ($vehicle1[State] == "SC") { ?>selected="selected"<?php } ?>>South Carolina</option>
						<option value="SD" <?php if ($vehicle1[State] == "SD") { ?>selected="selected"<?php } ?>>South Dakota</option>
						<option value="TN" <?php if ($vehicle1[State] == "TN") { ?>selected="selected"<?php } ?>>Tennessee</option>
						<option value="TX" <?php if ($vehicle1[State] == "TX") { ?>selected="selected"<?php } ?>>Texas</option>
						<option value="UT" <?php if ($vehicle1[State] == "UT") { ?>selected="selected"<?php } ?>>Utah</option>
						<option value="VT" <?php if ($vehicle1[State] == "VT") { ?>selected="selected"<?php } ?>>Vermont</option>
						<option value="VA" <?php if ($vehicle1[State] == "VA") { ?>selected="selected"<?php } ?>>Virginia</option>
						<option value="WA" <?php if ($vehicle1[State] == "WA") { ?>selected="selected"<?php } ?>>Washington</option>
						<option value="WV" <?php if ($vehicle1[State] == "WV") { ?>selected="selected"<?php } ?>>West Virginia</option>
						<option value="WI" <?php if ($vehicle1[State] == "WI") { ?>selected="selected"<?php } ?>>Wisconsin</option>
						<option value="WY" <?php if ($vehicle1[State] == "WY") { ?>selected="selected"<?php } ?>>Wyoming</option>
					</select></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><h3>Vehicle #2</h3></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Make:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="10" maxlength="10" name="Vehicle2Make" value="<?php echo $vehicle2[Make]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Model:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="10" maxlength="10" name="Vehicle2Model" value="<?php echo $vehicle2[Model]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Year:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="4" maxlength="4" name="Vehicle2Year" value="<?php echo $vehicle2[Year]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Color:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="10" maxlength="10" name="Vehicle2Color" value="<?php echo $vehicle2[Color]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>4x4?:</p></td><td style="padding: 10px; text-align: left;"><p><select name="Vehicle2Drive">
						<option></option>
						<option value="Yes" <?php if ($vehicle2[Drive] == "Yes") { ?>selected="selected"<?php } ?>>Yes</option>
						<option value="No" <?php if ($vehicle2[Drive] == "No") { ?>selected="selected"<?php } ?>>No</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>License Plate Number:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="10" maxlength="10" name="Vehicle2Plate" value="<?php echo $vehicle2[Plate]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>State:</p></td><td style="padding: 10px; text-align: left;"><p><select name="Vehicle2State">
						<option></option>
						<option value="AL" <?php if ($vehicle2[State] == "AL") { ?>selected="selected"<?php } ?>>Alabama</option>
						<option value="AK" <?php if ($vehicle2[State] == "AK") { ?>selected="selected"<?php } ?>>Alaska</option>
						<option value="AZ" <?php if ($vehicle2[State] == "AZ") { ?>selected="selected"<?php } ?>>Arizona</option>
						<option value="AR" <?php if ($vehicle2[State] == "AR") { ?>selected="selected"<?php } ?>>Arkansas</option>
						<option value="CA" <?php if ($vehicle2[State] == "CA") { ?>selected="selected"<?php } ?>>California</option>
						<option value="CO" <?php if ($vehicle2[State] == "CO") { ?>selected="selected"<?php } ?>>Colorado</option>
						<option value="CT" <?php if ($vehicle2[State] == "CT") { ?>selected="selected"<?php } ?>>Connecticut</option>
						<option value="DE" <?php if ($vehicle2[State] == "DE") { ?>selected="selected"<?php } ?>>Delaware</option>
						<option value="FL" <?php if ($vehicle2[State] == "FL") { ?>selected="selected"<?php } ?>>Florida</option>
						<option value="GA" <?php if ($vehicle2[State] == "GA") { ?>selected="selected"<?php } ?>>Georgia</option>
						<option value="HI" <?php if ($vehicle2[State] == "HI") { ?>selected="selected"<?php } ?>>Hawaii</option>
						<option value="ID" <?php if ($vehicle2[State] == "ID") { ?>selected="selected"<?php } ?>>Idaho</option>
						<option value="IL" <?php if ($vehicle2[State] == "IL") { ?>selected="selected"<?php } ?>>Illinois</option>
						<option value="IN" <?php if ($vehicle2[State] == "IN") { ?>selected="selected"<?php } ?>>Indiana</option>
						<option value="IA" <?php if ($vehicle2[State] == "IA") { ?>selected="selected"<?php } ?>>Iowa</option>
						<option value="KS" <?php if ($vehicle2[State] == "KS") { ?>selected="selected"<?php } ?>>Kansas</option>
						<option value="KY" <?php if ($vehicle2[State] == "KY") { ?>selected="selected"<?php } ?>>Kentucky</option>
						<option value="LA" <?php if ($vehicle2[State] == "LA") { ?>selected="selected"<?php } ?>>Louisiana</option>
						<option value="ME" <?php if ($vehicle2[State] == "ME") { ?>selected="selected"<?php } ?>>Maine</option>
						<option value="MD" <?php if ($vehicle2[State] == "MD") { ?>selected="selected"<?php } ?>>Maryland</option>
						<option value="MA" <?php if ($vehicle2[State] == "MA") { ?>selected="selected"<?php } ?>>Massachusetts</option>
						<option value="MI" <?php if ($vehicle2[State] == "MI") { ?>selected="selected"<?php } ?>>Michigan</option>
						<option value="MN" <?php if ($vehicle2[State] == "MN") { ?>selected="selected"<?php } ?>>Minnesota</option>
						<option value="MS" <?php if ($vehicle2[State] == "MS") { ?>selected="selected"<?php } ?>>Mississippi</option>
						<option value="MO" <?php if ($vehicle2[State] == "MO") { ?>selected="selected"<?php } ?>>Missouri</option>
						<option value="MT" <?php if ($vehicle2[State] == "MT") { ?>selected="selected"<?php } ?>>Montana</option>
						<option value="NE" <?php if ($vehicle2[State] == "NE") { ?>selected="selected"<?php } ?>>Nebraska</option>
						<option value="NV" <?php if ($vehicle2[State] == "NV") { ?>selected="selected"<?php } ?>>Nevada</option>
						<option value="NH" <?php if ($vehicle2[State] == "NH") { ?>selected="selected"<?php } ?>>New Hampshire</option>
						<option value="NJ" <?php if ($vehicle2[State] == "NJ") { ?>selected="selected"<?php } ?>>New Jersey</option>
						<option value="NM" <?php if ($vehicle2[State] == "NM") { ?>selected="selected"<?php } ?>>New Mexico</option>
						<option value="NY" <?php if ($vehicle2[State] == "NY") { ?>selected="selected"<?php } ?>>New York</option>
						<option value="NC" <?php if ($vehicle2[State] == "NC") { ?>selected="selected"<?php } ?>>North Carolina</option>
						<option value="ND" <?php if ($vehicle2[State] == "ND") { ?>selected="selected"<?php } ?>>North Dakota</option>
						<option value="OH" <?php if ($vehicle2[State] == "OH") { ?>selected="selected"<?php } ?>>Ohio</option>
						<option value="OK" <?php if ($vehicle2[State] == "OK") { ?>selected="selected"<?php } ?>>Oklahoma</option>
						<option value="OR" <?php if ($vehicle2[State] == "OR") { ?>selected="selected"<?php } ?>>Oregon</option>
						<option value="PA" <?php if ($vehicle2[State] == "PA") { ?>selected="selected"<?php } ?>>Pennsylvania</option>
						<option value="RI" <?php if ($vehicle2[State] == "RI") { ?>selected="selected"<?php } ?>>Rhode Island</option>
						<option value="SC" <?php if ($vehicle2[State] == "SC") { ?>selected="selected"<?php } ?>>South Carolina</option>
						<option value="SD" <?php if ($vehicle2[State] == "SD") { ?>selected="selected"<?php } ?>>South Dakota</option>
						<option value="TN" <?php if ($vehicle2[State] == "TN") { ?>selected="selected"<?php } ?>>Tennessee</option>
						<option value="TX" <?php if ($vehicle2[State] == "TX") { ?>selected="selected"<?php } ?>>Texas</option>
						<option value="UT" <?php if ($vehicle2[State] == "UT") { ?>selected="selected"<?php } ?>>Utah</option>
						<option value="VT" <?php if ($vehicle2[State] == "VT") { ?>selected="selected"<?php } ?>>Vermont</option>
						<option value="VA" <?php if ($vehicle2[State] == "VA") { ?>selected="selected"<?php } ?>>Virginia</option>
						<option value="WA" <?php if ($vehicle2[State] == "WA") { ?>selected="selected"<?php } ?>>Washington</option>
						<option value="WV" <?php if ($vehicle2[State] == "WV") { ?>selected="selected"<?php } ?>>West Virginia</option>
						<option value="WI" <?php if ($vehicle2[State] == "WI") { ?>selected="selected"<?php } ?>>Wisconsin</option>
						<option value="WY" <?php if ($vehicle2[State] == "WY") { ?>selected="selected"<?php } ?>>Wyoming</option>
					</select></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br><br><h1>Dependents</h1>
				<h4>List all dependents (spouse and dependent children) who may accompany you on our land.
				Qualified dependents must be listed as your dependents on your federal income tax return.
				A signed indemnification agreement must be received for each dependent prior to their access
				to club land, including infants.</h4><br><br></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><h3>Dependent #1</h3></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "20"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="20" name="Dependent1Name" value="<?php echo $dependent1[Name]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Gender:</p></td><td style="padding: 10px; text-align: left;"><p><select name="Dependent1Gender">
						<option></option>
						<option value="M" <?php if ($dependent1[Gender] == "M") { ?>selected="selected"<?php } ?>>Male</option>
						<option value="F" <?php if ($dependent1[Gender] == "F") { ?>selected="selected"<?php } ?>>Female</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Birthdate:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="2" maxlength="2" name="Dependent1BirthMonth" value="<?php echo $dependent1[BirthMonth]; ?>">/<input type="text" size="2" maxlength="2" name="Dependent1BirthDay" value="<?php echo $dependent1[BirthDay]; ?>">/<input type="text" size="4" maxlength="4" name="Dependent1BirthYear" value="<?php echo $dependent1[BirthYear]; ?>"> (MM/DD/YYYY)</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Relation:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="Dependent1Relation" value="<?php echo $dependent1[Relation]; ?>"> (ie. Daughter, Son, Wife, etc...)</p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><h3>Dependent #2</h3></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "20"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="20" name="Dependent2Name" value="<?php echo $dependent2[Name]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Gender:</p></td><td style="padding: 10px; text-align: left;"><p><select name="Dependent2Gender">
						<option></option>
						<option value="M" <?php if ($dependent2[Gender] == "M") { ?>selected="selected"<?php } ?>>Male</option>
						<option value="F" <?php if ($dependent2[Gender] == "F") { ?>selected="selected"<?php } ?>>Female</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Birthdate:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="2" maxlength="2" name="Dependent2BirthMonth" value="<?php echo $dependent2[BirthMonth]; ?>">/<input type="text" size="2" maxlength="2" name="Dependent2BirthDay" value="<?php echo $dependent2[BirthDay]; ?>">/<input type="text" size="4" maxlength="4" name="Dependent2BirthYear" value="<?php echo $dependent2[BirthYear]; ?>"> (MM/DD/YYYY)</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Relation:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="Dependent2Relation" value="<?php echo $dependent2[Relation]; ?>"> (ie. Daughter, Son, Wife, etc...)</p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><h3>Dependent #3</h3></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "20"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="20" name="Dependent3Name" value="<?php echo $dependent3[Name]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Gender:</p></td><td style="padding: 10px; text-align: left;"><p><select name="Dependent3Gender">
						<option></option>
						<option value="M" <?php if ($dependent3[Gender] == "M") { ?>selected="selected"<?php } ?>>Male</option>
						<option value="F" <?php if ($dependent3[Gender] == "F") { ?>selected="selected"<?php } ?>>Female</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Birthdate:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="2" maxlength="2" name="Dependent3BirthMonth" value="<?php echo $dependent3[BirthMonth]; ?>">/<input type="text" size="2" maxlength="2" name="Dependent3BirthDay" value="<?php echo $dependent3[BirthDay]; ?>">/<input type="text" size="4" maxlength="4" name="Dependent3BirthYear" value="<?php echo $dependent3[BirthYear]; ?>"> (MM/DD/YYYY)</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Relation:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="Dependent3Relation" value="<?php echo $dependent3[Relation]; ?>"> (ie. Daughter, Son, Wife, etc...)</p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><h3>Dependent #4</h3></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "20"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="20" name="Dependent4Name" value="<?php echo $dependent4[Name]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Gender:</p></td><td style="padding: 10px; text-align: left;"><p><select name="Dependent4Gender">
						<option></option>
						<option value="M" <?php if ($dependent4[Gender] == "M") { ?>selected="selected"<?php } ?>>Male</option>
						<option value="F" <?php if ($dependent4[Gender] == "F") { ?>selected="selected"<?php } ?>>Female</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Birthdate:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="2" maxlength="2" name="Dependent4BirthMonth" value="<?php echo $dependent4[BirthMonth]; ?>">/<input type="text" size="2" maxlength="2" name="Dependent4BirthDay" value="<?php echo $dependent4[BirthDay]; ?>">/<input type="text" size="4" maxlength="4" name="Dependent4BirthYear" value="<?php echo $dependent4[BirthYear]; ?>"> (MM/DD/YYYY)</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Relation:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="Dependent4Relation" value="<?php echo $dependent4[Relation]; ?>"> (ie. Daughter, Son, Wife, etc...)</p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><h3>Dependent #5</h3></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "20"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="20" name="Dependent5Name" value="<?php echo $dependent5[Name]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Gender:</p></td><td style="padding: 10px; text-align: left;"><p><select name="Dependent5Gender">
						<option></option>
						<option value="M" <?php if ($dependent5[Gender] == "M") { ?>selected="selected"<?php } ?>>Male</option>
						<option value="F" <?php if ($dependent5[Gender] == "F") { ?>selected="selected"<?php } ?>>Female</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Birthdate:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="2" maxlength="2" name="Dependent5BirthMonth" value="<?php echo $dependent5[BirthMonth]; ?>">/<input type="text" size="2" maxlength="2" name="Dependent5BirthDay" value="<?php echo $dependent5[BirthDay]; ?>">/<input type="text" size="4" maxlength="4" name="Dependent5BirthYear" value="<?php echo $dependent5[BirthYear]; ?>"> (MM/DD/YYYY)</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Relation:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="Dependent5Relation" value="<?php echo $dependent5[Relation]; ?>"> (ie. Daughter, Son, Wife, etc...)</p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><h3>Dependent #6</h3></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "20"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="20" name="Dependent6Name" value="<?php echo $dependent6[Name]; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Gender:</p></td><td style="padding: 10px; text-align: left;"><p><select name="Dependent6Gender">
						<option></option>
						<option value="M" <?php if ($dependent6[Gender] == "M") { ?>selected="selected"<?php } ?>>Male</option>
						<option value="F" <?php if ($dependent6[Gender] == "F") { ?>selected="selected"<?php } ?>>Female</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Birthdate:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="2" maxlength="2" name="Dependent6BirthMonth" value="<?php echo $dependent6[BirthMonth]; ?>">/<input type="text" size="2" maxlength="2" name="Dependent6BirthDay" value="<?php echo $dependent6[BirthDay]; ?>">/<input type="text" size="4" maxlength="4" name="Dependent6BirthYear" value="<?php echo $dependent6[BirthYear]; ?>"> (MM/DD/YYYY)</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Relation:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="15" maxlength="15" name="Dependent6Relation" value="<?php echo $dependent6[Relation]; ?>"> (ie. Daughter, Son, Wife, etc...)</p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br><br><h1>Miscellaneous Information</h1><br><br></td>
			</tr>
			<tr>
				<td colspan="2" style="margin-bottom: 10px; padding: 10px; text-align: center;"><p>Have you ever completed a hunter safety course?
                <select name="HunterSafetyYN">
                    <option></option>
                    <option value="Yes" <?php if ($hunterSafety[YN] == "Yes") { ?>selected="selected"<?php } ?>>Yes</option>
                    <option value="No" <?php if ($hunterSafety[YN] == "No") { ?>selected="selected"<?php } ?>>No</option>
                </select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>What State?:</p></td><td style="padding: 10px; text-align: left;"><p><select name="HunterSafetyState">
						<option></option>
						<option value="AL" <?php if ($hunterSafety[State] == "AL") { ?>selected="selected"<?php } ?>>Alabama</option>
						<option value="AK" <?php if ($hunterSafety[State] == "AK") { ?>selected="selected"<?php } ?>>Alaska</option>
						<option value="AZ" <?php if ($hunterSafety[State] == "AZ") { ?>selected="selected"<?php } ?>>Arizona</option>
						<option value="AR" <?php if ($hunterSafety[State] == "AR") { ?>selected="selected"<?php } ?>>Arkansas</option>
						<option value="CA" <?php if ($hunterSafety[State] == "CA") { ?>selected="selected"<?php } ?>>California</option>
						<option value="CO" <?php if ($hunterSafety[State] == "CO") { ?>selected="selected"<?php } ?>>Colorado</option>
						<option value="CT" <?php if ($hunterSafety[State] == "CT") { ?>selected="selected"<?php } ?>>Connecticut</option>
						<option value="DE" <?php if ($hunterSafety[State] == "DE") { ?>selected="selected"<?php } ?>>Delaware</option>
						<option value="FL" <?php if ($hunterSafety[State] == "FL") { ?>selected="selected"<?php } ?>>Florida</option>
						<option value="GA" <?php if ($hunterSafety[State] == "GA") { ?>selected="selected"<?php } ?>>Georgia</option>
						<option value="HI" <?php if ($hunterSafety[State] == "HI") { ?>selected="selected"<?php } ?>>Hawaii</option>
						<option value="ID" <?php if ($hunterSafety[State] == "ID") { ?>selected="selected"<?php } ?>>Idaho</option>
						<option value="IL" <?php if ($hunterSafety[State] == "IL") { ?>selected="selected"<?php } ?>>Illinois</option>
						<option value="IN" <?php if ($hunterSafety[State] == "IN") { ?>selected="selected"<?php } ?>>Indiana</option>
						<option value="IA" <?php if ($hunterSafety[State] == "IA") { ?>selected="selected"<?php } ?>>Iowa</option>
						<option value="KS" <?php if ($hunterSafety[State] == "KS") { ?>selected="selected"<?php } ?>>Kansas</option>
						<option value="KY" <?php if ($hunterSafety[State] == "KY") { ?>selected="selected"<?php } ?>>Kentucky</option>
						<option value="LA" <?php if ($hunterSafety[State] == "LA") { ?>selected="selected"<?php } ?>>Louisiana</option>
						<option value="ME" <?php if ($hunterSafety[State] == "ME") { ?>selected="selected"<?php } ?>>Maine</option>
						<option value="MD" <?php if ($hunterSafety[State] == "MD") { ?>selected="selected"<?php } ?>>Maryland</option>
						<option value="MA" <?php if ($hunterSafety[State] == "MA") { ?>selected="selected"<?php } ?>>Massachusetts</option>
						<option value="MI" <?php if ($hunterSafety[State] == "MI") { ?>selected="selected"<?php } ?>>Michigan</option>
						<option value="MN" <?php if ($hunterSafety[State] == "MN") { ?>selected="selected"<?php } ?>>Minnesota</option>
						<option value="MS" <?php if ($hunterSafety[State] == "MS") { ?>selected="selected"<?php } ?>>Mississippi</option>
						<option value="MO" <?php if ($hunterSafety[State] == "MO") { ?>selected="selected"<?php } ?>>Missouri</option>
						<option value="MT" <?php if ($hunterSafety[State] == "MT") { ?>selected="selected"<?php } ?>>Montana</option>
						<option value="NE" <?php if ($hunterSafety[State] == "NE") { ?>selected="selected"<?php } ?>>Nebraska</option>
						<option value="NV" <?php if ($hunterSafety[State] == "NV") { ?>selected="selected"<?php } ?>>Nevada</option>
						<option value="NH" <?php if ($hunterSafety[State] == "NH") { ?>selected="selected"<?php } ?>>New Hampshire</option>
						<option value="NJ" <?php if ($hunterSafety[State] == "NJ") { ?>selected="selected"<?php } ?>>New Jersey</option>
						<option value="NM" <?php if ($hunterSafety[State] == "NM") { ?>selected="selected"<?php } ?>>New Mexico</option>
						<option value="NY" <?php if ($hunterSafety[State] == "NY") { ?>selected="selected"<?php } ?>>New York</option>
						<option value="NC" <?php if ($hunterSafety[State] == "NC") { ?>selected="selected"<?php } ?>>North Carolina</option>
						<option value="ND" <?php if ($hunterSafety[State] == "ND") { ?>selected="selected"<?php } ?>>North Dakota</option>
						<option value="OH" <?php if ($hunterSafety[State] == "OH") { ?>selected="selected"<?php } ?>>Ohio</option>
						<option value="OK" <?php if ($hunterSafety[State] == "OK") { ?>selected="selected"<?php } ?>>Oklahoma</option>
						<option value="OR" <?php if ($hunterSafety[State] == "OR") { ?>selected="selected"<?php } ?>>Oregon</option>
						<option value="PA" <?php if ($hunterSafety[State] == "PA") { ?>selected="selected"<?php } ?>>Pennsylvania</option>
						<option value="RI" <?php if ($hunterSafety[State] == "RI") { ?>selected="selected"<?php } ?>>Rhode Island</option>
						<option value="SC" <?php if ($hunterSafety[State] == "SC") { ?>selected="selected"<?php } ?>>South Carolina</option>
						<option value="SD" <?php if ($hunterSafety[State] == "SD") { ?>selected="selected"<?php } ?>>South Dakota</option>
						<option value="TN" <?php if ($hunterSafety[State] == "TN") { ?>selected="selected"<?php } ?>>Tennessee</option>
						<option value="TX" <?php if ($hunterSafety[State] == "TX") { ?>selected="selected"<?php } ?>>Texas</option>
						<option value="UT" <?php if ($hunterSafety[State] == "UT") { ?>selected="selected"<?php } ?>>Utah</option>
						<option value="VT" <?php if ($hunterSafety[State] == "VT") { ?>selected="selected"<?php } ?>>Vermont</option>
						<option value="VA" <?php if ($hunterSafety[State] == "VA") { ?>selected="selected"<?php } ?>>Virginia</option>
						<option value="WA" <?php if ($hunterSafety[State] == "WA") { ?>selected="selected"<?php } ?>>Washington</option>
						<option value="WV" <?php if ($hunterSafety[State] == "WV") { ?>selected="selected"<?php } ?>>West Virginia</option>
						<option value="WI" <?php if ($hunterSafety[State] == "WI") { ?>selected="selected"<?php } ?>>Wisconsin</option>
						<option value="WY" <?php if ($hunterSafety[State] == "WY") { ?>selected="selected"<?php } ?>>Wyoming</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>What Year?:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="4" maxlength="4" name="HunterSafetyYear" value="<?php echo $hunterSafety[Year]; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><p>What other hunting clubs are you <b>NOW</b> a member of?</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Club&#39;s Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "35"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="35" name="OtherHuntingClubsCurrentName" value="<?php echo $otherHuntingClubsCurrent[Name]; ?>"></p></td>
			</tr>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Year Joined:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="4" maxlength="4" name="OtherHuntingClubsCurrentYear" value="<?php echo $otherHuntingClubsCurrent[Year]; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><p>What other hunting clubs are you a <b>FORMER</b> member of?</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Club&#39;s Name:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="<?php if ($siteVersion == "desktop") { echo "35"; } else if ($siteVersion == "mobile") { echo "10"; } ?>" maxlength="35" name="OtherHuntingClubsFormerName" value="<?php echo $otherHuntingClubsFormer[Name]; ?>"></p></td>
			</tr>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"><p>Year Terminated:</p></td><td style="padding: 10px; text-align: left;"><p><input type="text" size="4" maxlength="4" name="OtherHuntingClubsFormerYear" value="<?php echo $otherHuntingClubsFormer[Year]; ?>"></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;">
				<br><br>
				<p>Estimated number of days you will use club land for each:</p>
				</td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: left;">
					<table>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right; width: 34%;"><p>Quail:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysQuail" value="<?php echo $huntingDays[Quail]; ?>"></td>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Pheasant:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysPheasant" value="<?php echo $huntingDays[Pheasant]; ?>"></td>
						</tr>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Duck:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysDuck" value="<?php echo $huntingDays[Duck]; ?>"></td>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Goose:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysGoose" value="<?php echo $huntingDays[Goose]; ?>"></td>
						</tr>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Dove:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysDove" value="<?php echo $huntingDays[Dove]; ?>"></td>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Grouse:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysGrouse" value="<?php echo $huntingDays[Grouse]; ?>"></td>
						</tr>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Prairie Chicken:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysPrairieChicken" value="<?php echo $huntingDays[PrairieChicken]; ?>"></td>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Squirrel:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysSquirrel" value="<?php echo $huntingDays[Squirrel]; ?>"></td>
						</tr>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Rabbit:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysRabbit" value="<?php echo $huntingDays[Rabbit]; ?>"></td>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Coyote:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysCoyote" value="<?php echo $huntingDays[Coyote]; ?>"></td>
						</tr>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Raccoon:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysRaccoon" value="<?php echo $huntingDays[Raccoon]; ?>"></td>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Prairie Dog:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysPrairieDog" value="<?php echo $huntingDays[PrairieDog]; ?>"></td>
						</tr>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Elk:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysElk" value="<?php echo $huntingDays[Elk]; ?>"></td>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Antelope:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysAntelope" value="<?php echo $huntingDays[Antelope]; ?>"></td>
						</tr>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Turkey (Gun):</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysTurkey_Gun" value="<?php echo $huntingDays[Turkey_Gun]; ?>"></td>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Turkey (Bow):</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysTurkey_Bow" value="<?php echo $huntingDays[Turkey_Bow]; ?>"></td>
						</tr>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Deer (Gun):</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysDeer_Gun" value="<?php echo $huntingDays[Deer_Gun]; ?>"></td>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Deer (Bow):</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysDeer_Bow" value="<?php echo $huntingDays[Deer_Bow]; ?>"></td>
						</tr>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;"><p>Boar:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysBoar" value="<?php echo $huntingDays[Boar]; ?>"></td>
						</tr>
						<tr><td colspan="4"><p>&nbsp;</p></td></tr>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;" colspan="3"><p>How many (estimated) days will you <b>fish</b>:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysFish" value="<?php echo $huntingDays[Fish]; ?>"></td>
						</tr>
						<tr>
							<td style="padding-bottom: 10px; padding-left: 20px; text-align: right;" colspan="3"><p>How many (estimated) days will you <b>camp</b>:</p></td>
							<td style="padding-bottom: 10px; text-align: left;"><input type="text" size="2" maxlength="2" name="HuntingDaysCamp" value="<?php echo $huntingDays[Camp]; ?>"></td>
						</tr>
					</table>
				</td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;">
				<br><br>
				<p>Please check any states that you want to hunt in:</p>
				</td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;">
					<table style="width: 100%;">
						<tr>
							<td style="width: 24%; text-align: right;">
								<p>
									<?php if ($siteVersion == "desktop") { echo "Alabama: "; } else if ($siteVersion == "mobile") { echo "AL: "; } ?><input type="checkbox" value="AL" name="AL" <?php if ($AL == "AL") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Alaska: "; } else if ($siteVersion == "mobile") { echo "AK: "; } ?><input type="checkbox" value="AK" name="AK" <?php if ($AK == "AK") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Arizona: "; } else if ($siteVersion == "mobile") { echo "AZ: "; } ?><input type="checkbox" value="AZ" name="AZ" <?php if ($AZ == "AZ") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Arkansas: "; } else if ($siteVersion == "mobile") { echo "AR: "; } ?><input type="checkbox" value="AR" name="AR" <?php if ($AR == "AR") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "California: "; } else if ($siteVersion == "mobile") { echo "CA: "; } ?><input type="checkbox" value="CA" name="CA" <?php if ($CA == "CA") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Colorado: "; } else if ($siteVersion == "mobile") { echo "CO: "; } ?><input type="checkbox" value="CO" name="CO" <?php if ($CO == "CO") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Connecticut: "; } else if ($siteVersion == "mobile") { echo "CT: "; } ?><input type="checkbox" value="CT" name="CT" <?php if ($CT == "CT") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Delaware: "; } else if ($siteVersion == "mobile") { echo "DE: "; } ?><input type="checkbox" value="DE" name="DE" <?php if ($DE == "DE") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Florida: "; } else if ($siteVersion == "mobile") { echo "FL: "; } ?><input type="checkbox" value="FL" name="FL" <?php if ($FL == "FL") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Georgia: "; } else if ($siteVersion == "mobile") { echo "GA: "; } ?><input type="checkbox" value="GA" name="GA" <?php if ($GA == "GA") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Hawaii: "; } else if ($siteVersion == "mobile") { echo "HI: "; } ?><input type="checkbox" value="HI" name="HI" <?php if ($HI == "HI") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Idaho: "; } else if ($siteVersion == "mobile") { echo "ID: "; } ?><input type="checkbox" value="ID" name="ID" <?php if ($ID == "ID") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Illinois: "; } else if ($siteVersion == "mobile") { echo "IL: "; } ?><input type="checkbox" value="IL" name="IL" <?php if ($IL == "IL") { ?>checked<?php } ?>><br><br>
								</p>
							</td>
							<td style="width: 24%; text-align: right;">
								<p>
									<?php if ($siteVersion == "desktop") { echo "Indiana: "; } else if ($siteVersion == "mobile") { echo "IN: "; } ?><input type="checkbox" value="IN" name="IN" <?php if ($IN == "IN") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Iowa: "; } else if ($siteVersion == "mobile") { echo "IA: "; } ?><input type="checkbox" value="IA" name="IA" <?php if ($IA == "IA") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Kansas: "; } else if ($siteVersion == "mobile") { echo "KS: "; } ?><input type="checkbox" value="KS" name="KS" <?php if ($KS == "KS") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Kentucky: "; } else if ($siteVersion == "mobile") { echo "KY: "; } ?><input type="checkbox" value="KY" name="KY" <?php if ($KY == "KY") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Louisiana: "; } else if ($siteVersion == "mobile") { echo "LA: "; } ?><input type="checkbox" value="LA" name="LA" <?php if ($LA == "LA") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Maine: "; } else if ($siteVersion == "mobile") { echo "ME: "; } ?><input type="checkbox" value="ME" name="ME" <?php if ($ME == "ME") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Maryland: "; } else if ($siteVersion == "mobile") { echo "MD: "; } ?><input type="checkbox" value="MD" name="MD" <?php if ($MD == "MD") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Massachusetts: "; } else if ($siteVersion == "mobile") { echo "MA: "; } ?><input type="checkbox" value="MA" name="MA" <?php if ($MA == "MA") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Michigan: "; } else if ($siteVersion == "mobile") { echo "MI: "; } ?><input type="checkbox" value="MI" name="MI" <?php if ($MI == "MI") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Minnesota: "; } else if ($siteVersion == "mobile") { echo "MN: "; } ?><input type="checkbox" value="MN" name="MN" <?php if ($MN == "MN") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Mississippi: "; } else if ($siteVersion == "mobile") { echo "MS: "; } ?><input type="checkbox" value="MS" name="MS" <?php if ($MS == "MS") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Missouri: "; } else if ($siteVersion == "mobile") { echo "MO: "; } ?><input type="checkbox" value="MO" name="MO" <?php if ($MO == "MO") { ?>checked<?php } ?>><br><br>
								</p>
							</td>
							<td style="width: 24%; text-align: right;">
								<p>
									<?php if ($siteVersion == "desktop") { echo "Montana: "; } else if ($siteVersion == "mobile") { echo "MT: "; } ?><input type="checkbox" value="MT" name="MT" <?php if ($MT == "MT") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Nebraska: "; } else if ($siteVersion == "mobile") { echo "NE: "; } ?><input type="checkbox" value="NE" name="NE" <?php if ($NE == "NE") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Nevada: "; } else if ($siteVersion == "mobile") { echo "NV: "; } ?><input type="checkbox" value="NV" name="NV" <?php if ($NV == "NV") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "New Hampshire: "; } else if ($siteVersion == "mobile") { echo "NH: "; } ?><input type="checkbox" value="NH" name="NH" <?php if ($NH == "NH") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "New Jersey: "; } else if ($siteVersion == "mobile") { echo "NJ: "; } ?><input type="checkbox" value="NJ" name="NJ" <?php if ($NJ == "NJ") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "New Mexico: "; } else if ($siteVersion == "mobile") { echo "NM: "; } ?><input type="checkbox" value="NM" name="NM" <?php if ($NM == "NM") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "New York: "; } else if ($siteVersion == "mobile") { echo "NY: "; } ?><input type="checkbox" value="NY" name="NY" <?php if ($NY == "NY") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "North Carolina: "; } else if ($siteVersion == "mobile") { echo "NC: "; } ?><input type="checkbox" value="NC" name="NC" <?php if ($NC == "NC") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "North Dakota: "; } else if ($siteVersion == "mobile") { echo "ND: "; } ?><input type="checkbox" value="ND" name="ND" <?php if ($ND == "ND") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Ohio: "; } else if ($siteVersion == "mobile") { echo "OH: "; } ?><input type="checkbox" value="OH" name="OH" <?php if ($OH == "OH") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Oklahoma: "; } else if ($siteVersion == "mobile") { echo "OK: "; } ?><input type="checkbox" value="OK" name="OK" <?php if ($OK == "OK") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Oregon: "; } else if ($siteVersion == "mobile") { echo "OR: "; } ?><input type="checkbox" value="OR" name="OR" <?php if ($OR == "OR") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Pennsylvania: "; } else if ($siteVersion == "mobile") { echo "PA: "; } ?><input type="checkbox" value="PA" name="PA" <?php if ($PA == "PA") { ?>checked<?php } ?>><br><br>
								</p>
							</td>
							<td style="width: 24%; text-align: right;">
								<p>
									<?php if ($siteVersion == "desktop") { echo "Rhode Island: "; } else if ($siteVersion == "mobile") { echo "RI: "; } ?><input type="checkbox" value="RI" name="RI" <?php if ($RI == "RI") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "South Carolina: "; } else if ($siteVersion == "mobile") { echo "SC: "; } ?><input type="checkbox" value="SC" name="SC" <?php if ($SC == "SC") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "South Dakota: "; } else if ($siteVersion == "mobile") { echo "SD: "; } ?><input type="checkbox" value="SD" name="SD" <?php if ($SD == "SD") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Tennessee: "; } else if ($siteVersion == "mobile") { echo "TN: "; } ?><input type="checkbox" value="TN" name="TN" <?php if ($TN == "TN") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Texas: "; } else if ($siteVersion == "mobile") { echo "TX: "; } ?><input type="checkbox" value="TX" name="TX" <?php if ($TX == "TX") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Utah: "; } else if ($siteVersion == "mobile") { echo "UT: "; } ?><input type="checkbox" value="UT" name="UT" <?php if ($UT == "UT") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Vermont: "; } else if ($siteVersion == "mobile") { echo "VT: "; } ?><input type="checkbox" value="VT" name="VT" <?php if ($VT == "VT") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Virginia: "; } else if ($siteVersion == "mobile") { echo "VA: "; } ?><input type="checkbox" value="VA" name="VA" <?php if ($VA == "VA") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Washington: "; } else if ($siteVersion == "mobile") { echo "WA: "; } ?><input type="checkbox" value="WA" name="WA" <?php if ($WA == "WA") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "West Virginia: "; } else if ($siteVersion == "mobile") { echo "WV: "; } ?><input type="checkbox" value="WV" name="WV" <?php if ($WV == "WV") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Wisconsin: "; } else if ($siteVersion == "mobile") { echo "WI: "; } ?><input type="checkbox" value="WI" name="WI" <?php if ($WI == "WI") { ?>checked<?php } ?>><br><br>
									<?php if ($siteVersion == "desktop") { echo "Wyoming: "; } else if ($siteVersion == "mobile") { echo "WY: "; } ?><input type="checkbox" value="WY" name="WY" <?php if ($WY == "WY") { ?>checked<?php } ?>><br><br>
								</p>
							</td>
						</tr>
					</table>
				</td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;">
				<br><br>
				<p>Please select your four (4) most favorite states in order of importance (1 being the most important):</p>
				</td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: center;" colspan="2"><p>#1: <select name="FavoriteState1">
						<option></option>
						<option value="AL" <?php if ($favoriteState[1] == "AL") { ?>selected="selected"<?php } ?>>Alabama</option>
						<option value="AK" <?php if ($favoriteState[1] == "AK") { ?>selected="selected"<?php } ?>>Alaska</option>
						<option value="AZ" <?php if ($favoriteState[1] == "AZ") { ?>selected="selected"<?php } ?>>Arizona</option>
						<option value="AR" <?php if ($favoriteState[1] == "AR") { ?>selected="selected"<?php } ?>>Arkansas</option>
						<option value="CA" <?php if ($favoriteState[1] == "CA") { ?>selected="selected"<?php } ?>>California</option>
						<option value="CO" <?php if ($favoriteState[1] == "CO") { ?>selected="selected"<?php } ?>>Colorado</option>
						<option value="CT" <?php if ($favoriteState[1] == "CT") { ?>selected="selected"<?php } ?>>Connecticut</option>
						<option value="DE" <?php if ($favoriteState[1] == "DE") { ?>selected="selected"<?php } ?>>Delaware</option>
						<option value="FL" <?php if ($favoriteState[1] == "FL") { ?>selected="selected"<?php } ?>>Florida</option>
						<option value="GA" <?php if ($favoriteState[1] == "GA") { ?>selected="selected"<?php } ?>>Georgia</option>
						<option value="HI" <?php if ($favoriteState[1] == "HI") { ?>selected="selected"<?php } ?>>Hawaii</option>
						<option value="ID" <?php if ($favoriteState[1] == "ID") { ?>selected="selected"<?php } ?>>Idaho</option>
						<option value="IL" <?php if ($favoriteState[1] == "IL") { ?>selected="selected"<?php } ?>>Illinois</option>
						<option value="IN" <?php if ($favoriteState[1] == "IN") { ?>selected="selected"<?php } ?>>Indiana</option>
						<option value="IA" <?php if ($favoriteState[1] == "IA") { ?>selected="selected"<?php } ?>>Iowa</option>
						<option value="KS" <?php if ($favoriteState[1] == "KS") { ?>selected="selected"<?php } ?>>Kansas</option>
						<option value="KY" <?php if ($favoriteState[1] == "KY") { ?>selected="selected"<?php } ?>>Kentucky</option>
						<option value="LA" <?php if ($favoriteState[1] == "LA") { ?>selected="selected"<?php } ?>>Louisiana</option>
						<option value="ME" <?php if ($favoriteState[1] == "ME") { ?>selected="selected"<?php } ?>>Maine</option>
						<option value="MD" <?php if ($favoriteState[1] == "MD") { ?>selected="selected"<?php } ?>>Maryland</option>
						<option value="MA" <?php if ($favoriteState[1] == "MA") { ?>selected="selected"<?php } ?>>Massachusetts</option>
						<option value="MI" <?php if ($favoriteState[1] == "MI") { ?>selected="selected"<?php } ?>>Michigan</option>
						<option value="MN" <?php if ($favoriteState[1] == "MN") { ?>selected="selected"<?php } ?>>Minnesota</option>
						<option value="MS" <?php if ($favoriteState[1] == "MS") { ?>selected="selected"<?php } ?>>Mississippi</option>
						<option value="MO" <?php if ($favoriteState[1] == "MO") { ?>selected="selected"<?php } ?>>Missouri</option>
						<option value="MT" <?php if ($favoriteState[1] == "MT") { ?>selected="selected"<?php } ?>>Montana</option>
						<option value="NE" <?php if ($favoriteState[1] == "NE") { ?>selected="selected"<?php } ?>>Nebraska</option>
						<option value="NV" <?php if ($favoriteState[1] == "NV") { ?>selected="selected"<?php } ?>>Nevada</option>
						<option value="NH" <?php if ($favoriteState[1] == "NH") { ?>selected="selected"<?php } ?>>New Hampshire</option>
						<option value="NJ" <?php if ($favoriteState[1] == "NJ") { ?>selected="selected"<?php } ?>>New Jersey</option>
						<option value="NM" <?php if ($favoriteState[1] == "NM") { ?>selected="selected"<?php } ?>>New Mexico</option>
						<option value="NY" <?php if ($favoriteState[1] == "NY") { ?>selected="selected"<?php } ?>>New York</option>
						<option value="NC" <?php if ($favoriteState[1] == "NC") { ?>selected="selected"<?php } ?>>North Carolina</option>
						<option value="ND" <?php if ($favoriteState[1] == "ND") { ?>selected="selected"<?php } ?>>North Dakota</option>
						<option value="OH" <?php if ($favoriteState[1] == "OH") { ?>selected="selected"<?php } ?>>Ohio</option>
						<option value="OK" <?php if ($favoriteState[1] == "OK") { ?>selected="selected"<?php } ?>>Oklahoma</option>
						<option value="OR" <?php if ($favoriteState[1] == "OR") { ?>selected="selected"<?php } ?>>Oregon</option>
						<option value="PA" <?php if ($favoriteState[1] == "PA") { ?>selected="selected"<?php } ?>>Pennsylvania</option>
						<option value="RI" <?php if ($favoriteState[1] == "RI") { ?>selected="selected"<?php } ?>>Rhode Island</option>
						<option value="SC" <?php if ($favoriteState[1] == "SC") { ?>selected="selected"<?php } ?>>South Carolina</option>
						<option value="SD" <?php if ($favoriteState[1] == "SD") { ?>selected="selected"<?php } ?>>South Dakota</option>
						<option value="TN" <?php if ($favoriteState[1] == "TN") { ?>selected="selected"<?php } ?>>Tennessee</option>
						<option value="TX" <?php if ($favoriteState[1] == "TX") { ?>selected="selected"<?php } ?>>Texas</option>
						<option value="UT" <?php if ($favoriteState[1] == "UT") { ?>selected="selected"<?php } ?>>Utah</option>
						<option value="VT" <?php if ($favoriteState[1] == "VT") { ?>selected="selected"<?php } ?>>Vermont</option>
						<option value="VA" <?php if ($favoriteState[1] == "VA") { ?>selected="selected"<?php } ?>>Virginia</option>
						<option value="WA" <?php if ($favoriteState[1] == "WA") { ?>selected="selected"<?php } ?>>Washington</option>
						<option value="WV" <?php if ($favoriteState[1] == "WV") { ?>selected="selected"<?php } ?>>West Virginia</option>
						<option value="WI" <?php if ($favoriteState[1] == "WI") { ?>selected="selected"<?php } ?>>Wisconsin</option>
						<option value="WY" <?php if ($favoriteState[1] == "WY") { ?>selected="selected"<?php } ?>>Wyoming</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: center;" colspan="2"><p>#2: <select name="FavoriteState2">
						<option></option>
						<option value="AL" <?php if ($favoriteState[2] == "AL") { ?>selected="selected"<?php } ?>>Alabama</option>
						<option value="AK" <?php if ($favoriteState[2] == "AK") { ?>selected="selected"<?php } ?>>Alaska</option>
						<option value="AZ" <?php if ($favoriteState[2] == "AZ") { ?>selected="selected"<?php } ?>>Arizona</option>
						<option value="AR" <?php if ($favoriteState[2] == "AR") { ?>selected="selected"<?php } ?>>Arkansas</option>
						<option value="CA" <?php if ($favoriteState[2] == "CA") { ?>selected="selected"<?php } ?>>California</option>
						<option value="CO" <?php if ($favoriteState[2] == "CO") { ?>selected="selected"<?php } ?>>Colorado</option>
						<option value="CT" <?php if ($favoriteState[2] == "CT") { ?>selected="selected"<?php } ?>>Connecticut</option>
						<option value="DE" <?php if ($favoriteState[2] == "DE") { ?>selected="selected"<?php } ?>>Delaware</option>
						<option value="FL" <?php if ($favoriteState[2] == "FL") { ?>selected="selected"<?php } ?>>Florida</option>
						<option value="GA" <?php if ($favoriteState[2] == "GA") { ?>selected="selected"<?php } ?>>Georgia</option>
						<option value="HI" <?php if ($favoriteState[2] == "HI") { ?>selected="selected"<?php } ?>>Hawaii</option>
						<option value="ID" <?php if ($favoriteState[2] == "ID") { ?>selected="selected"<?php } ?>>Idaho</option>
						<option value="IL" <?php if ($favoriteState[2] == "IL") { ?>selected="selected"<?php } ?>>Illinois</option>
						<option value="IN" <?php if ($favoriteState[2] == "IN") { ?>selected="selected"<?php } ?>>Indiana</option>
						<option value="IA" <?php if ($favoriteState[2] == "IA") { ?>selected="selected"<?php } ?>>Iowa</option>
						<option value="KS" <?php if ($favoriteState[2] == "KS") { ?>selected="selected"<?php } ?>>Kansas</option>
						<option value="KY" <?php if ($favoriteState[2] == "KY") { ?>selected="selected"<?php } ?>>Kentucky</option>
						<option value="LA" <?php if ($favoriteState[2] == "LA") { ?>selected="selected"<?php } ?>>Louisiana</option>
						<option value="ME" <?php if ($favoriteState[2] == "ME") { ?>selected="selected"<?php } ?>>Maine</option>
						<option value="MD" <?php if ($favoriteState[2] == "MD") { ?>selected="selected"<?php } ?>>Maryland</option>
						<option value="MA" <?php if ($favoriteState[2] == "MA") { ?>selected="selected"<?php } ?>>Massachusetts</option>
						<option value="MI" <?php if ($favoriteState[2] == "MI") { ?>selected="selected"<?php } ?>>Michigan</option>
						<option value="MN" <?php if ($favoriteState[2] == "MN") { ?>selected="selected"<?php } ?>>Minnesota</option>
						<option value="MS" <?php if ($favoriteState[2] == "MS") { ?>selected="selected"<?php } ?>>Mississippi</option>
						<option value="MO" <?php if ($favoriteState[2] == "MO") { ?>selected="selected"<?php } ?>>Missouri</option>
						<option value="MT" <?php if ($favoriteState[2] == "MT") { ?>selected="selected"<?php } ?>>Montana</option>
						<option value="NE" <?php if ($favoriteState[2] == "NE") { ?>selected="selected"<?php } ?>>Nebraska</option>
						<option value="NV" <?php if ($favoriteState[2] == "NV") { ?>selected="selected"<?php } ?>>Nevada</option>
						<option value="NH" <?php if ($favoriteState[2] == "NH") { ?>selected="selected"<?php } ?>>New Hampshire</option>
						<option value="NJ" <?php if ($favoriteState[2] == "NJ") { ?>selected="selected"<?php } ?>>New Jersey</option>
						<option value="NM" <?php if ($favoriteState[2] == "NM") { ?>selected="selected"<?php } ?>>New Mexico</option>
						<option value="NY" <?php if ($favoriteState[2] == "NY") { ?>selected="selected"<?php } ?>>New York</option>
						<option value="NC" <?php if ($favoriteState[2] == "NC") { ?>selected="selected"<?php } ?>>North Carolina</option>
						<option value="ND" <?php if ($favoriteState[2] == "ND") { ?>selected="selected"<?php } ?>>North Dakota</option>
						<option value="OH" <?php if ($favoriteState[2] == "OH") { ?>selected="selected"<?php } ?>>Ohio</option>
						<option value="OK" <?php if ($favoriteState[2] == "OK") { ?>selected="selected"<?php } ?>>Oklahoma</option>
						<option value="OR" <?php if ($favoriteState[2] == "OR") { ?>selected="selected"<?php } ?>>Oregon</option>
						<option value="PA" <?php if ($favoriteState[2] == "PA") { ?>selected="selected"<?php } ?>>Pennsylvania</option>
						<option value="RI" <?php if ($favoriteState[2] == "RI") { ?>selected="selected"<?php } ?>>Rhode Island</option>
						<option value="SC" <?php if ($favoriteState[2] == "SC") { ?>selected="selected"<?php } ?>>South Carolina</option>
						<option value="SD" <?php if ($favoriteState[2] == "SD") { ?>selected="selected"<?php } ?>>South Dakota</option>
						<option value="TN" <?php if ($favoriteState[2] == "TN") { ?>selected="selected"<?php } ?>>Tennessee</option>
						<option value="TX" <?php if ($favoriteState[2] == "TX") { ?>selected="selected"<?php } ?>>Texas</option>
						<option value="UT" <?php if ($favoriteState[2] == "UT") { ?>selected="selected"<?php } ?>>Utah</option>
						<option value="VT" <?php if ($favoriteState[2] == "VT") { ?>selected="selected"<?php } ?>>Vermont</option>
						<option value="VA" <?php if ($favoriteState[2] == "VA") { ?>selected="selected"<?php } ?>>Virginia</option>
						<option value="WA" <?php if ($favoriteState[2] == "WA") { ?>selected="selected"<?php } ?>>Washington</option>
						<option value="WV" <?php if ($favoriteState[2] == "WV") { ?>selected="selected"<?php } ?>>West Virginia</option>
						<option value="WI" <?php if ($favoriteState[2] == "WI") { ?>selected="selected"<?php } ?>>Wisconsin</option>
						<option value="WY" <?php if ($favoriteState[2] == "WY") { ?>selected="selected"<?php } ?>>Wyoming</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: center;" colspan="2"><p>#3: <select name="FavoriteState3">
						<option></option>
						<option value="AL" <?php if ($favoriteState[3] == "AL") { ?>selected="selected"<?php } ?>>Alabama</option>
						<option value="AK" <?php if ($favoriteState[3] == "AK") { ?>selected="selected"<?php } ?>>Alaska</option>
						<option value="AZ" <?php if ($favoriteState[3] == "AZ") { ?>selected="selected"<?php } ?>>Arizona</option>
						<option value="AR" <?php if ($favoriteState[3] == "AR") { ?>selected="selected"<?php } ?>>Arkansas</option>
						<option value="CA" <?php if ($favoriteState[3] == "CA") { ?>selected="selected"<?php } ?>>California</option>
						<option value="CO" <?php if ($favoriteState[3] == "CO") { ?>selected="selected"<?php } ?>>Colorado</option>
						<option value="CT" <?php if ($favoriteState[3] == "CT") { ?>selected="selected"<?php } ?>>Connecticut</option>
						<option value="DE" <?php if ($favoriteState[3] == "DE") { ?>selected="selected"<?php } ?>>Delaware</option>
						<option value="FL" <?php if ($favoriteState[3] == "FL") { ?>selected="selected"<?php } ?>>Florida</option>
						<option value="GA" <?php if ($favoriteState[3] == "GA") { ?>selected="selected"<?php } ?>>Georgia</option>
						<option value="HI" <?php if ($favoriteState[3] == "HI") { ?>selected="selected"<?php } ?>>Hawaii</option>
						<option value="ID" <?php if ($favoriteState[3] == "ID") { ?>selected="selected"<?php } ?>>Idaho</option>
						<option value="IL" <?php if ($favoriteState[3] == "IL") { ?>selected="selected"<?php } ?>>Illinois</option>
						<option value="IN" <?php if ($favoriteState[3] == "IN") { ?>selected="selected"<?php } ?>>Indiana</option>
						<option value="IA" <?php if ($favoriteState[3] == "IA") { ?>selected="selected"<?php } ?>>Iowa</option>
						<option value="KS" <?php if ($favoriteState[3] == "KS") { ?>selected="selected"<?php } ?>>Kansas</option>
						<option value="KY" <?php if ($favoriteState[3] == "KY") { ?>selected="selected"<?php } ?>>Kentucky</option>
						<option value="LA" <?php if ($favoriteState[3] == "LA") { ?>selected="selected"<?php } ?>>Louisiana</option>
						<option value="ME" <?php if ($favoriteState[3] == "ME") { ?>selected="selected"<?php } ?>>Maine</option>
						<option value="MD" <?php if ($favoriteState[3] == "MD") { ?>selected="selected"<?php } ?>>Maryland</option>
						<option value="MA" <?php if ($favoriteState[3] == "MA") { ?>selected="selected"<?php } ?>>Massachusetts</option>
						<option value="MI" <?php if ($favoriteState[3] == "MI") { ?>selected="selected"<?php } ?>>Michigan</option>
						<option value="MN" <?php if ($favoriteState[3] == "MN") { ?>selected="selected"<?php } ?>>Minnesota</option>
						<option value="MS" <?php if ($favoriteState[3] == "MS") { ?>selected="selected"<?php } ?>>Mississippi</option>
						<option value="MO" <?php if ($favoriteState[3] == "MO") { ?>selected="selected"<?php } ?>>Missouri</option>
						<option value="MT" <?php if ($favoriteState[3] == "MT") { ?>selected="selected"<?php } ?>>Montana</option>
						<option value="NE" <?php if ($favoriteState[3] == "NE") { ?>selected="selected"<?php } ?>>Nebraska</option>
						<option value="NV" <?php if ($favoriteState[3] == "NV") { ?>selected="selected"<?php } ?>>Nevada</option>
						<option value="NH" <?php if ($favoriteState[3] == "NH") { ?>selected="selected"<?php } ?>>New Hampshire</option>
						<option value="NJ" <?php if ($favoriteState[3] == "NJ") { ?>selected="selected"<?php } ?>>New Jersey</option>
						<option value="NM" <?php if ($favoriteState[3] == "NM") { ?>selected="selected"<?php } ?>>New Mexico</option>
						<option value="NY" <?php if ($favoriteState[3] == "NY") { ?>selected="selected"<?php } ?>>New York</option>
						<option value="NC" <?php if ($favoriteState[3] == "NC") { ?>selected="selected"<?php } ?>>North Carolina</option>
						<option value="ND" <?php if ($favoriteState[3] == "ND") { ?>selected="selected"<?php } ?>>North Dakota</option>
						<option value="OH" <?php if ($favoriteState[3] == "OH") { ?>selected="selected"<?php } ?>>Ohio</option>
						<option value="OK" <?php if ($favoriteState[3] == "OK") { ?>selected="selected"<?php } ?>>Oklahoma</option>
						<option value="OR" <?php if ($favoriteState[3] == "OR") { ?>selected="selected"<?php } ?>>Oregon</option>
						<option value="PA" <?php if ($favoriteState[3] == "PA") { ?>selected="selected"<?php } ?>>Pennsylvania</option>
						<option value="RI" <?php if ($favoriteState[3] == "RI") { ?>selected="selected"<?php } ?>>Rhode Island</option>
						<option value="SC" <?php if ($favoriteState[3] == "SC") { ?>selected="selected"<?php } ?>>South Carolina</option>
						<option value="SD" <?php if ($favoriteState[3] == "SD") { ?>selected="selected"<?php } ?>>South Dakota</option>
						<option value="TN" <?php if ($favoriteState[3] == "TN") { ?>selected="selected"<?php } ?>>Tennessee</option>
						<option value="TX" <?php if ($favoriteState[3] == "TX") { ?>selected="selected"<?php } ?>>Texas</option>
						<option value="UT" <?php if ($favoriteState[3] == "UT") { ?>selected="selected"<?php } ?>>Utah</option>
						<option value="VT" <?php if ($favoriteState[3] == "VT") { ?>selected="selected"<?php } ?>>Vermont</option>
						<option value="VA" <?php if ($favoriteState[3] == "VA") { ?>selected="selected"<?php } ?>>Virginia</option>
						<option value="WA" <?php if ($favoriteState[3] == "WA") { ?>selected="selected"<?php } ?>>Washington</option>
						<option value="WV" <?php if ($favoriteState[3] == "WV") { ?>selected="selected"<?php } ?>>West Virginia</option>
						<option value="WI" <?php if ($favoriteState[3] == "WI") { ?>selected="selected"<?php } ?>>Wisconsin</option>
						<option value="WY" <?php if ($favoriteState[3] == "WY") { ?>selected="selected"<?php } ?>>Wyoming</option>
					</select></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: center;" colspan="2"><p>#4: <select name="FavoriteState4">
						<option></option>
						<option value="AL" <?php if ($favoriteState[4] == "AL") { ?>selected="selected"<?php } ?>>Alabama</option>
						<option value="AK" <?php if ($favoriteState[4] == "AK") { ?>selected="selected"<?php } ?>>Alaska</option>
						<option value="AZ" <?php if ($favoriteState[4] == "AZ") { ?>selected="selected"<?php } ?>>Arizona</option>
						<option value="AR" <?php if ($favoriteState[4] == "AR") { ?>selected="selected"<?php } ?>>Arkansas</option>
						<option value="CA" <?php if ($favoriteState[4] == "CA") { ?>selected="selected"<?php } ?>>California</option>
						<option value="CO" <?php if ($favoriteState[4] == "CO") { ?>selected="selected"<?php } ?>>Colorado</option>
						<option value="CT" <?php if ($favoriteState[4] == "CT") { ?>selected="selected"<?php } ?>>Connecticut</option>
						<option value="DE" <?php if ($favoriteState[4] == "DE") { ?>selected="selected"<?php } ?>>Delaware</option>
						<option value="FL" <?php if ($favoriteState[4] == "FL") { ?>selected="selected"<?php } ?>>Florida</option>
						<option value="GA" <?php if ($favoriteState[4] == "GA") { ?>selected="selected"<?php } ?>>Georgia</option>
						<option value="HI" <?php if ($favoriteState[4] == "HI") { ?>selected="selected"<?php } ?>>Hawaii</option>
						<option value="ID" <?php if ($favoriteState[4] == "ID") { ?>selected="selected"<?php } ?>>Idaho</option>
						<option value="IL" <?php if ($favoriteState[4] == "IL") { ?>selected="selected"<?php } ?>>Illinois</option>
						<option value="IN" <?php if ($favoriteState[4] == "IN") { ?>selected="selected"<?php } ?>>Indiana</option>
						<option value="IA" <?php if ($favoriteState[4] == "IA") { ?>selected="selected"<?php } ?>>Iowa</option>
						<option value="KS" <?php if ($favoriteState[4] == "KS") { ?>selected="selected"<?php } ?>>Kansas</option>
						<option value="KY" <?php if ($favoriteState[4] == "KY") { ?>selected="selected"<?php } ?>>Kentucky</option>
						<option value="LA" <?php if ($favoriteState[4] == "LA") { ?>selected="selected"<?php } ?>>Louisiana</option>
						<option value="ME" <?php if ($favoriteState[4] == "ME") { ?>selected="selected"<?php } ?>>Maine</option>
						<option value="MD" <?php if ($favoriteState[4] == "MD") { ?>selected="selected"<?php } ?>>Maryland</option>
						<option value="MA" <?php if ($favoriteState[4] == "MA") { ?>selected="selected"<?php } ?>>Massachusetts</option>
						<option value="MI" <?php if ($favoriteState[4] == "MI") { ?>selected="selected"<?php } ?>>Michigan</option>
						<option value="MN" <?php if ($favoriteState[4] == "MN") { ?>selected="selected"<?php } ?>>Minnesota</option>
						<option value="MS" <?php if ($favoriteState[4] == "MS") { ?>selected="selected"<?php } ?>>Mississippi</option>
						<option value="MO" <?php if ($favoriteState[4] == "MO") { ?>selected="selected"<?php } ?>>Missouri</option>
						<option value="MT" <?php if ($favoriteState[4] == "MT") { ?>selected="selected"<?php } ?>>Montana</option>
						<option value="NE" <?php if ($favoriteState[4] == "NE") { ?>selected="selected"<?php } ?>>Nebraska</option>
						<option value="NV" <?php if ($favoriteState[4] == "NV") { ?>selected="selected"<?php } ?>>Nevada</option>
						<option value="NH" <?php if ($favoriteState[4] == "NH") { ?>selected="selected"<?php } ?>>New Hampshire</option>
						<option value="NJ" <?php if ($favoriteState[4] == "NJ") { ?>selected="selected"<?php } ?>>New Jersey</option>
						<option value="NM" <?php if ($favoriteState[4] == "NM") { ?>selected="selected"<?php } ?>>New Mexico</option>
						<option value="NY" <?php if ($favoriteState[4] == "NY") { ?>selected="selected"<?php } ?>>New York</option>
						<option value="NC" <?php if ($favoriteState[4] == "NC") { ?>selected="selected"<?php } ?>>North Carolina</option>
						<option value="ND" <?php if ($favoriteState[4] == "ND") { ?>selected="selected"<?php } ?>>North Dakota</option>
						<option value="OH" <?php if ($favoriteState[4] == "OH") { ?>selected="selected"<?php } ?>>Ohio</option>
						<option value="OK" <?php if ($favoriteState[4] == "OK") { ?>selected="selected"<?php } ?>>Oklahoma</option>
						<option value="OR" <?php if ($favoriteState[4] == "OR") { ?>selected="selected"<?php } ?>>Oregon</option>
						<option value="PA" <?php if ($favoriteState[4] == "PA") { ?>selected="selected"<?php } ?>>Pennsylvania</option>
						<option value="RI" <?php if ($favoriteState[4] == "RI") { ?>selected="selected"<?php } ?>>Rhode Island</option>
						<option value="SC" <?php if ($favoriteState[4] == "SC") { ?>selected="selected"<?php } ?>>South Carolina</option>
						<option value="SD" <?php if ($favoriteState[4] == "SD") { ?>selected="selected"<?php } ?>>South Dakota</option>
						<option value="TN" <?php if ($favoriteState[4] == "TN") { ?>selected="selected"<?php } ?>>Tennessee</option>
						<option value="TX" <?php if ($favoriteState[4] == "TX") { ?>selected="selected"<?php } ?>>Texas</option>
						<option value="UT" <?php if ($favoriteState[4] == "UT") { ?>selected="selected"<?php } ?>>Utah</option>
						<option value="VT" <?php if ($favoriteState[4] == "VT") { ?>selected="selected"<?php } ?>>Vermont</option>
						<option value="VA" <?php if ($favoriteState[4] == "VA") { ?>selected="selected"<?php } ?>>Virginia</option>
						<option value="WA" <?php if ($favoriteState[4] == "WA") { ?>selected="selected"<?php } ?>>Washington</option>
						<option value="WV" <?php if ($favoriteState[4] == "WV") { ?>selected="selected"<?php } ?>>West Virginia</option>
						<option value="WI" <?php if ($favoriteState[4] == "WI") { ?>selected="selected"<?php } ?>>Wisconsin</option>
						<option value="WY" <?php if ($favoriteState[4] == "WY") { ?>selected="selected"<?php } ?>>Wyoming</option>
					</select></p></td>
			</tr>
			<tr>
				<td colspan="2" style="padding: 10px; text-align: center;"><br><br><p>How did you hear about us? (Name sponsor or existing member, if any.)</p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: center;" colspan="2"><input type="text" size="<?php if ($siteVersion == "desktop") { echo "50"; } else if ($siteVersion == "mobile") { echo "30"; } ?>" maxlength="50" name="HowDidYouHear" value="<?php echo $howDidYouHear; ?>"></p></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: center;" colspan="2">
					<br><br>
					<p>
						<textarea rows="10" cols="<?php if ($siteVersion == "desktop") { echo "100"; } else if ($siteVersion == "mobile") { echo "40"; } ?>" readonly="readonly">RELEASE OF LIABILITY, HOLD HARMLESS AND INDEMNIFICATION AGREEMENT

I, the undersigned, in consideration for allowing me to become a member of Hunting Sports Plus (HSP), and also for allowing me to engage in hunting and shooting activities upon land owned by other parties that have made their land available to HSP members, agree to release HSP, and all said landowners from all liability for any injury to me, regardless of the severity or manner in which the injury is sustained, and also I agree to waive all rights to make any claim against HSP or the landowners they refer me to, for any property damage or loss which I sustain.

I am fully aware that hunting and shooting guns and bows are very dangerous and hazardous sports which contain inherent risks, including, but not limited to the risk of personal injury, including catastrophic injury, death or property damage. If I sustain injury or loss while on the above property, resulting from gunfire or arrows, whether fired by myself or other people, who I may or may not know, who they are or where they are, I agree to release HSP and the landowners from all liability. Furthermore, I am aware that there are many other ways in which I can be injured or suffer property damage, while on the landowners property, and I assume full responsibility for my actions which may result in injury, death or property loss or damage.

I am aware of injuries, death and property damage which can result from tripping, stumbling, falling, slipping, and climbing, resulting from my own negligence, and lack of skill in moving and observing variations in terrain or weather conditions; or, surface or subsurface snow, ice, ruts, bumps, ground cracks, holes, swells, falling trees & branches, protruding tree roots, stumps, dead trees, unsafe deer stands, open wells, covered wells, steep banks, ditches, gullies, cliffs, electric fence, barbed wire fence, snakes, ticks, spiders, mosquitoes, parasites, bacteria, viruses, microorganisms, insects, ponds, rivers, creeks, roads, livestock, aggressive animals, and all similar things whether or not mentioned. All HSP land has ticks, and I am fully aware these ticks can infect me with Lyme disease. I understand the seriousness of Lyme disease. I will not hold HSP or the landowners responsible for any injury or damage I sustain from anything mentioned above since I fully agree that I am aware of the potential hazards, and my own negligence will be the only reason I could sustain injury or loss. I assume full responsibility for staying away from obvious hazards, and all objects that could harm me, whether natural or man made, which are incidental to operation of a hunting preserve, farm or unattended country property.

I understand there will be other people in the same vicinity where I will be, even though I won't be able to see them, they will have guns and bows, and be shooting and hunting. I understand that I may be shot by someone else, and if I am, I agree to waive my rights to recover damages from the landowner upon whose land I am on, and confine my damage recovery action to the individual that shot the bullet or arrow.

I am fully aware of the danger to my person and property, resulting from my presence in an area where hazardous conditions may exist. I am willing to assume all of these risks, and hold only myself responsible if I sustain injury, death or property loss, or I cause the injury, death or property loss of someone else.

I agree that it is not a necessity for me to hunt or shoot, and I do so voluntarily for my own personal pleasure and entertainment.

I have willingly agreed to release HSP and the landowners they have referred me to, from all liability resulting from my actions, or the actions of other people, while I am on the landowners property.

I understand I am giving up important rights by contractually agreeing to not sue or make claim against HSP and their affiliated landowners upon whose land I may be injured, killed or suffer property damage resulting from numerous hazards which may or may not involve guns or bows.

I understand there are many other places where I am free to hunt and shoot, where I would not be required to sign this release of liability, but I have freely chosen to hunt and shoot at the places where this release is required.

I also agree that I have been given the right to seek an attorneys opinion before signing this agreement , and if I have not done so, it is because I have chosen not to do so, and nothing has been said to me verbally or implied in any way, that an attorneys counsel is not necessary. I know attorneys should be consulted before contracts are signed, and this is a contract.

Rules of conduct agreed to by member
1. I agree that my guests and I will not arrive at any HSP leased property, under the influence of alcohol. We will wait at least 2 hours for each drink 	consumed (maximum 8 hours), before we enter the property, and we will never consume any form of alcohol while on club property.
2. I agree to not discard any trash on any HSP property, including all food wrappers, sacks, containers, cans, bottles. I will pick up all spent shells I can find. Everything carried onto the property by me and my guests, shall also be carried off by us, when we leave.
3. I agree to never enter any HSP property, for any purpose, unless I have first made a reservation with the HSP office, and received approval to hunt all game I want to hunt, and other activities I want to engage in., including hanging deer stands, camping, fishing. I will not engage in any unapproved activities.
4. I agree never to loan my HSP ID , book, or online HSP Reservation password to any other person. I will report any lost materials to HSP immediately.
5. I agree to provide HSP with a complete and accurate harvest report within 48 hours after each and every day of hunting or fishing reserved.
6. I agree to notify HSP before 8:30 AM if I do not intend to use land reserved, unless the decision to not use the land is determined in route to the land, in which case, I will notify club of my non use, immediately upon deciding to not use the property. I will pay all fees due if I fail to cancel before deadline.
7. I agree to not take any person to club property, unless I first receive club approval, and I obtain their signature on the HSP hold harmless agreement.
8. I agree to follow any special requests made by landowners which are shown on their property description page, or which I am told about.
9. I agree to always display my HSP vehicle identification tag by hanging on the rear view bracket whenever parked on or near club property.
10. I agree to read the HSP member notebook rule section completely, and call the office for clarification of any questions before I make any reservations.
11. I agree to make sure that all of my guests, know and follow all HSP rules, and if they violate these rules, I will immediately terminate the reservation, stop further use of the property, leave the premises, and promptly report the violation to HSP with my harvest report.
12. I agree to never accept any form of compensation for professional guide services on land leased by HSP.
13. I agree to pay $1000.00 a day to HSP for all unauthorized use of their land. I will not hunt, fish, lease, rent or attempt to lease directly or indirectly, any land which HSP has/had leased, while I am/was a member until at least 5 years has elapsed, after the expiration of the last HSP lease, without prior authorization from HSP. I know they do try to recover lost leases. My interference will jeopardize their ability to release, causing HSP damages.
14. I agree to never drive on club land without prior permission from HSP. I'll only drive on established roads, when dry, never when wet if ruts will be made.
15. I agree to pay any fees due HSP on the day reservations are made, before the date reserved, unless a credit card is provided or credit approved.
16. I agree I will not be on any property before 12:01 AM or depart after 11:59 PM of the date reserved, without prior phone approval from the HSP office.
17. I agree to not restrict or restrain HSP from unlimited promotional use of all photos and film of hunters and game seen and taken from club property.

By checking the box below I agree that I have completely read this agreement, I understand it thoroughly, I fully agree with its content, and warning of potential hazards which may result from my physical presence upon land owned by parties to whom I have been referred by HSP, for the purpose of hunting and fishing. I agree to release from liability, HSP and all said landowners, and to assume full responsibility for any injury, death or property damage which I may sustain or cause during my visit to their property.</textarea>
					<br>
					You may also see the above agreement <a href="https://www.huntingsportsplus.com/apply/apply-files/Member-Indemnification-Agreement.pdf" onclick="window.open(this.href,'newwin'); return false;">HERE</a> (in .PDF format).
					</p>
				</td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: center;" colspan="2">
					<br><br>
					<p>By checking the box below you are agreeing to the terms and conditions listed
					<br>above in the RELEASE OF LIABILITY, HOLD HARMLESS AND INDEMNIFICATION AGREEMENT.
					<br>You are also agreeing that you are who you say you are and that all of the
					<br>information provided is accurate. Checking the box below will be equivalent to
					<br>signing this application by hand and will qualify as your electronic signature.</p>
				</td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: center;" colspan="2">
					<br><br>
					<h3><input type="checkbox" value="Yes" name="ElectronicSig"> Check this box if you agree to the above statement(s).</h3>
				</td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: right;"></td>
			</tr>
			<tr>
				<td style="padding: 10px; text-align: center;" colspan="2"><br><br>
					<p>Misleading or false information given to obtain membership will
					<br>result in revocation of membership and forfeiture of money paid
					<br>upon verification of intent to deceive HSP and/or any
					<br>affiliated clubs.</p><br><br>
				</td>
			</tr>
			<tr>
				<td colspan="2" style="text-align: center;">
					<input type="hidden" name="val" value="yes">
					<input type="hidden" name="isSubmitted" value="yes">
					<input type="submit" value="Continue to Final Step &gt;&gt;&gt;" style="font-size: 20pt; font-weight: bold;" id="submit" onclick="javascript:document.getElementById('submit').disabled=false"><br><br>
					<p style="font-size: xx-small;"><span style="color: #F00;">
						The information submitted in this form<br>
                        is considered confidential and will not<br>
                        be shared with anyone outside of HSP.
					</span></p>
				</td>
			</tr>
		</table>
	</form>
</div>
<?php } else if (($val=="yes") && ($error=="no")) {
	if ($prefix != "") { $prefix .= " "; }
	if ($firstName != "") { $firstName .= " "; }
	if ($middleInitial != "") { $middleInitial .= " "; }
	if ($lastName != "") { $lastName .= " "; }
	if ($home[AddressCont] != "") { $home[AddressCont] = ", $home[AddressCont]"; }
	if ($home[City] != "") { $home[City] .= ", "; }
	if ($home[State] != "") { $home[State] .= " "; }
	if ($ownedHomeSince[Day] != "") { $ownedHomeSince[Day] .= "/"; }
	if ($ownedHomeSince[Month] != "") { $ownedHomeSince[Month] .= "/"; }
	if ($hp[1] != "") { $hp[1] .= " "; }
	if ($hp[2] != "") { $hp[2] .= "-"; }
	if ($cp[1] != "") { $cp[1] .= " "; }
	if ($cp[2] != "") { $cp[2] .= "-"; }
	if ($mailing[Address] != "") { $mailing[Address] .= ", "; }
	if ($mailing[AddressCont] != "") { $mailing[AddressCont] .= ", "; }
	if ($mailing[City] != "") { $mailing[City] .= ", "; }
	if ($mailing[State] != "") { $mailing[State] .= " "; }
	if ($employers[AddressCont] != "") { $employers[AddressCont] = ", $employers[AddressCont]"; }
	if ($employers[City] != "") { $employers[City] .= ", "; }
	if ($employers[State] != "") { $employers[State] .= " "; }
	if ($ep[1] != "") { $ep[1] .= " "; }
	if ($ep[2] != "") { $ep[2] .= "-"; }
	if ($employedSince[Month] != "") { $employedSince[Month] .= "/"; }
	if ($reference1_PN[1] != "") { $reference1_PN[1] .= " "; }
	if ($reference1_PN[2] != "") { $reference1_PN[2] .= "-"; }
	if ($reference2_PN[1] != "") { $reference2_PN[1] .= " "; }
	if ($reference2_PN[2] != "") { $reference2_PN[2] .= "-"; }
	if ($driversLicense[Expires_Month] != "") { $driversLicense[Expires_Month] .= "/"; }
	if ($driversLicense[Expires_Day] != "") { $driversLicense[Expires_Day] .= "/"; }
	if ($height[ft] != "") { $height[ft] .= "ft "; }
	if ($height[in] != "") { $height[in] .= "in"; }
	if ($birthdate[Day] != "") { $birthdate[Day] .= "/"; }
	if ($birthdate[Month] != "") { $birthdate[Month] .= "/"; }
	if ($dependent1[BirthDay] != "") { $dependent1[BirthDay] .= "/"; }
	if ($dependent1[BirthMonth] != "") { $dependent1[BirthMonth] .= "/"; }
	if ($dependent2[BirthDay] != "") { $dependent2[BirthDay] .= "/"; }
	if ($dependent2[BirthMonth] != "") { $dependent2[BirthMonth] .= "/"; }
	if ($dependent3[BirthDay] != "") { $dependent3[BirthDay] .= "/"; }
	if ($dependent3[BirthMonth] != "") { $dependent3[BirthMonth] .= "/"; }
	if ($dependent4[BirthDay] != "") { $dependent4[BirthDay] .= "/"; }
	if ($dependent4[BirthMonth] != "") { $dependent4[BirthMonth] .= "/"; }
	if ($dependent5[BirthDay] != "") { $dependent5[BirthDay] .= "/"; }
	if ($dependent5[BirthMonth] != "") { $dependent5[BirthMonth] .= "/"; }
	if ($dependent6[BirthDay] != "") { $dependent6[BirthDay] .= "/"; }
	if ($dependent6[BirthMonth] != "") { $dependent6[BirthMonth] .= "/"; }
    $siteVersion = "desktop";
    ?>
<div style="float: left; text-align: center; width: 1000px;">
	<div style="width: 100%">
		<h1 style="color: #F00;"><u>STOP - YOU ARE NOT DONE YET!</u></h1>
		<br>
		<h1>Does your application look ok?</h1>
		<br>
		<h3>Below is your finished application, please review it for errors.<br>If there are no errors please click the "FINISH" button to submit your application,<br>or click "Go Back" to correct any errors.</h3>
		<br><br>
		<h3 style="color: #F00;">NOTE:  If you don't click the "FINISH" button we will not get your application and all of your information will be lost!</h3>
		<br><br>
		<?php
			//----------------------------------------------------------------------------------------------->>
			//---------VARIABLES TO BE PASSED TO app-process.php ---------------------------------------------->>
			//----------------------------------------------------------------------------------------------->>
			$emailMessage_Signed = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\"><html><head><link rel=\"stylesheet\" type=\"text/css\" href=\"https://www.huntingsportsplus.com/apply/apply-files/app.css\"></head><body style=\"background-color: #FFF;\"><div style=\"background-color: #FFF; width: 680px; height: 980px; margin: 20px; border: 3px solid #000; overflow: hidden; text-align: left;\"><div style=\"text-align: center;\"><h1 style=\"color: #000; font-family: arial; font-size: 14pt;\">Hunting Sports Plus, Inc.<br><i>ONLINE APPLICATION FOR MEMBERSHIP</i></h1><p style=\"color: #000; font-family: arial; font-size: 8pt;\">2808 NW Hunter Drive, Blue Springs, MO 64015 | Fax (816) 224-9595 | Email: huntingsportsplus@comcast.net | Tel (816) 220-1000</p></div><p class=\"appfields\"><br>Name <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"33\" maxlength=\"33\" value=\"$prefix$firstName$middleInitial$lastName$suffix\"> Home street address <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"42\" maxlength=\"42\" value=\"$home[Address]$home[AddressCont]\"><br>City/St/Zip <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"35\" maxlength=\"35\" value=\"$home[City]$home[State]$home[Zip]\"> County <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$home[County]\"> Since <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$ownedHomeSince[Month]$ownedHomeSince[Day]$ownedHomeSince[Year]\"> Status <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"7\" maxlength=\"7\" value=\"$home[Status]\"> Home Phone <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"12\" maxlength=\"12\" value=\"$hp[1]$hp[2]$hp[3]\"><br>Phone Under <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"30\" maxlength=\"30\" value=\"$homePhoneListedUnder\"> Cell Phone <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"12\" maxlength=\"12\" value=\"$cp[1]$cp[2]$cp[3]\"> Email <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"40\" maxlength=\"40\" value=\"$email\"><br>Mailing Address (if different) <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"80\" maxlength=\"80\" value=\"$mailing[Address]$mailing[AddressCont]$mailing[City]$mailing[State]$mailing[Zip]\"></p><p class=\"appfields\"><br><b>Employer</b> <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"40\" maxlength=\"40\" value=\"$employer\"> Address <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"42\" maxlength=\"42\" value=\"$employers[Address]$employers[AddressCont]\"><br>City/St/Zip <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"35\" maxlength=\"35\" value=\"$employers[City]$employers[State]$employers[Zip]\"> Phone <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"12\" maxlength=\"12\" value=\"$ep[1]$ep[2]$ep[3]\"> Type of Bus. <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$typeOfBusiness\"> Started <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"8\" maxlength=\"8\" value=\"$employedSince[Month]$employedSince[Year]\"><br>Position <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$position\"> Dept. <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$department\"> Supervisor <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"30\" maxlength=\"30\" value=\"$supervisor\"></p><p class=\"appfields\"><br>List two hunting/character references below who will testify you are a safe & ethical hunter. (Must be unrelated and known for over 5 years)<br>1. Name <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"30\" maxlength=\"30\" value=\"$reference1[FirstName] $reference1[LastName]\"> Phone <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"12\" maxlength=\"12\" value=\"$reference1_PN[1]$reference1_PN[2]$reference1_PN[3]\"> 2. Name <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"30\" maxlength=\"30\" value=\"$reference2[FirstName] $reference2[LastName]\"> Phone <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"12\" maxlength=\"12\" value=\"$reference2_PN[1]$reference2_PN[2]$reference2_PN[3]\"></p><p class=\"appfields_h3\" style=\"text-align: center;\">Please answer the following 20 questions yes or no with a \"Y\" or a \"N\".</p><table style=\"width: 680px;\"><tr><td style=\"padding-right: 10px; width: 50%;\"><p class=\"appfields\"><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[0]\"> 1. Are you a member of the NRA?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[1]\"> 2. Are you a citizen of the USA?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[2]\"> 3. Have you been convicted of a felony?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[3]\"> 4. Have you ever injured anyone while hunting?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[4]\"> 5. Do you have difficulty controlling your temper?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[5]\"> 6. Are you now on probation for any criminal offense?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[6]\"> 7. Do you currently lease land for your own hunting?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[7]\"> 8. Have you ever damaged private property while hunting?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[8]\"> 9. Have you ever sued anyone for personal injury from any cause?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[9]\"> 10. Have you ever accepted payment for injuries from any cause?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[10]\"> 11. Do you agree to never accept payment as a guide on HSP land?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[11]\"> 12. Have you been fined over $300 for a conservation law violation?</p></td><td style=\"padding-left: 10px; width: 50%;\"><p class=\"appfields\"><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[12]\"> 13. Has any other hunting club refused to renew your membership?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[13]\"> 14. Are you a member of any anti hunting animal rights group?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[14]\"> 15. Can you read and understand this application without any help?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[15]\"> 16. Are you a member of any group opposed to the US government?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[16]\"> 17. Have you previously applied for membership in HSP or any<br>club affiliated with HSP?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[17]\"> 18. Have you ever claimed compensation from anyone, for property<br>damage or injury, resulting from a hunting accident?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[18]\"> 19. Have you been treated for addiction to a controlled substance<br>or alcohol within the past year?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[19]\"> 20. Do you have any physical or mental disabilities which could<br>place you or others at risk of injury where you and others are hunting?</p></td></tr></table><p class=\"appfields\"><br><b>Identification: </b> Drivers License Number <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$driversLicense[Number]\"> State Issued By <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$driversLicense[State]\"> Expires <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$driversLicense[Expires_Month]$driversLicense[Expires_Day]$driversLicense[Expires_Year]\"> Weight <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"$weight\"> Height <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$height[ft]$height[in]\"><br>Hair Color <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"5\" maxlength=\"5\" value=\"$hair\"> Eye Color <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"5\" maxlength=\"5\" value=\"$eyes\"> Skin Color <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"5\" maxlength=\"5\" value=\"$skin\"> Birthdate <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$birthdate[Month]$birthdate[Day]$birthdate[Year]\"> Marital Status <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"9\" maxlength=\"9\" value=\"$maritalStatus\"><br>Have you ever completed a hunter's safety training course? <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"$hunterSafety[YN]\"> State <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$hunterSafety[State]\"> Year <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"4\" maxlength=\"4\" value=\"$hunterSafety[Year]\"><br><br><b>List all vehicles to be used while using club property:</b><br>Make <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle1[Make]\"> Model <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle1[Model]\"> Color <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle1[Color]\"> Year <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"4\" maxlength=\"4\" value=\"$vehicle1[Year]\"> 4x4? <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"$vehicle1[Drive]\"> Plate Number <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle1[Plate]\"> State <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$vehicle1[State]\"><br>Make <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle2[Make]\"> Model <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle2[Model]\"> Color <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle2[Color]\"> Year <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"4\" maxlength=\"4\" value=\"$vehicle2[Year]\"> 4x4? <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"$vehicle2[Drive]\"> Plate Number <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle2[Plate]\"> State <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$vehicle2[State]\"><br><br>If you are <b>currently a member</b> of another hunting club please tell us which one <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"35\" maxlength=\"35\" value=\"$otherHuntingClubsCurrent[Name]\"> Year Joined <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"4\" maxlength=\"4\" value=\"$otherHuntingClubsCurrent[Year]\"><br>If you are a <b>former member</b> of another hunting club please tell us which one <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"35\" maxlength=\"35\" value=\"$otherHuntingClubsFormer[Name]\"> Year Terminated <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"4\" maxlength=\"4\" value=\"$otherHuntingClubsFormer[Year]\"><br>Describe any hunting dogs you will be using (breed, color, etc.) <input class=\"finalapp_small\" readonly=\"readonly\" type=\"text\" size=\"75\" maxlength=\"75\" value=\"$huntingDogsDescription\"></p><p class=\"appfields\"><br>List all dependents (spouse & dependent children) who may accompany you as your guest: Qualified dependents must be listed as dependents on your<br>income tax return.A signed HSP indemnification agreement must be received for each dependent prior to their access to club land, including infants.</p><table style=\"width: 680px;\"><tr><td></td><td><p class=\"appfields\">Name</p></td><td><p class=\"appfields\">Sex</p></td><td><p class=\"appfields\">Birthdate</p></td><td><p class=\"appfields\">Relation</p></td><td></td><td><p class=\"appfields\">Name</p></td><td><p class=\"appfields\">Sex</p></td><td><p class=\"appfields\">Birthdate</p></td><td><p class=\"appfields\">Relation</p></td></tr><tr><td><p class=\"appfields\">1.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent1[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$ependent1[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent1[BirthMonth]$ependent1[BirthDay]$dependent1[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent1[Relation]\"></td><td><p class=\"appfields\">4.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent4[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$dependent4[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent4[BirthMonth]$dependent4[BirthDay]$dependent4[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent4[Relation]\"></td></tr><tr><td><p class=\"appfields\">2.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent2[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$dependent2[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent2[BirthMonth]$dependent2[BirthDay]$dependent2[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent2[Relation]\"></td><td><p class=\"appfields\">5.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent5[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$dependent5[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent5[BirthMonth]$dependent5[BirthDay]$dependent5[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent5[Relation]\"></td></tr><tr><td><p class=\"appfields\">3.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent3[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$dependent3[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent3[BirthMonth]$dependent3[BirthDay]$dependent3[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent3[Relation]\"></td><td><p class=\"appfields\">6.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent6[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$dependent6[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent6[BirthMonth]$dependent6[BirthDay]$dependent6[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent6[Relation]\"></td></tr></table><p class=\"appfields_small\"><br><b><span style=\"font-size: 7pt;\">Estimated number of days each year I may use club land to hunt for:</span> quail <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Quail]\">, pheasant <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Pheasant]\">, duck <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Duck]\">, goose <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Goose]\">, dove <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Dove]\">, turkey/bow <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Turkey_Bow]\">, turkey/gun <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Turkey_Gun]\"><br>deer/bow <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Deer_Bow]\">, deer/gun <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Deer_Gun]\">, grouse <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Grouse]\">, prairie chicken <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[PrairieChicken]\">, squirrel <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Squirrel]\">, rabbit <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Rabbit]\">, coyote <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Coyote]\">, raccoon <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Raccoon]\">, prairie dog <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[PrairieDog]\">, elk <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Elk]\">, antelope <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Antelope]\">, boar <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Boar]\">, camp <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Camp]\">, fish <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Fish]\"></b></p><p class=\"appfields\">I want to hunt in: <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"175\" maxlength=\"175\" value=\"$states\"><br>Show your four most favorite states in order of importance <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$favoriteState[1]\"> <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$favoriteState[2]\"> <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$favoriteState[3]\"> <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$favoriteState[4]\"><br><br>How did you hear about us? (Name sponsor if any) <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"50\" maxlength=\"50\" value=\"$howDidYouHear\"><br><br>Approval is given to charge $<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"5\" maxlength=\"5\" value=\"\"> to credit card number <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"40\" maxlength=\"40\" value=\"\"> Expires <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"\">/<input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"\"> (add MO sales tax)<br><b>CREDIT:</b> Circle number if you have: 1. Checking account, 2. Master Card, 3. Visa, 4. Discover, 5. American Express<br><br>Misleading or false information given to obtain membership will result in revocation of membership and forfeiture of money paid upon verification of intent to deceive HSP or any affiliate clubs. Print and read <a href=\"https://www.huntingsportsplus.com/apply/apply-files/Member-Indemnification-Agreement.pdf\" target=\"_blank\" style=\"color: #000; text-decoration: underline;\">this agreement (click here)</a>, and if fully understood sign before submitting application for approval.</p><p class=\"appfields_h3\"><br>APPLICANT SIGN HERE (X)<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"60\" maxlength=\"60\" value=\"Electronic signature from IP address: $ipAddress\"> Date <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"" . date(m) . "\">/<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"" . date(d) . "\">/<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"6\" maxlength=\"6\" value=\"" . date(Y) . "\"></p><p class=\"appfields\"><br>Approved by <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"\"> Total Due $<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"8\" maxlength=\"8\" value=\"\"> Paid $<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"8\" maxlength=\"8\" value=\"\"> Balance Due $<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"8\" maxlength=\"8\" value=\"\"> To be paid as follows <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"\"></p></div></body></html>";
			$emailMessage_Signed_base64 = rtrim(chunk_split(base64_encode($emailMessage_Signed)));
			$emailMessage_Blank = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\"><html><head><link rel=\"stylesheet\" type=\"text/css\" href=\"https://www.huntingsportsplus.com/apply/apply-files/app.css\"></head><body style=\"background-color: #FFF;\"><div style=\"background-color: #FFF; width: 680px; height: 980px; margin: 20px; border: 3px solid #000; overflow: hidden; text-align: left;\"><div style=\"text-align: center;\"><h1 style=\"color: #000; font-family: arial; font-size: 14pt;\">Hunting Sports Plus, Inc.<br><i>ONLINE APPLICATION FOR MEMBERSHIP</i></h1><p style=\"color: #000; font-family: arial; font-size: 8pt;\">2808 NW Hunter Drive, Blue Springs, MO 64015 | Fax (816) 224-9595 | Email: huntingsportsplus@comcast.net | Tel (816) 220-1000</p></div><p class=\"appfields\"><br>Name <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"33\" maxlength=\"33\" value=\"$prefix$firstName$middleInitial$lastName$suffix\"> Home street address <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"42\" maxlength=\"42\" value=\"$home[Address]$home[AddressCont]\"><br>City/St/Zip <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"35\" maxlength=\"35\" value=\"$home[City]$home[State]$home[Zip]\"> County <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$home[County]\"> Since <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$ownedHomeSince[Month]$ownedHomeSince[Day]$ownedHomeSince[Year]\"> Status <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"7\" maxlength=\"7\" value=\"$home[Status]\"> Home Phone <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"12\" maxlength=\"12\" value=\"$hp[1]$hp[2]$hp[3]\"><br>Phone Under <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"30\" maxlength=\"30\" value=\"$homePhoneListedUnder\"> Cell Phone <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"12\" maxlength=\"12\" value=\"$cp[1]$cp[2]$cp[3]\"> Email <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"40\" maxlength=\"40\" value=\"$email\"><br>Mailing Address (if different) <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"80\" maxlength=\"80\" value=\"$mailing[Address]$mailing[AddressCont]$mailing[City]$mailing[State]$mailing[Zip]\"></p><p class=\"appfields\"><br><b>Employer</b> <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"40\" maxlength=\"40\" value=\"$employer\"> Address <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"42\" maxlength=\"42\" value=\"$employers[Address]$employers[AddressCont]\"><br>City/St/Zip <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"35\" maxlength=\"35\" value=\"$employers[City]$employers[State]$employers[Zip]\"> Phone <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"12\" maxlength=\"12\" value=\"$ep[1]$ep[2]$ep[3]\"> Type of Bus. <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$typeOfBusiness\"> Started <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"8\" maxlength=\"8\" value=\"$employedSince[Month]$employedSince[Year]\"><br>Position <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$position\"> Dept. <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$department\"> Supervisor <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"30\" maxlength=\"30\" value=\"$supervisor\"></p><p class=\"appfields\"><br>List two hunting/character references below who will testify you are a safe & ethical hunter. (Must be unrelated and known for over 5 years)<br>1. Name <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"30\" maxlength=\"30\" value=\"$reference1[FirstName] $reference1[LastName]\"> Phone <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"12\" maxlength=\"12\" value=\"$reference1_PN[1]$reference1_PN[2]$reference1_PN[3]\"> 2. Name <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"30\" maxlength=\"30\" value=\"$reference2[FirstName] $reference2[LastName]\"> Phone <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"12\" maxlength=\"12\" value=\"$reference2_PN[1]$reference2_PN[2]$reference2_PN[3]\"></p><p class=\"appfields_h3\" style=\"text-align: center;\">Please answer the following 20 questions yes or no with a \"Y\" or a \"N\".</p><table style=\"width: 680px;\"><tr><td style=\"padding-right: 10px; width: 50%;\"><p class=\"appfields\"><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[0]\"> 1. Are you a member of the NRA?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[1]\"> 2. Are you a citizen of the USA?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[2]\"> 3. Have you been convicted of a felony?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[3]\"> 4. Have you ever injured anyone while hunting?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[4]\"> 5. Do you have difficulty controlling your temper?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[5]\"> 6. Are you now on probation for any criminal offense?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[6]\"> 7. Do you currently lease land for your own hunting?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[7]\"> 8. Have you ever damaged private property while hunting?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[8]\"> 9. Have you ever sued anyone for personal injury from any cause?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[9]\"> 10. Have you ever accepted payment for injuries from any cause?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[10]\"> 11. Do you agree to never accept payment as a guide on HSP land?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[11]\"> 12. Have you been fined over $300 for a conservation law violation?</p></td><td style=\"padding-left: 10px; width: 50%;\"><p class=\"appfields\"><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[12]\"> 13. Has any other hunting club refused to renew your membership?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[13]\"> 14. Are you a member of any anti hunting animal rights group?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[14]\"> 15. Can you read and understand this application without any help?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[15]\"> 16. Are you a member of any group opposed to the US government?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[16]\"> 17. Have you previously applied for membership in HSP or any<br>club affiliated with HSP?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[17]\"> 18. Have you ever claimed compensation from anyone, for property<br>damage or injury, resulting from a hunting accident?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[18]\"> 19. Have you been treated for addiction to a controlled substance<br>or alcohol within the past year?<br><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$q[19]\"> 20. Do you have any physical or mental disabilities which could<br>place you or others at risk of injury where you and others are hunting?</p></td></tr></table><p class=\"appfields\"><br><b>Identification: </b> Drivers License Number <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$driversLicense[Number]\"> State Issued By <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$driversLicense[State]\"> Expires <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$driversLicense[Expires_Month]$driversLicense[Expires_Day]$driversLicense[Expires_Year]\"> Weight <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"$weight\"> Height <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$height[ft]$height[in]\"><br>Hair Color <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"5\" maxlength=\"5\" value=\"$hair\"> Eye Color <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"5\" maxlength=\"5\" value=\"$eyes\"> Skin Color <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"5\" maxlength=\"5\" value=\"$skin\"> Birthdate <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$birthdate[Month]$birthdate[Day]$birthdate[Year]\"> Marital Status <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"9\" maxlength=\"9\" value=\"$maritalStatus\"><br>Have you ever completed a hunter's safety training course? <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"$hunterSafety[YN]\"> State <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$hunterSafety[State]\"> Year <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"4\" maxlength=\"4\" value=\"$hunterSafety[Year]\"><br><br><b>List all vehicles to be used while using club property:</b><br>Make <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle1[Make]\"> Model <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle1[Model]\"> Color <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle1[Color]\"> Year <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"4\" maxlength=\"4\" value=\"$vehicle1[Year]\"> 4x4? <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"$vehicle1[Drive]\"> Plate Number <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle1[Plate]\"> State <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$vehicle1[State]\"><br>Make <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle2[Make]\"> Model <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle2[Model]\"> Color <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle2[Color]\"> Year <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"4\" maxlength=\"4\" value=\"$vehicle2[Year]\"> 4x4? <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"$vehicle2[Drive]\"> Plate Number <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$vehicle2[Plate]\"> State <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$vehicle2[State]\"><br><br>If you are <b>currently a member</b> of another hunting club please tell us which one <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"35\" maxlength=\"35\" value=\"$otherHuntingClubsCurrent[Name]\"> Year Joined <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"4\" maxlength=\"4\" value=\"$otherHuntingClubsCurrent[Year]\"><br>If you are a <b>former member</b> of another hunting club please tell us which one <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"35\" maxlength=\"35\" value=\"$otherHuntingClubsFormer[Name]\"> Year Terminated <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"4\" maxlength=\"4\" value=\"$otherHuntingClubsFormer[Year]\"><br>Describe any hunting dogs you will be using (breed, color, etc.) <input class=\"finalapp_small\" readonly=\"readonly\" type=\"text\" size=\"75\" maxlength=\"75\" value=\"$huntingDogsDescription\"></p><p class=\"appfields\"><br>List all dependents (spouse & dependent children) who may accompany you as your guest: Qualified dependents must be listed as dependents on your<br>income tax return.A signed HSP indemnification agreement must be received for each dependent prior to their access to club land, including infants.</p><table style=\"width: 680px;\"><tr><td></td><td><p class=\"appfields\">Name</p></td><td><p class=\"appfields\">Sex</p></td><td><p class=\"appfields\">Birthdate</p></td><td><p class=\"appfields\">Relation</p></td><td></td><td><p class=\"appfields\">Name</p></td><td><p class=\"appfields\">Sex</p></td><td><p class=\"appfields\">Birthdate</p></td><td><p class=\"appfields\">Relation</p></td></tr><tr><td><p class=\"appfields\">1.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent1[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$ependent1[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent1[BirthMonth]$ependent1[BirthDay]$dependent1[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent1[Relation]\"></td><td><p class=\"appfields\">4.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent4[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$dependent4[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent4[BirthMonth]$dependent4[BirthDay]$dependent4[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent4[Relation]\"></td></tr><tr><td><p class=\"appfields\">2.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent2[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$dependent2[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent2[BirthMonth]$dependent2[BirthDay]$dependent2[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent2[Relation]\"></td><td><p class=\"appfields\">5.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent5[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$dependent5[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent5[BirthMonth]$dependent5[BirthDay]$dependent5[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent5[Relation]\"></td></tr><tr><td><p class=\"appfields\">3.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent3[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$dependent3[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent3[BirthMonth]$dependent3[BirthDay]$dependent3[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent3[Relation]\"></td><td><p class=\"appfields\">6.</td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"$dependent6[Name]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"$dependent6[Gender]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"$dependent6[BirthMonth]$dependent6[BirthDay]$dependent6[BirthYear]\"></td><td><input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"$dependent6[Relation]\"></td></tr></table><p class=\"appfields_small\"><br><b><span style=\"font-size: 7pt;\">Estimated number of days each year I may use club land to hunt for:</span> quail <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Quail]\">, pheasant <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Pheasant]\">, duck <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Duck]\">, goose <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Goose]\">, dove <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Dove]\">, turkey/bow <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Turkey_Bow]\">, turkey/gun <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Turkey_Gun]\"><br>deer/bow <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Deer_Bow]\">, deer/gun <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Deer_Gun]\">, grouse <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Grouse]\">, prairie chicken <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[PrairieChicken]\">, squirrel <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Squirrel]\">, rabbit <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Rabbit]\">, coyote <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Coyote]\">, raccoon <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Raccoon]\">, prairie dog <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[PrairieDog]\">, elk <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Elk]\">, antelope <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Antelope]\">, boar <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Boar]\">, camp <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Camp]\">, fish <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"2\" value=\"$huntingDays[Fish]\"></b></p><p class=\"appfields\">I want to hunt in: <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"175\" maxlength=\"175\" value=\"$states\"><br>Show your four most favorite states in order of importance <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$favoriteState[1]\"> <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$favoriteState[2]\"> <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$favoriteState[3]\"> <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"2\" maxlength=\"2\" value=\"$favoriteState[4]\"><br><br>How did you hear about us? (Name sponsor if any) <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"50\" maxlength=\"50\" value=\"$howDidYouHear\"><br><br>Approval is given to charge $<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"5\" maxlength=\"5\" value=\"\"> to credit card number <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"40\" maxlength=\"40\" value=\"\"> Expires <input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"\">/<input class=\"finalapp_xsmall\" readonly=\"readonly\" type=\"text\" size=\"1\" maxlength=\"1\" value=\"\"> (add MO sales tax)<br><b>CREDIT:</b> Circle number if you have: 1. Checking account, 2. Master Card, 3. Visa, 4. Discover, 5. American Express<br><br>Misleading or false information given to obtain membership will result in revocation of membership and forfeiture of money paid upon verification of intent to deceive HSP or any affiliate clubs. Print and read <a href=\"https://www.huntingsportsplus.com/apply/apply-files/Member-Indemnification-Agreement.pdf\" target=\"_blank\" style=\"color: #000; text-decoration: underline;\">this agreement (click here)</a>, and if fully understood sign before submitting application for approval.</p><p class=\"appfields_h3\"><br>APPLICANT SIGN HERE (X)<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"60\" maxlength=\"60\" value=\"\"> Date <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"\">/<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"3\" maxlength=\"3\" value=\"\">/<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"6\" maxlength=\"6\" value=\"\"></p><p class=\"appfields\"><br>Approved by <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"\"> Total Due $<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"8\" maxlength=\"8\" value=\"\"> Paid $<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"8\" maxlength=\"8\" value=\"\"> Balance Due $<input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"8\" maxlength=\"8\" value=\"\"> To be paid as follows <input class=\"finalapp\" readonly=\"readonly\" type=\"text\" size=\"20\" maxlength=\"20\" value=\"\"></p></div></body></html>";
			$emailMessage_Blank_base64 = rtrim(chunk_split(base64_encode($emailMessage_Blank)));
			$emailMessage_PreviousCommunication = $_POST["PreviousCommunication"];
			$emailMessage_SalesGuy = $_POST["SalesGuy"];
			$emailMessage_Email = $_POST["Email"];
			$emailMessage_FirstName = $_POST["FirstName"];
			$emailMessage_LastName = $_POST["LastName"];
		?>
		<form id="send_application" action="app-process.php" method="post" name="send_application">
			<input type="hidden" name="EmailMessage_Signed_Base64" value="<?php echo "$emailMessage_Signed_base64"; ?>">
			<input type="hidden" name="EmailMessage_Blank_Base64" value="<?php echo "$emailMessage_Blank_base64"; ?>">
			<input type="hidden" name="EmailMessage_PreviousCommunication" value="<?php echo "$emailMessage_PreviousCommunication"; ?>">
			<input type="hidden" name="EmailMessage_SalesGuy" value="<?php echo "$emailMessage_SalesGuy"; ?>">
			<input type="hidden" name="EmailMessage_FirstName" value="<?php echo "$emailMessage_FirstName"; ?>">
			<input type="hidden" name="EmailMessage_LastName" value="<?php echo "$emailMessage_LastName"; ?>">
			<input type="hidden" name="EmailMessage_Email" value="<?php echo "$emailMessage_Email"; ?>">
			<p><a href="javascript:history.go(-1)">Go Back</a> | <input type="submit" value="FINISH" style="font-size: 20pt; color: #F00; font-weight: bold;" id="submit2" onclick="javascript:document.getElementById('submit').disabled=false"></p>
		</form>
		<br><br>
		<div style="background-color: #FFF; width: 950px; height: 1000px; margin: 20px; border: 3px solid #000; overflow: hidden; text-align: left;">
			<div style="text-align: center;">
				<h1 style="color: #000; font-family: arial; font-size: 14pt;">
					Hunting Sports Plus, Inc.<br>
					<i>ONLINE APPLICATION FOR MEMBERSHIP</i>
				</h1>
				<p style="color: #000; font-family: arial; font-size: 8pt;">
					2808 NW Hunter Drive, Blue Springs, MO 64015 | Fax (816) 224-9595 | Email: huntingsportsplus@comcast.net | Tel (816) 220-1000
				</p>
			</div>
			<p class="appfields">
					<br>Name <input class="finalapp" readonly="readonly" type="text" size="33" maxlength="33" value="<?php echo "$prefix$firstName$middleInitial$lastName$suffix"; ?>"> Home street address <input class="finalapp" readonly="readonly" type="text" size="42" maxlength="42" value="<?php echo "$home[Address]" . "$home[AddressCont]"; ?>">
					<br>City/St/Zip <input class="finalapp" readonly="readonly" type="text" size="35" maxlength="35" value="<?php echo "$home[City]" . "$home[State]" . "$home[Zip]"; ?>"> County <input class="finalapp" readonly="readonly" type="text" size="15" maxlength="15" value="<?php echo $home[County]; ?>"> Since <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$ownedHomeSince[Month]" . "$ownedHomeSince[Day]" . "$ownedHomeSince[Year]"; ?>"> Status <input class="finalapp" readonly="readonly" type="text" size="7" maxlength="7" value="<?php echo "$home[Status]"; ?>"> Home Phone <input class="finalapp" readonly="readonly" type="text" size="12" maxlength="12" value="<?php echo "$hp[1]" . "$hp[2]" . "$hp[3]"; ?>">
					<br>Phone Under <input class="finalapp" readonly="readonly" type="text" size="30" maxlength="30" value="<?php echo "$homePhoneListedUnder"; ?>"> Cell Phone <input class="finalapp" readonly="readonly" type="text" size="12" maxlength="12" value="<?php echo "$cp[1]" . "$cp[2]" . "$cp[3]"; ?>"> Email <input class="finalapp" readonly="readonly" type="text" size="40" maxlength="40" value="<?php echo "$email"; ?>">
					<br>Mailing Address (if different) <input class="finalapp" readonly="readonly" type="text" size="80" maxlength="80" value="<?php echo "$mailing[Address]" . "$mailing[AddressCont]" . "$mailing[City]" . "$mailing[State]" . "$mailing[Zip]"; ?>">
			</p>
			<p class="appfields">
					<br><b>Employer</b> <input class="finalapp" readonly="readonly" type="text" size="40" maxlength="40" value="<?php echo "$employer"; ?>"> Address <input class="finalapp" readonly="readonly" type="text" size="42" maxlength="42" value="<?php echo "$employers[Address]" . "$employers[AddressCont]"; ?>">
					<br>City/St/Zip <input class="finalapp" readonly="readonly" type="text" size="35" maxlength="35" value="<?php echo "$employers[City]" . "$employers[State]" . "$employers[Zip]"; ?>"> Phone <input class="finalapp" readonly="readonly" type="text" size="12" maxlength="12" value="<?php echo "$ep[1]" . "$ep[2]" . "$ep[3]"; ?>"> Type of Bus. <input class="finalapp" readonly="readonly" type="text" size="20" maxlength="20" value="<?php echo "$typeOfBusiness"; ?>"> Started <input class="finalapp" readonly="readonly" type="text" size="8" maxlength="8" value="<?php echo "$employedSince[Month]" . "$employedSince[Year]"; ?>">
					<br>Position <input class="finalapp" readonly="readonly" type="text" size="20" maxlength="20" value="<?php echo "$position"; ?>"> Dept. <input class="finalapp" readonly="readonly" type="text" size="20" maxlength="20" value="<?php echo "$department"; ?>"> Supervisor <input class="finalapp" readonly="readonly" type="text" size="30" maxlength="30" value="<?php echo "$supervisor"; ?>">
			</p>
			<p class="appfields">
					<br>List two hunting/character references below who will testify you are a safe & ethical hunter. (Must be unrelated and known for over 5 years)
					<br>1. Name <input class="finalapp" readonly="readonly" type="text" size="30" maxlength="30" value="<?php echo "$reference1[FirstName] $reference1[LastName]"; ?>"> Phone <input class="finalapp" readonly="readonly" type="text" size="12" maxlength="12" value="<?php echo "$reference1_PN[1]" . "$reference1_PN[2]" . "$reference1_PN[3]"; ?>"> 2. Name <input class="finalapp" readonly="readonly" type="text" size="30" maxlength="30" value="<?php echo "$reference2[FirstName] $reference2[LastName]"; ?>"> Phone <input class="finalapp" readonly="readonly" type="text" size="12" maxlength="12" value="<?php echo "$reference2_PN[1]" . "$reference2_PN[2]" . "$reference2_PN[3]"; ?>">
			</p>
			<p class="appfields_h3" style="text-align: center;">
				Please answer the following 20 questions yes or no with a "Y" or a "N".
			</p>
			<table style="width: 950px;">
				<tr>
					<td style="padding-right: 10px; width: 50%;">
						<p class="appfields">
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[0]"; ?>"> 1. Are you a member of the NRA?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[1]"; ?>"> 2. Are you a citizen of the USA?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[2]"; ?>"> 3. Have you been convicted of a felony?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[3]"; ?>"> 4. Have you ever injured anyone while hunting?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[4]"; ?>"> 5. Do you have difficulty controlling your temper?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[5]"; ?>"> 6. Are you now on probation for any criminal offense?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[6]"; ?>"> 7. Do you currently lease land for your own hunting?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[7]"; ?>"> 8. Have you ever damaged private property while hunting?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[8]"; ?>"> 9. Have you ever sued anyone for personal injury from any cause?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[9]"; ?>"> 10. Have you ever accepted payment for injuries from any cause?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[10]"; ?>"> 11. Do you agree to never accept payment as a guide on HSP land?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[11]"; ?>"> 12. Have you been fined over $300 for a conservation law violation?
						</p>
					</td>
					<td style="padding-left: 10px; width: 50%;">
						<p class="appfields">
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[12]"; ?>"> 13. Has any other hunting club refused to renew your membership?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[13]"; ?>"> 14. Are you a member of any anti hunting animal rights group?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[14]"; ?>"> 15. Can you read and understand this application without any help?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[15]"; ?>"> 16. Are you a member of any group opposed to the US government?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[16]"; ?>"> 17. Have you previously applied for membership in HSP or any<br>club affiliated with HSP?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[17]"; ?>"> 18. Have you ever claimed compensation from anyone, for property<br>damage or injury, resulting from a hunting accident?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[18]"; ?>"> 19. Have you been treated for addiction to a controlled substance<br>or alcohol within the past year?<br>
							<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$q[19]"; ?>"> 20. Do you have any physical or mental disabilities which could<br>place you or others at risk of injury where you and others are hunting?
						</p>
					</td>
				</tr>
			</table>
			<p class="appfields">
					<br><b>Identification: </b> Drivers License Number <input class="finalapp" readonly="readonly" type="text" size="15" maxlength="15" value="<?php echo "$driversLicense[Number]"; ?>"> State Issued By <input class="finalapp" readonly="readonly" type="text" size="2" maxlength="2" value="<?php echo "$driversLicense[State]"; ?>"> Expires <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$driversLicense[Expires_Month]" . "$driversLicense[Expires_Day]" . "$driversLicense[Expires_Year]"; ?>"> Weight <input class="finalapp" readonly="readonly" type="text" size="3" maxlength="3" value="<?php echo "$weight"; ?>"> Height <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$height[ft]" . "$height[in]"; ?>">
					<br>Hair Color <input class="finalapp" readonly="readonly" type="text" size="5" maxlength="5" value="<?php echo "$hair"; ?>"> Eye Color <input class="finalapp" readonly="readonly" type="text" size="5" maxlength="5" value="<?php echo "$eyes"; ?>"> Skin Color <input class="finalapp" readonly="readonly" type="text" size="5" maxlength="5" value="<?php echo "$skin"; ?>"> Birthdate <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$birthdate[Month]" . "$birthdate[Day]" . "$birthdate[Year]"; ?>"> Marital Status <input class="finalapp" readonly="readonly" type="text" size="9" maxlength="9" value="<?php echo "$maritalStatus"; ?>">
					<br>Have you ever completed a hunter&#39;s safety training course? <input class="finalapp" readonly="readonly" type="text" size="3" maxlength="3" value="<?php echo "$hunterSafety[YN]"; ?>"> State <input class="finalapp" readonly="readonly" type="text" size="2" maxlength="2" value="<?php echo "$hunterSafety[State]"; ?>"> Year <input class="finalapp" readonly="readonly" type="text" size="4" maxlength="4" value="<?php echo "$hunterSafety[Year]"; ?>">
					<br>
					<br><b>List all vehicles to be used while using club property:</b>
					<br>Make <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$vehicle1[Make]"; ?>"> Model <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$vehicle1[Model]"; ?>"> Color <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$vehicle1[Color]"; ?>"> Year <input class="finalapp" readonly="readonly" type="text" size="4" maxlength="4" value="<?php echo "$vehicle1[Year]"; ?>"> 4x4? <input class="finalapp" readonly="readonly" type="text" size="3" maxlength="3" value="<?php echo "$vehicle1[Drive]"; ?>"> Plate Number <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$vehicle1[Plate]"; ?>"> State <input class="finalapp" readonly="readonly" type="text" size="2" maxlength="2" value="<?php echo "$vehicle1[State]"; ?>">
					<br>Make <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$vehicle2[Make]"; ?>"> Model <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$vehicle2[Model]"; ?>"> Color <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$vehicle2[Color]"; ?>"> Year <input class="finalapp" readonly="readonly" type="text" size="4" maxlength="4" value="<?php echo "$vehicle2[Year]"; ?>"> 4x4? <input class="finalapp" readonly="readonly" type="text" size="3" maxlength="3" value="<?php echo "$vehicle2[Drive]"; ?>"> Plate Number <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$vehicle2[Plate]"; ?>"> State <input class="finalapp" readonly="readonly" type="text" size="2" maxlength="2" value="<?php echo "$vehicle2[State]"; ?>">
					<br>
					<br>If you are <b>currently a member</b> of another hunting club please tell us which one <input class="finalapp" readonly="readonly" type="text" size="35" maxlength="35" value="<?php echo "$otherHuntingClubsCurrent[Name]"; ?>"> Year Joined <input class="finalapp" readonly="readonly" type="text" size="4" maxlength="4" value="<?php echo "$otherHuntingClubsCurrent[Year]"; ?>">
					<br>If you are a <b>former member</b> of another hunting club please tell us which one <input class="finalapp" readonly="readonly" type="text" size="35" maxlength="35" value="<?php echo "$otherHuntingClubsFormer[Name]"; ?>"> Year Terminated <input class="finalapp" readonly="readonly" type="text" size="4" maxlength="4" value="<?php echo "$otherHuntingClubsFormer[Year]"; ?>">
					<br>Describe any hunting dogs you will be using (breed, color, etc.) <input class="finalapp_small" readonly="readonly" type="text" size="75" maxlength="75" value="<?php echo "$huntingDogsDescription"; ?>">
			</p>
			<p class="appfields">
				<br>List all dependents (spouse &amp; dependent children) who may accompany you as your guest: Qualified dependents must be listed as dependents on your
				<br>income tax return.A signed HSP indemnification agreement must be received for each dependent prior to their access to club land, including infants.
			</p>
			<table style="width: 950px;">
				<tr>
					<td>
					</td>
					<td>
						<p class="appfields">
							Name
						</p>
					</td>
					<td>
						<p class="appfields">
							Sex
						</p>
					</td>
					<td>
						<p class="appfields">
							Birthdate
						</p>
					</td>
					<td>
						<p class="appfields">
							Relation
						</p>
					</td>
					<td>
					</td>
					<td>
						<p class="appfields">
							Name
						</p>
					</td>
					<td>
						<p class="appfields">
							Sex
						</p>
					</td>
					<td>
						<p class="appfields">
							Birthdate
						</p>
					</td>
					<td>
						<p class="appfields">
							Relation
						</p>
					</td>
				</tr>
				<tr>
					<td>
						<p class="appfields">1.
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="20" maxlength="20" value="<?php echo "$dependent1[Name]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$dependent1[Gender]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$dependent1[BirthMonth]" . "$dependent1[BirthDay]" . "$dependent1[BirthYear]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="15" maxlength="15" value="<?php echo "$dependent1[Relation]"; ?>">
					</td>
					<td>
						<p class="appfields">4.
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="20" maxlength="20" value="<?php echo "$dependent4[Name]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$dependent4[Gender]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$dependent4[BirthMonth]" . "$dependent4[BirthDay]" . "$dependent4[BirthYear]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="15" maxlength="15" value="<?php echo "$dependent4[Relation]"; ?>">
					</td>
				</tr>
				<tr>
					<td>
						<p class="appfields">2.
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="20" maxlength="20" value="<?php echo "$dependent2[Name]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$dependent2[Gender]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$dependent2[BirthMonth]" . "$dependent2[BirthDay]" . "$dependent2[BirthYear]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="15" maxlength="15" value="<?php echo "$dependent2[Relation]"; ?>">
					</td>
					<td>
						<p class="appfields">5.
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="20" maxlength="20" value="<?php echo "$dependent5[Name]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$dependent5[Gender]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$dependent5[BirthMonth]" . "$dependent5[BirthDay]" . "$dependent5[BirthYear]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="15" maxlength="15" value="<?php echo "$dependent5[Relation]"; ?>">
					</td>
				</tr>
				<tr>
					<td>
						<p class="appfields">3.
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="20" maxlength="20" value="<?php echo "$dependent3[Name]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$dependent3[Gender]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$dependent3[BirthMonth]" . "$dependent3[BirthDay]" . "$dependent3[BirthYear]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="15" maxlength="15" value="<?php echo "$dependent3[Relation]"; ?>">
					</td>
					<td>
						<p class="appfields">6.
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="20" maxlength="20" value="<?php echo "$dependent6[Name]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="1" maxlength="1" value="<?php echo "$dependent6[Gender]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value="<?php echo "$dependent6[BirthMonth]" . "$dependent6[BirthDay]" . "$dependent6[BirthYear]"; ?>">
					</td>
					<td>
						<input class="finalapp" readonly="readonly" type="text" size="15" maxlength="15" value="<?php echo "$dependent6[Relation]"; ?>">
					</td>
				</tr>
			</table>
			<p class="appfields_small">
				<br><b><span style="font-size: 7pt;">Estimated number of days each year I may use club land to hunt for:</span> quail <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Quail]"; ?>">, pheasant <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Pheasant]"; ?>">, duck <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Duck]"; ?>">, goose <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Goose]"; ?>">, dove <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Dove]"; ?>">, turkey/bow <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Turkey_Bow]"; ?>">, turkey/gun <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Turkey_Gun]"; ?>">
				<br>deer/bow <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Deer_Bow]"; ?>">, deer/gun <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Deer_Gun]"; ?>">, grouse <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Grouse]"; ?>">, prairie chicken <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[PrairieChicken]"; ?>">, squirrel <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Squirrel]"; ?>">, rabbit <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Rabbit]"; ?>">, coyote <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Coyote]"; ?>">, raccoon <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Raccoon]"; ?>">, prairie dog <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[PrairieDog]"; ?>">, elk <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Elk]"; ?>">, antelope <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Antelope]"; ?>">, boar <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Boar]"; ?>">, camp <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Camp]"; ?>">, fish <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="2" value="<?php echo "$huntingDays[Fish]"; ?>"></b>
			</p>
			<p class="appfields">
				I want to hunt in: <input class="finalapp_xsmall" readonly="readonly" type="text" size="175" maxlength="175" value="<?php echo "$states"; ?>">
				<br>Show your four most favorite states in order of importance <input class="finalapp" readonly="readonly" type="text" size="2" maxlength="2" value="<?php echo "$favoriteState[1]"; ?>"> <input class="finalapp" readonly="readonly" type="text" size="2" maxlength="2" value="<?php echo "$favoriteState[2]"; ?>"> <input class="finalapp" readonly="readonly" type="text" size="2" maxlength="2" value="<?php echo "$favoriteState[3]"; ?>"> <input class="finalapp" readonly="readonly" type="text" size="2" maxlength="2" value="<?php echo "$favoriteState[4]"; ?>">
				<br>
				<br>How did you hear about us? (Name sponsor if any) <input class="finalapp" readonly="readonly" type="text" size="50" maxlength="50" value="<?php echo "$howDidYouHear"; ?>">
				<br>
				<br>Approval is given to charge $<input class="finalapp" readonly="readonly" type="text" size="5" maxlength="5" value=""> to credit card number <input class="finalapp" readonly="readonly" type="text" size="40" maxlength="40" value=""> Expires <input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="1" value="">/<input class="finalapp_xsmall" readonly="readonly" type="text" size="1" maxlength="1" value=""> (add MO sales tax)
				<br><b>CREDIT:</b> Circle number if you have: 1. Checking account, 2. Master Card, 3. Visa, 4. Discover, 5. American Express
				<br>
				<br>Misleading or false information given to obtain membership will result in revocation of membership and forfeiture of money paid upon verification of intent to deceive HSP or any affiliate clubs. Print and read <a href="https://www.huntingsportsplus.com/apply/apply-files/Member-Indemnification-Agreement.pdf" onclick="window.open(this.href,'newwin'); return false;" style="color: #000; text-decoration: underline;">this agreement (click here)</a>, and if fully understood sign before submitting application for approval.
			</p>
			<p class="appfields_h3">
				<br>APPLICANT SIGN HERE (X)<input class="finalapp" readonly="readonly" type="text" size="60" maxlength="60" value="Electronic signature from IP address: <?php echo $ipAddress; ?>"> Date <input class="finalapp" readonly="readonly" type="text" size="3" maxlength="3" value="<?php echo date(m); ?>">/<input class="finalapp" readonly="readonly" type="text" size="3" maxlength="3" value="<?php echo date(d); ?>">/<input class="finalapp" readonly="readonly" type="text" size="6" maxlength="6" value="<?php echo date(Y); ?>">
			</p>
			<p class="appfields">
				<br>Approved by <input class="finalapp" readonly="readonly" type="text" size="10" maxlength="10" value=""> Total Due $<input class="finalapp" readonly="readonly" type="text" size="8" maxlength="8" value=""> Paid $<input class="finalapp" readonly="readonly" type="text" size="8" maxlength="8" value=""> Balance Due $<input class="finalapp" readonly="readonly" type="text" size="8" maxlength="8" value=""> To be paid as follows <input class="finalapp" readonly="readonly" type="text" size="20" maxlength="20" value="">
			</p>
		</div>
	</div>
</div>
<?php } ?>
