R
E
S
O
U
R
C
E
S
       Home      Products & Services      Contact Us      Links


WebHatchers will design & develop your site for you.
_______________________

Website Menu Heaven: menus, buttons, etc.
_______________________

Send us your questions.
_______________________

site search by freefind
_______________________

HOME
SEO, Google, Privacy
   and Anonymity
Browser Insanity
JavaScript
Popups and Tooltips
Free Website Search
HTML Form Creator
Animation
Buttons and Menus
Counters
Captchas
Image Uploading
CSS and HTML
PHP
AJAX
XPATH
Website Poll
IM and Texting
Databases—MySQL
   or Not MySQL
Personal Status Boards
Content Management
   Systems
Article Content
   Management Systems
Website Directory
   CMS Systems
Photo Gallery CMS
Forum CMS
Blog CMS
Customer Records
   Management CMS
Address Book CMS
Private Messaging CMS
Chat Room CMS
JavaScript Charts
   and Graphs




Free Personal Status Boards (PSB™)

Free Standard Free PSB

Free PSB Pro Version

Free Social PSB

Free Social PSB Plus (with Email)

Free Business PSB

Free Business PSB Plus (with Email)

PSB demo

Social PSB demo

Business PSB demo

So what's all this PSB stuff about?

Chart comparing business status boards

PSB hosting diagram

PSB Licence Agreement



Copyright © 2002 -
MCS Investments, Inc. sitemap

PSBs, social networking, social evolution, microcommunities, personal status boards
PSBs, social networking, business personal status boards
website design, ecommerce solutions
website menus, buttons, image rotators
Ez-Architect, home design software
the magic carpet and the cement wall, children's adventure book
the squirrel valley railroad, model railroad videos, model train dvds
the deep rock railroad, model railroad videos, model train dvds

Info for MC Search and Match Questionnaire

This script is called questionnaire.html

The questionnaire login script is a link at the top of the regular login script at Login to MC Search and Match Profile and Account Management. It is accompanied by a link to this questionnaire info script at MC Questionnaire Info. The point of the former is to give the user a way to get to the questionnaire at MC Questionnaire. The only other way is during the registration process. After you fill in the user profile data and press submit, you are sent to the MC Questionnaire. But you may choose to fill it in later after you've had ample opportunity to consult your MC group about their preferences and group configuration. So that is why there is the link to the MC Questionnaire Login page on the login page. It's the "fill it in later".

The point of this questionnaire info page link is to let you peruse and—if you wish—print out the questionnaire form to help you when you consult your MC group about their preferences and group configuration.

The function printem() is in the JavaScript section of the head tag of the script. First, we browser sniff for the Opera browser. We do this, we're sorry to say, because even the most recent Opera (as of late 2011) seems utterly incapable of printing a div. No other browser seems to have issues with this matter—they all print divs fine. Is it time for the Opera chefs to learn to cook or leave the kitchen? You decide.

The window.print() method is the best Opera can do, which is fine except it prints everything on the page, not just the div. The other browsers use the window.open() method to open a window, then the document.open() method in the new window, then the getElementById() method to access the element with a specified id (in this case, 'myform'), then the document.write() method, then the innerHTML property (now pointing at myform) to get the contents of the div to put into the window, then the window.print() method to print just the div contents in the window, then the document.close() method to close the document, then the window.close() method to close the window.

The form is long and full of preferences and group configuration choices. It has no way to submit it—it's information only. At the top of the form we see "Before you Register for MC Search and Match, please meet with all your group members and agree on all the answers to the questions below:" and "Please do NOT enter data. This is just a question list."

The script below is called: questionnaire.html


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<TITLE>MC Search and Match Questionnaire</TITLE>
<meta name="description" content="MC Search and Match Questionnaire">
<meta name="keywords" content="MC Search and Match Questionnaire,MC Search and Match,info,match">
<style type="text/css">
BODY {margin-left:0; margin-right:0; margin-top:0;text-align:left}
p, li {font:13px Verdana; color:black;text-align:left}
h1 {font:bold 28px Verdana; color:black;text-align:center}
h2 {font:bold 24px Verdana;text-align:center}
h3 {font:bold 20px Verdana;}
.k {text-align:right}
.j {position:absolute;top:50px;left:200px;width:600px}
.m {margin-left:130px}
#y {margin-top:-130px}
#myform {position:absolute;top:120px;left:50px;width:900px;border:2px solid black;background-color:#8aa;}
</style>
<script language="javascript">
is_opera = 0; if(window.opera){is_opera=1}

function printem(){if(!is_opera){wi = window.open('', 'pz');wi.document.open();element=document.getElementById("myform"); wi.document.write(element.innerHTML);wi.print();wi.document.close();wi.close();}else{window.print();}}
</script>
</head>
<body>


<center><h1>MC Search and Match Questionnaire</h1></center>

<center><div class='j'><b>Before you Register for MC Search and Match, please meet with all your group members and agree on all the answers to the questions below:</b><BR><a HREF="http://www.thebiganswer.info/">Home</a>&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;<a HREF="register-with-captcha.php">Register</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a HREF="login-to-mc.php">Login</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a HREF="#" onclick="printem()">Print</a></div></center>

<div id='myform'><center><h3>Questionnaire</h3><u><i><span style='color:maroon;font-weight:bold;font-size:18px'>Please do NOT enter data. This is just a question list.</span></i></u></center><form id='formpw' name="formpw" method="post" action="">
<center>
<table width='500' id='y' cellspacing=0 cellpadding=0 border=1><tr><th colspan='2'><b>Group Configuration</b></th></tr>
<tr><td>How many males in your group are 0-3 years old? </td><td><input type="text" name="males03" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many males in your group are 4-7 years old? </td><td><input type="text" name="males47" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many males in your group are 8-11 years old? </td><td><input type="text" name="males811" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many males in your group are 12-14 years old? </td><td><input type="text" name="males1214" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many males in your group are 15-17 years old? </td><td><input type="text" name="males1517" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many males in your group are 18-23 years old? </td><td><input type="text" name="males1823" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many males in your group are 24-34 years old? </td><td><input type="text" name="males2434" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many males in your group are 35-49 years old? </td><td><input type="text" name="males3549" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many males in your group are 50-65 years old? </td><td><input type="text" name="males5065" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many males in your group are 66-79 years old? </td><td><input type="text" name="males6679" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many males in your group are 80 or more years old? </td><td><input type="text" name="males80" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr><BR><BR>

<tr><td>How many females in your group are 0-3 years old? </td><td><input type="text" name="females03" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many females in your group are 4-7 years old? </td><td><input type="text" name="females47" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many females in your group are 8-11 years old? </td><td><input type="text" name="females811" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many females in your group are 12-14 years old? </td><td><input type="text" name="females1214" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many females in your group are 15-17 years old? </td><td><input type="text" name="females1517" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many females in your group are 18-23 years old? </td><td><input type="text" name="females1823" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many females in your group are 24-34 years old? </td><td><input type="text" name="females2434" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many females in your group are 35-49 years old? </td><td><input type="text" name="females3549" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many females in your group are 50-65 years old? </td><td><input type="text" name="females5065" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many females in your group are 66-79 years old? </td><td><input type="text" name="females6679" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many females in your group are 80 or more years old? </td><td><input type="text" name="females80" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr><BR><BR>

<tr><td>How many adults in your group are childless? </td><td><input type="text" name="childless" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many adults in your group are empty nesters? </td><td><input type="text" name="emptynesters" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many adults in your group are widows? </td><td><input type="text" name="widows" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many adults in your group are widowers? </td><td><input type="text" name="widowers" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many adults in your group are married? </td><td><input type="text" name="married" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many adults in your group are living together? </td><td><input type="text" name="livingtogether" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many adults in your group are separated? </td><td><input type="text" name="separated" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many adults in your group are divorced? </td><td><input type="text" name="divorced" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many adults in your group are engaged? </td><td><input type="text" name="engaged" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many adults in your group are single? </td><td><input type="text" name="single" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr><BR><BR>

<tr><td>How many adult men in your group are gay? </td><td><input type="text" name="gaymales" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many adult women in your group are lesbian? </td><td><input type="text" name="lesbian" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr><BR><BR>

<tr><td>How many people in your group are White? </td><td><input type="text" name="white" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group are Black? </td><td><input type="text" name="black" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group are Asian? </td><td><input type="text" name="asian" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group are Hispanic? </td><td><input type="text" name="hispanic" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group are Native Hawaiian or Pacific Islander? </td><td><input type="text" name="hawaiian" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group are Mixed? </td><td><input type="text" name="mixed" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group have criminal records? </td><td><input type="text" name="criminal" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr><BR><BR>

<tr><th colspan='2'><b>Schools</b></th></tr>
<tr><td>How many children in your group are being home schooled? </td><td><input type="text" name="homeschooled" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many children in your group go to public schools? </td><td><input type="text" name="publicschools" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many children in your group go to private schools? </td><td><input type="text" name="privateschools" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many children in your group go to religious schools? </td><td><input type="text" name="religiousschools" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many children in your group go to special schools? </td><td><input type="text" name="specialschools" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr><BR><BR>

<tr><th colspan='2'><b>Health</b></th></tr>
<tr><td>How many people in your group have serious allergies? </td><td><input type="text" name="allergies" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group have chronic illnesses? </td><td><input type="text" name="chronic" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group have mental illnesses? </td><td><input type="text" name="mental" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group have serious disabilities? </td><td><input type="text" name="disabilities" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group need accessibility ramps? </td><td><input type="text" name="ramps" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr><BR><BR>

<tr><th colspan='2'><b>Care</b></th></tr>
<tr><td>How many people in your group are willing to do eldercare? </td><td><input type="text" name="willingeldercare" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group are available to do eldercare? </td><td><input type="text" name="availableeldercare" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many elders in your group need eldercare? </td><td><input type="text" name="needeldercare" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group are willing to do childcare? </td><td><input type="text" name="willingchildcare" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group are available to do childcare? </td><td><input type="text" name="availablechildcare" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr>
<tr><td>How many people in your group need childcare? </td><td><input type="text" name="needchildcare" size='2' maxlength='2' value='0' onkeypress="return onlynum(event)"></td></tr></table></center><BR><BR>

<center><table width='675' cellspacing=0 cellpadding=0 border=1>
<tr><th colspan='2'><b>Preferences</b></th><tr>
<tr><td><b>Smoking/Drinking</b></td><td><SELECT size="5" multiple="multiple" name="Smoking_Drinking">
<OPTION value="0">No preference
<OPTION value="1">Prefer nonsmokers
<OPTION value="2">Smoking not an issue
<OPTION value="3">Prefer nondrinkers
<OPTION value="4">Drinking not an issue
</SELECT></td></tr>

<tr><td><b>Preferred Housing Type</b></td><td><SELECT size="16" multiple="multiple" name="Preferred_Housing_Type">
<OPTION value="0">No preference
<OPTION value="1">Row houses
<OPTION value="2">Apartments
<OPTION value="3">Mobile homes
<OPTION value="4">Manufactured homes
<OPTION value="5">Condominium
<OPTION value="6">Co-op
<OPTION value="7">Hotel
<OPTION value="8">Motel
<OPTION value="9">Farm
<OPTION value="10">Rural
<OPTION value="11">City
<OPTION value="12">Suburbs
<OPTION value="13">Retirement community
<OPTION value="14">Gated community
<OPTION value="15">Pocket neighborhoods
</SELECT></td></tr>
<tr><td>(Pocket neighborhoods are intimate neighborhoods<BR>featuring groupings of detached cottages and<BR>small homes clustered around garden courtyards)

<tr><td><b>Willing to relocate?</b></td><td><SELECT size="10" multiple="multiple" name="Willing_to_relocate">
<OPTION value="0">No preference
<OPTION value="1">Yes, anywhere
<OPTION value="2">Yes, up to 1000 miles
<OPTION value="3">Yes, up to 500 miles
<OPTION value="4">Yes, up to 200 miles
<OPTION value="5">Yes, up to 100 miles
<OPTION value="6">Yes, up to 50 miles
<OPTION value="7">Yes, up to 10 miles
<OPTION value="8">Yes, up to 2 miles
<OPTION value="9">No
</SELECT></td></tr>

<tr><td><b>MC type sought</b></td><td><SELECT size="8" multiple="multiple" name="MC_type_sought">
<OPTION value="0">No preference
<OPTION value="1">With children
<OPTION value="2">Without children
<OPTION value="3">Children not an issue
<OPTION value="4">Singles MC
<OPTION value="5">Married MC
<OPTION value="6">Mixed MC
<OPTION value="7">Marital status not an issue
</SELECT></td></tr>

<tr><td><b>Open to be in mixed race MC?</b></td><td><SELECT size="4" multiple="multiple" name="Open_to_be_in_mixed_race_MC">
<OPTION value="0">No preference
<OPTION value="1">Prefer to be in MC of my own race
<OPTION value="2">Prefer to be in MC with racial diversity
<OPTION value="3">Race not an issue
</SELECT></td></tr>

<tr><td><b>Sexuality</b></td><td><SELECT size="6" multiple="multiple" name="Sexuality">
<OPTION value="0">No preference
<OPTION value="1">Prefer not to answer
<OPTION value="2">Open to be in mixed sexual preference MC
<OPTION value="3">Prefer to be in MC of my own sexual preference
<OPTION value="4">Prefer to be in MC with sexual preference diversity
<OPTION value="5">Sexual preference not an issue
</SELECT></td></tr>

<tr><td><b>Religious Openness</b></td><td><SELECT size="6" multiple="multiple" name="Religious_Openness">
<OPTION value="0">No preference
<OPTION value="1">Open to be in mixed religion MC
<OPTION value="2">Prefer to be in MC of my own religion
<OPTION value="3">Prefer to be in MC with religious diversity
<OPTION value="4">Religion not an issue
<OPTION value="5">Prefer not to answer
</SELECT></td></tr>

<tr><td><b>Religion</b></td><td><SELECT size="61" multiple="multiple" name="Religion">
<OPTION value="0">No preference
<OPTION value="1">Agnostic
<OPTION value="2">Apostolic or New Apostolic
<OPTION value="3">Assemblies of God
<OPTION value="4">Atheist
<OPTION value="5">Baha'I
<OPTION value="6">Baptist
<OPTION value="7">Buddhist
<OPTION value="8">Catholic
<OPTION value="9">Christian Reform
<OPTION value="10">Christian Science
<OPTION value="11">Christian no denomination supplied
<OPTION value="12">Church of God
<OPTION value="13">Church of the Brethren
<OPTION value="14">Church of the Nazarene
<OPTION value="15">Churches of Christ
<OPTION value="16">Congregational or United Church of Christ
<OPTION value="17">Deity
<OPTION value="18">Disciples of Christ
<OPTION value="19">Druid
<OPTION value="20">Eckankar
<OPTION value="21">Episcopalian or Anglican
<OPTION value="22">Ethical Culture
<OPTION value="23">Evangelical or Born Again
<OPTION value="24">Foursquare Gospel
<OPTION value="25">Full Gospel
<OPTION value="26">Fundamentalist
<OPTION value="27">Hindu
<OPTION value="28">Holiness or Holy
<OPTION value="29">Humanist
<OPTION value="30">Independent Christian Church
<OPTION value="31">Jehovah's Witness
<OPTION value="32">Jewish
<OPTION value="33">Lutheran
<OPTION value="34">Mennonite
<OPTION value="35">Methodist or Wesleyan
<OPTION value="36">Mormon or Latter Day Saints
<OPTION value="37">Muslim
<OPTION value="38">Native American
<OPTION value="39">New Age
<OPTION value="40">No religion
<OPTION value="41">Nondenominational
<OPTION value="42">Orthodox Eastern
<OPTION value="43">Other unclassified
<OPTION value="44">Pagan
<OPTION value="45">Pentecostal or Charismatic
<OPTION value="46">Presbyterian
<OPTION value="47">Protestant no denomination supplied
<OPTION value="48">Quaker
<OPTION value="49">Rastafarian
<OPTION value="50">Reformed or Dutch Reform
<OPTION value="51">Salvation Army
<OPTION value="52">Santeria
<OPTION value="53">Scientologist
<OPTION value="54">Secular
<OPTION value="55">Seventh Day Adventist
<OPTION value="56">Sikh
<OPTION value="57">Spiritualist
<OPTION value="58">Taoist
<OPTION value="59">Unitarian or Universalist
<OPTION value="60">Wiccan
</SELECT></td></tr>

<tr><td><b>Childrearing Style and Preferences</b></td><td><SELECT size="7" multiple="multiple" name="Childrearing_Style_and_Preferences">
<OPTION value="0">No preference
<OPTION value="1">Liberal or permissive
<OPTION value="2">Authoritative
<OPTION value="3">Authoritarian
<OPTION value="4">Liberal and authoritative mix
<OPTION value="5">Liberal and authoritarian mix
<OPTION value="6">Authoritative and authoritarian mix
</SELECT></td></tr>

<tr><td><b>Pets</b></td><td><SELECT size="9" multiple="multiple" name="Pets">
<OPTION value="0">No preference
<OPTION value="1">Have dogs
<OPTION value="2">Have cats
<OPTION value="3">Have birds
<OPTION value="4">Have other pets
<OPTION value="5">Have barking dogs
<OPTION value="6">Have screeching birds
<OPTION value="7">Tolerant of neighbors' pet sounds
<OPTION value="8">Not tolerant of neighbors' pet sounds
</SELECT></td></tr>

<tr><td><b>Personal Entertainment</b></td><td><SELECT size="3" multiple="multiple" name="Personal_Entertainment">
<OPTION value="0">No preference
<OPTION value="1">Tolerant of neighbors' loud music or TV
<OPTION value="2">Not tolerant of neighbors' loud music or TV
</SELECT></td></tr>

<tr><td><b>Housing—Interested in Common Shared Space for:</b></td><td><SELECT size="10" multiple="multiple" name="Housing_Interested_in_Common_Shared_Space_for">
<OPTION value="0">No preference
<OPTION value="1">Cooking
<OPTION value="2">Laundry
<OPTION value="3">Exercise
<OPTION value="4">Childcare
<OPTION value="5">Eldercare
<OPTION value="6">Home schooling
<OPTION value="7">Meetings
<OPTION value="8">Entertainment
<OPTION value="9">Not interested in common space
</SELECT></td></tr>

<tr><td><b>Employment</b></td><td><SELECT size="17" multiple="multiple" name="Employment">
<OPTION value="0">No preference
<OPTION value="1">Management, business, and financial
<OPTION value="2">Professional and related
<OPTION value="3">Office and administrative support
<OPTION value="4">Service
<OPTION value="5">Installation, maintenance, and repair
<OPTION value="6">Transportation and material moving
<OPTION value="7">Construction and extraction
<OPTION value="8">Production
<OPTION value="9">Sales and related
<OPTION value="10">Farming, fishing, and forestry
<OPTION value="11">Armed forces
<OPTION value="12">Part-time
<OPTION value="13">Temporary
<OPTION value="14">Retired
<OPTION value="15">Unemployed
<OPTION value="16">Independently wealthy
</SELECT></td></tr></table>

</form><BR>
</div>

</body>
</html>