var myMonths=new Array();
myMonths[0]="January";
myMonths[1]="February";
myMonths[2]="March";
myMonths[3]="April";
myMonths[4]="May";
myMonths[5]="June";
myMonths[6]="July";
myMonths[7]="August";
myMonths[8]="September";
myMonths[9]="October";
myMonths[10]="November";
myMonths[11]="December";

var monthcount = "-1";

function know_me_changeMonth(){
	//if(monthcount >= 12)monthcount = 0;
//document.getElementById("know_me_birthday_month").value = myMonths[monthcount];
//monthcount++;

	if(mouseDown() ==1){
		monthcount++;
		if(monthcount >= 12)monthcount = 0;	
		document.getElementById("know_me_birthday_month").value = myMonths[monthcount];
	}else{
		monthcount--;
		if(monthcount <= -1)monthcount = 11;
		document.getElementById("know_me_birthday_month").value = myMonths[monthcount];
	}
}

var myDays=new Array();
for(x=1; x <= 31; x++){
	var str = x.toString();
	if(str.length == 1){
		myDays[x] = "0" + x + ",";
	}else{
		myDays[x] = x + ",";
	}
}

var daycount = "0";
var timer1;

function know_me_changeDay(){

	if(mouseDown() ==1){
		timer1 = setInterval("daycount++;if(daycount >= 32)daycount = 1;document.getElementById('know_me_birthday_day').value = myDays[daycount];",200);
	}else{
		daycount--;
		if(daycount <= 0)daycount = 31;
		document.getElementById("know_me_birthday_day").value = myDays[daycount];
	}
}

var myYears=new Array();
for(x=1930; x <= 2030; x++){
	myYears[x] = x;
}

var yearcount = 1930;
var timer2;

function know_me_changeYear(){

	if(mouseDown() ==1){
		timer2 = setInterval("yearcount++;if(yearcount >= 2031)yearcount = 1930;document.getElementById('know_me_birthday_year').value = myYears[yearcount];",200);
	}else{
		yearcount--;
		if(yearcount <= 1930)yearcount = 2030;
		document.getElementById("know_me_birthday_year").value = myYears[yearcount];
	}
}

var myAges=new Array();
for(x=18; x <= 100; x++){
	myAges[x] = x;
}

var agecount = 17;
var timer3;

function know_me_changeAge(){

	if(mouseDown() ==1){
		timer3 = setInterval("agecount++;if(agecount >= 100)agecount = 18;document.getElementById('know_me_current_age').value = myAges[agecount];",200);
	}else{
		agecount--;
		if(agecount <= 17)agecount = 99;
		document.getElementById("know_me_current_age").value = myAges[agecount];
	}
}

var mySiblings=new Array();
for(x=1; x <= 10; x++){
	mySiblings[x] = x;
}

var siblingscount = 1;

function know_me_changeSiblings(){
	if(siblingscount >= 11)siblingscount = 1;
document.getElementById("know_me_siblings").value = mySiblings[siblingscount];
siblingscount++;

}

var myStates=new Array();
myStates[0]="Alabama";
myStates[1]="Alaska";
myStates[2]="Arizona";
myStates[3]="Arkansas";
myStates[4]="California";
myStates[5]="Colorado";
myStates[6]="Connecticut";
myStates[7]="Delaware";
myStates[8]="Florida";
myStates[9]="Georgia";
myStates[10]="Hawaii";
myStates[11]="Idaho";
myStates[12]="Illinois";
myStates[13]="Indiana";
myStates[14]="Iowa";
myStates[15]="Kansas";
myStates[16]="Kentucky";
myStates[17]="Louisiana";
myStates[18]="Maine";
myStates[19]="Maryland";
myStates[20]="Massachusetts";
myStates[21]="Michigan";
myStates[22]="Minnesota";
myStates[23]="Mississippi";
myStates[24]="Missouri";
myStates[25]="Montana";
myStates[26]="Nebraska";
myStates[27]="Nevada";
myStates[28]="New Hampshire";
myStates[29]="New Jersey";
myStates[30]="New Mexico";
myStates[31]="New York";
myStates[32]="North Carolina";
myStates[33]="North Dakota";
myStates[34]="Ohio";
myStates[35]="Oklahoma";
myStates[36]="Oregon";
myStates[37]="Pennsylvania";
myStates[38]="Rhode Island";
myStates[39]="South Carolina";
myStates[40]="South Dakota";
myStates[41]="Tennessee";
myStates[42]="Texas";
myStates[43]="Utah";
myStates[44]="Vermont";
myStates[45]="Virginia";
myStates[46]="Washington";
myStates[47]="West Virginia";
myStates[48]="Wisconsin";
myStates[49]="Wyoming";

var statescount = "-1";
var timer4;

function know_me_changeStates(){

	if(mouseDown() ==1){
		timer4 = setInterval("statescount++;if(statescount >= 50)statescount = 0;document.getElementById('know_me_birth_state').value = myStates[statescount];",200);
	}else{
		statescount--;
		if(statescount <= -1)statescount = 49;
		document.getElementById("know_me_birth_state").value = myStates[statescount];
	}
}


var current_statescount = "-1";
var timer5;

function know_me_changeCurrentStates(){

	if(mouseDown() ==1){
		timer5 = setInterval("current_statescount++;if(current_statescount >= 50)current_statescount = 0;document.getElementById('know_me_current_state').value = myStates[current_statescount];",200);
	}else{
		current_statescount--;
		if(current_statescount <= -1)current_statescount = 49;
		document.getElementById("know_me_current_state").value = myStates[current_statescount];
	}
}

var myOccupations=new Array();
myOccupations[0]="Administrator";
myOccupations[1]="Agronomist";
myOccupations[2]="Archaeologist";
myOccupations[3]="Architect";
myOccupations[4]="Auditor";
myOccupations[5]="Author";
myOccupations[6]="Artist";
myOccupations[7]="Bassist";
myOccupations[8]="Boatswain";
myOccupations[9]="Boilermaker";
myOccupations[10]="Bookseller";
myOccupations[11]="Builder";
myOccupations[12]="Cab Driver";
myOccupations[13]="Cop";
myOccupations[14]="Cabinet-maker";
myOccupations[15]="Calligrapher";
myOccupations[16]="Call girl";
myOccupations[17]="Cameraman";
myOccupations[18]="Camp Counselor";
myOccupations[19]="Car designer";
myOccupations[20]="Cardiologist";
myOccupations[21]="Carpenter";
myOccupations[22]="Cartographer";
myOccupations[23]="Cartoonist";
myOccupations[24]="Cartwright";
myOccupations[25]="Cashier";
myOccupations[26]="Celebrity";
myOccupations[27]="Cellist";
myOccupations[28]="Censor";
myOccupations[29]="CEO";
myOccupations[30]="CFO";
myOccupations[31]="Chandler (candles)";
myOccupations[32]="Chapmen";
myOccupations[33]="Chauffeur";
myOccupations[34]="Cheerleader";
myOccupations[35]="Cheesemaker";
myOccupations[36]="Chef";
myOccupations[37]="Chemical Engineer";
myOccupations[38]="Chemical Technologist";
myOccupations[39]="Chemist";
myOccupations[40]="Chief of Police";
myOccupations[41]="Chief Mate";
myOccupations[42]="Chimney-sweeper";
myOccupations[43]="Chiropodist";
myOccupations[44]="Chiropractic";
myOccupations[45]="Choreographer";
myOccupations[46]="Church usher";
myOccupations[47]="CIA Agent";
myOccupations[48]="Circuit preacher";
myOccupations[49]="Civil servant";
myOccupations[50]="Civil engineer";
myOccupations[51]="Clarinetist";
myOccupations[52]="Cleaner";
myOccupations[53]="Clerk";
myOccupations[54]="Clockmaker";
myOccupations[55]="Coach";
myOccupations[56]="Coachman";
myOccupations[57]="Coast guard";
myOccupations[58]="Cobbler";
myOccupations[59]="Cognitive scientist";
myOccupations[60]="Columnist";
myOccupations[61]="Comedian";
myOccupations[62]="Compasssmith";
myOccupations[63]="Composer";
myOccupations[64]="Computer engineer";
myOccupations[65]="Computer programmer";
myOccupations[66]="Concierge";
myOccupations[67]="Constable";
myOccupations[68]="Construction engineer";
myOccupations[69]="Construction manager";
myOccupations[70]="Construction worker";
myOccupations[71]="Consul";
myOccupations[72]="Consultant";
myOccupations[73]="Contract Manager";
myOccupations[74]="Controller";
myOccupations[75]="Coroner";
myOccupations[76]="Corporate executive officer";
myOccupations[77]="Correctional Officer";
myOccupations[78]="Corrector";
myOccupations[79]="Correspondent";
myOccupations[80]="Cosmetologist";
myOccupations[81]="Cosmonaut";
myOccupations[82]="Costermonger";
myOccupations[83]="Costume Designer";
myOccupations[84]="Courier";
myOccupations[85]="Court jester";
myOccupations[86]="Cowherd";
myOccupations[87]="CPA";
myOccupations[88]="Craftsman";
myOccupations[89]="Creative engineering";
myOccupations[90]="Crier";
myOccupations[91]="Crofter";
myOccupations[92]="Cryptographer";
myOccupations[93]="Cryptozoologist";
myOccupations[94]="Crystallographer";
myOccupations[95]="Curator";
myOccupations[96]="Currier";
myOccupations[97]="Custodian";
myOccupations[98]="Customs officer";
myOccupations[99]="Cutler";

var occupationcount = "-1";
var timer6;

function know_me_changeOccupation(){

	if(mouseDown() ==1){
		timer6 = setInterval("occupationcount++;if(occupationcount >= 100)occupationcount = 0;document.getElementById('know_me_occupation').value = myOccupations[occupationcount];",200);
	}else{
		occupationcount--;
		if(occupationcount <= -1)occupationcount = 99;
		document.getElementById("know_me_occupation").value = myOccupations[occupationcount];
	}
}

var myMaritalStatus=new Array();
myMaritalStatus[0]="Single";
myMaritalStatus[1]="Married";
myMaritalStatus[2]="Separated";
myMaritalStatus[3]="Divorced";
myMaritalStatus[4]="Widowed";
myMaritalStatus[5]="Engaged";
myMaritalStatus[6]="Annulled";
myMaritalStatus[7]="Cohabitating";
myMaritalStatus[8]="Decesed";

var maritalstatuscount = "-1";
var timer7;

function know_me_changeMaritalStatus(){

	if(mouseDown() ==1){
		timer7 = setInterval("maritalstatuscount++;if(maritalstatuscount >= 9)maritalstatuscount = 0;document.getElementById('know_me_marital_status').value = myMaritalStatus[maritalstatuscount];",200);
	}else{
		maritalstatuscount--;
		if(maritalstatuscount <= -1)maritalstatuscount = 8;
		document.getElementById("know_me_marital_status").value = myMaritalStatus[maritalstatuscount];
	}
}

var myColors=new Array();
myColors[0]="Black";
myColors[1]="Blue";
myColors[2]="Brown";
myColors[3]="Green";
myColors[4]="Orange";
myColors[5]="Pink";
myColors[6]="Purple";
myColors[7]="Red";
myColors[8]="Violet";
myColors[9]="White";
myColors[10]="Yellow";

var colorcount = "-1";
var timer8;

function know_me_changeColor(){

	if(mouseDown() ==1){
		timer8 = setInterval("colorcount++;if(colorcount >= 11)colorcount = 0;document.getElementById('know_me_color').value = myColors[colorcount];",200);
	}else{
		colorcount--;
		if(colorcount <= -1)colorcount = 10;
		document.getElementById("know_me_color").value = myColors[colorcount];
	}
}

var myMeatTypes=new Array();
myMeatTypes[0]="Bacon";
myMeatTypes[1]="Beef";
myMeatTypes[2]="Chicken";
myMeatTypes[3]="Cornish Hen";
myMeatTypes[4]="Duck";
myMeatTypes[5]="Goat";
myMeatTypes[6]="Goose";
myMeatTypes[7]="Grouse";
myMeatTypes[8]="Heart";
myMeatTypes[9]="Horse";
myMeatTypes[10]="Lamb";
myMeatTypes[11]="Liver";
myMeatTypes[12]="Mutton";
myMeatTypes[13]="Ostrich";
myMeatTypes[14]="Pheasant";
myMeatTypes[15]="Quail";
myMeatTypes[16]="Rabbit";
myMeatTypes[17]="Squirrel";
myMeatTypes[18]="Turkey";
myMeatTypes[19]="Veal";
myMeatTypes[20]="Venison";

var meatcount = "-1";
var timer9;

function know_me_changeMeatType(){

	if(mouseDown() ==1){
		timer9 = setInterval("meatcount++;if(meatcount >= 21)meatcount = 0;document.getElementById('know_me_meat_type').value = myMeatTypes[meatcount];",200);
	}else{
		meatcount--;
		if(meatcount <= -1)meatcount = 20;
		document.getElementById("know_me_meat_type").value = myMeatTypes[meatcount];
	}
}

var myVegy=new Array();
myVegy[0]="Artichokes";
myVegy[1]="Asparagus";
myVegy[2]="Beet";
myVegy[3]="Broccoli";
myVegy[4]="Brussels";
myVegy[5]="Cabbage";
myVegy[6]="Carrots";
myVegy[7]="Cauliflower";
myVegy[8]="Celery";
myVegy[9]="Cucumber";
myVegy[10]="Eggplant";
myVegy[11]="Garlic";
myVegy[12]="Ginger Root";
myVegy[13]="Horseradish";
myVegy[14]="Lettuce";
myVegy[15]="Mushrooms";
myVegy[16]="Olives";
myVegy[17]="Onions";
myVegy[18]="Oyster Plant";
myVegy[19]="Peas";
myVegy[20]="Peppers";
myVegy[21]="Pickles";
myVegy[22]="Pimento";
myVegy[23]="Potatos";
myVegy[24]="Pumpkin";
myVegy[25]="Radishs";
myVegy[26]="Seaweed";
myVegy[27]="Spinach";
myVegy[28]="Squash";
myVegy[29]="Tomatoes";
myVegy[30]="Turnips";
myVegy[31]="Water Chestnut";
myVegy[32]="Yam";
myVegy[33]="Zucchini";

var vegcount = "-1";
var timer10;

function know_me_changeVegy(){

	if(mouseDown() ==1){
		timer10 = setInterval("vegcount++;if(vegcount >= 34)vegcount = 0;document.getElementById('know_me_vegy').value = myVegy[vegcount];",200);
	}else{
		vegcount--;
		if(vegcount <= -1)vegcount = 33;
		document.getElementById("know_me_vegy").value = myVegy[vegcount];
	}
}

var myFruits=new Array();
myFruits[0]="Apples";
myFruits[1]="Apricots";
myFruits[2]="Avocado";
myFruits[3]="Bananas";
myFruits[4]="Black Berries";
myFruits[5]="Blue Berries";
myFruits[6]="Cantaloupe";
myFruits[7]="Cherries";
myFruits[8]="Coconut";
myFruits[9]="Cranberries";
myFruits[10]="Grapes";
myFruits[11]="Grapefruit";
myFruits[12]="Honeydew";
myFruits[13]="Kiwi";
myFruits[14]="Lemons";
myFruits[15]="Limes";
myFruits[16]="Mangos";
myFruits[17]="Mulberries";
myFruits[18]="Nectarines";
myFruits[19]="Oranges";
myFruits[20]="Papayas";
myFruits[21]="Peaches";
myFruits[22]="Pears";
myFruits[23]="Pineapples";
myFruits[24]="Plums";
myFruits[25]="Pomegranates";
myFruits[26]="Prunes";
myFruits[27]="Raisins";
myFruits[28]="Rasberries";
myFruits[29]="Strawberries";
myFruits[30]="Tangerines";
myFruits[31]="Watermellon";

var fruitcount = "-1";
var timer11;

function know_me_changeFruit(){

	if(mouseDown() ==1){
		timer11 = setInterval("fruitcount++;if(fruitcount >= 32)fruitcount = 0;document.getElementById('know_me_fruit').value = myFruits[fruitcount];",200);
	}else{
		fruitcount--;
		if(fruitcount <= -1)fruitcount = 31;
		document.getElementById("know_me_fruit").value = myFruits[fruitcount];
	}
}

var myDrinks=new Array();
myDrinks[0]="Beer";
myDrinks[1]="Water";
myDrinks[2]="Soda";
myDrinks[3]="Coffee";
myDrinks[4]="Liquor";
myDrinks[5]="Tea";
myDrinks[6]="Wine";

var drinkcount = "-1";
var timer12;

function know_me_changeDrink(){

	if(mouseDown() ==1){
		timer12 = setInterval("drinkcount++;if(drinkcount >= 7)drinkcount = 0;document.getElementById('know_me_drink').value = myDrinks[drinkcount];",200);
	}else{
		drinkcount--;
		if(drinkcount <= -1)drinkcount = 6;
		document.getElementById("know_me_drink").value = myDrinks[drinkcount];
	}
}

var myMusicTypes=new Array();
myMusicTypes[0]="Avant-garde";
myMusicTypes[1]="Blues";
myMusicTypes[2]="Country";
myMusicTypes[3]="Easy Listening";
myMusicTypes[4]="Electronic";
myMusicTypes[5]="Hip hop/Rap music";
myMusicTypes[6]="Jazz";
myMusicTypes[7]="Latin";
myMusicTypes[8]="Modern Folk";
myMusicTypes[9]="New Age";
myMusicTypes[10]="Reggae";
myMusicTypes[11]="Rhythm and Blues";
myMusicTypes[12]="Rock";
myMusicTypes[13]="Pop";
myMusicTypes[14]="World";
myMusicTypes[15]="Bibliography";

var musiccount = "-1";
var timer13;

function know_me_changeMusicType(){

	if(mouseDown() ==1){
		timer13 = setInterval("musiccount++;if(musiccount >= 16)musiccount = 0;document.getElementById('know_me_music_type').value = myMusicTypes[musiccount];",200);
	}else{
		musiccount--;
		if(musiccount <= -1)musiccount = 15;
		document.getElementById("know_me_music_type").value = myMusicTypes[musiccount];
	}
}

var myMovieTypes=new Array();
myMovieTypes[0]="Drama";
myMovieTypes[1]="Comedy";
myMovieTypes[2]="Action";
myMovieTypes[3]="Martial Arts";
myMovieTypes[4]="War";
myMovieTypes[5]="Thriller";
myMovieTypes[6]="Horror";
myMovieTypes[7]="Fantasy";
myMovieTypes[8]="Sci-fi";
myMovieTypes[9]="Erotic";
myMovieTypes[10]="Adult";
myMovieTypes[11]="Musical";
myMovieTypes[12]="Animation";
myMovieTypes[13]="Foreign";
myMovieTypes[14]="Adventure";
myMovieTypes[15]="Biography";
myMovieTypes[16]="Childrens";
myMovieTypes[17]="Crime";
myMovieTypes[18]="Disaster";
myMovieTypes[19]="Sports";
myMovieTypes[20]="Western";

var moviecount = "-1";
var timer14;

function know_me_changeMovieType(){

	if(mouseDown() ==1){
		timer14 = setInterval("moviecount++;if(moviecount >= 21)moviecount = 0;document.getElementById('know_me_movie_type').value = myMovieTypes[moviecount];",200);
	}else{
		moviecount--;
		if(moviecount <= -1)moviecount = 20;
		document.getElementById("know_me_movie_type").value = myMovieTypes[moviecount];
	}
}

var myHolidays=new Array();
myHolidays[0]="Easter";
myHolidays[1]="New Years Day";
myHolidays[2]="Memorial Day";
myHolidays[3]="Thanksgiving";
myHolidays[4]="Christmas";
myHolidays[5]="Valentines Day";
myHolidays[6]="April Fools Day";
myHolidays[7]="St. Patricks Day";
myHolidays[8]="Mother's Day";
myHolidays[9]="Father's Day";
myHolidays[10]="Halloween";

var holidaycount = "-1";
var timer15;

function know_me_changeHoliday(){

	if(mouseDown() ==1){
		timer15 = setInterval("holidaycount++;if(holidaycount >= 11)holidaycount = 0;document.getElementById('know_me_holiday').value = myHolidays[holidaycount];",200);
	}else{
		holidaycount--;
		if(holidaycount <= -1)holidaycount = 10;
		document.getElementById("know_me_holiday").value = myHolidays[holidaycount];
	}
}

var myPastime=new Array();
myPastime[0]="Amateur Science";
myPastime[1]="Animal related";
myPastime[2]="Arts and crafts";
myPastime[3]="Collecting";
myPastime[4]="Computer related";
myPastime[5]="Food";
myPastime[6]="Do It Yourself";
myPastime[7]="Electronics";
myPastime[8]="Film-making";
myPastime[9]="Games";
myPastime[10]="Gardening";
myPastime[11]="Historical reenactment";
myPastime[12]="Interactive fiction";
myPastime[13]="Internet-based hobbies";
myPastime[14]="Literature";
myPastime[15]="Scale model building";
myPastime[16]="Music";
myPastime[17]="Observation";
myPastime[18]="Outdoor nature activities";
myPastime[19]="Performing arts";
myPastime[20]="Photography";
myPastime[21]="Sports physical activities";
myPastime[22]="Transportation";

var pastimecount = "-1";
var timer16;

function know_me_changePastime(){

	if(mouseDown() ==1){
		timer16 = setInterval("pastimecount++;if(pastimecount >= 23) pastimecount = 0;document.getElementById('know_me_pastime').value = myPastime[pastimecount];",200);
	}else{
		pastimecount--;
		if(pastimecount <= -1)pastimecount = 22;
		document.getElementById("know_me_pastime").value = myPastime[pastimecount];
	}

}

function mouseDown(e) {
 if (parseInt(navigator.appVersion)>3) {
  var clickType=1;
  if (navigator.appName=="Netscape") clickType=Event.which;
  else clickType=event.button;
  //if (clickType==1) alert('Left button!');
  //if (clickType!=1) alert('Right button!');
 }
 //return true;
 return clickType;

}


if(ie5){
document.write("<div id=\"know_me_curtain\" style=\"z-index:101;position:absolute;width:100%;height:2000px;background-color:black; top:0px;left:0px;filter:alpha(opacity=60);display:none;\">&nbsp;</div>");
}

if(ns6){
document.write("<div id=\"know_me_curtain\" style=\"z-index:101;position:absolute;width:100%;height:2000px;background-color:black; top:0px;left:0px;-moz-opacity:0.6;opacity:0.6;display:none;\">&nbsp;</div>");
}

function get_recip_name(){
recip_name = document.messageForm.recip.value;
document.knowMeForm.recip.value = recip_name;
}

document.write("<div id=\"know_me_box\" class=\"know_me_box\" style=\"z-index:102;width:600px;height:500px;\"><form method=\"post\" action=\"make_a_guess.php\" name=\"knowMeForm\"><input type=\"hidden\" name=\"recip\" value=\"\"><input type=\"hidden\" name=\"guesser\" value=\"" + username + "\"><input name=\"know_me_birth_month\" type=\"text\" class=\"know_me_birthday_month\" value=\"\" id=\"know_me_birthday_month\" maxlength=9><div class=\"know_me_birthday_month_btn\"  title=\"Left click to advance, right click for previous.\" onmousedown=\"know_me_changeMonth();\"></div><input name=\"know_me_birth_day\" type=\"text\" class=\"know_me_birthday_day\" value=\"\" id=\"know_me_birthday_day\" maxlength=4><div class=\"know_me_birthday_day_btn\" onmousedown=\"know_me_changeDay();\" onmouseup=\"clearTimeout(timer1);\" onmouseout=\"clearTimeout(timer1);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_birth_year\" type=\"text\" class=\"know_me_birthday_year\" value=\"\" id=\"know_me_birthday_year\" maxlength=4><div class=\"know_me_birthday_year_btn\" onmousedown=\"know_me_changeYear();\" onmouseup=\"clearTimeout(timer2);\" onmouseout=\"clearTimeout(timer2);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_current_age\" type=\"text\" class=\"know_me_current_age\" value=\"\" id=\"know_me_current_age\" maxlength=2><div class=\"know_me_current_age_btn\" id=\"know_me_current_age_btn\" onmousedown=\"know_me_changeAge();\" onmouseup=\"clearTimeout(timer3);\" onmouseout=\"clearTimeout(timer3);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_no_siblings\" type=\"text\" class=\"know_me_siblings\" value=\"\" id=\"know_me_siblings\" maxlength=2><div class=\"know_me_siblings_btn\" id=\"know_me_siblings_btn\" onclick=\"know_me_changeSiblings();\" title=\"Click to advance.\"></div><input name=\"know_me_birth_state\" type=\"text\" class=\"know_me_birth_state\" value=\"\" id=\"know_me_birth_state\" maxlength=14><div class=\"know_me_birth_state_btn\" id=\"know_me_birth_state_btn\" onmousedown=\"know_me_changeStates();\" onmouseup=\"clearTimeout(timer4);\" onmouseout=\"clearTimeout(timer4);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_current_state\" type=\"text\" class=\"know_me_current_state\" value=\"\" id=\"know_me_current_state\" maxlength=14><div class=\"know_me_current_state_btn\" id=\"know_me_current_state_btn\" onmousedown=\"know_me_changeCurrentStates();\" onmouseup=\"clearTimeout(timer5);\" onmouseout=\"clearTimeout(timer5);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_occupation\" type=\"text\" class=\"know_me_occupation\" value=\"\" id=\"know_me_occupation\" maxlength=14><div class=\"know_me_occupation_btn\" id=\"know_me_occupation_btn\" onmousedown=\"know_me_changeOccupation();\" onmouseup=\"clearTimeout(timer6);\" onmouseout=\"clearTimeout(timer6);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_marital_status\" type=\"text\" class=\"know_me_marital_status\" value=\"\" id=\"know_me_marital_status\" maxlength=14><div class=\"know_me_marital_status_btn\" id=\"know_me_marital_status_btn\" onmousedown=\"know_me_changeMaritalStatus();\" onmouseup=\"clearTimeout(timer7);\" onmouseout=\"clearTimeout(timer7);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_fav_color\" type=\"text\" class=\"know_me_color\" value=\"\" id=\"know_me_color\" maxlength=14><div class=\"know_me_color_btn\" id=\"know_me_color_btn\" onmousedown=\"know_me_changeColor();\" onmouseup=\"clearTimeout(timer8);\" onmouseout=\"clearTimeout(timer8);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_fav_meat\" type=\"text\" class=\"know_me_meat_type\" value=\"\" id=\"know_me_meat_type\" maxlength=14><div class=\"know_me_meat_type_btn\" id=\"know_me_meat_type_btn\" onmousedown=\"know_me_changeMeatType();\" onmouseup=\"clearTimeout(timer9);\" onmouseout=\"clearTimeout(timer9);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_fav_veg\" type=\"text\" class=\"know_me_vegy\" value=\"\" id=\"know_me_vegy\" maxlength=14><div class=\"know_me_vegy_btn\" id=\"know_me_vegy_btn\" onmousedown=\"know_me_changeVegy();\" onmouseup=\"clearTimeout(timer10);\" onmouseout=\"clearTimeout(timer10);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_fav_fruit\" type=\"text\" class=\"know_me_fruit\" value=\"\" id=\"know_me_fruit\" maxlength=14><div class=\"know_me_fruit_btn\" id=\"know_me_fruit_btn\" onmousedown=\"know_me_changeFruit();\" onmouseup=\"clearTimeout(timer11);\" onmouseout=\"clearTimeout(timer11);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_fav_bev\" type=\"text\" class=\"know_me_drink\" value=\"\" id=\"know_me_drink\" maxlength=14><div class=\"know_me_drink_btn\" id=\"know_me_drink_btn\" onmousedown=\"know_me_changeDrink();\" onmouseup=\"clearTimeout(timer12);\" onmouseout=\"clearTimeout(timer12);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_music_type\" type=\"text\" class=\"know_me_music_type\" value=\"\" id=\"know_me_music_type\" maxlength=14><div class=\"know_me_music_type_btn\" id=\"know_me_music_type_btn\" onmousedown=\"know_me_changeMusicType();\" onmouseup=\"clearTimeout(timer13);\" onmouseout=\"clearTimeout(timer13);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_movie_type\" type=\"text\" class=\"know_me_movie_type\" value=\"\" id=\"know_me_movie_type\" maxlength=14><div class=\"know_me_movie_type_btn\" id=\"know_me_movie_type_btn\" onmousedown=\"know_me_changeMovieType();\" onmouseup=\"clearTimeout(timer14);\" onmouseout=\"clearTimeout(timer14);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_fav_holiday\" type=\"text\" class=\"know_me_holiday\" value=\"\" id=\"know_me_holiday\" maxlength=14><div class=\"know_me_holiday_btn\" id=\"know_me_holiday_btn\" onmousedown=\"know_me_changeHoliday();\" onmouseup=\"clearTimeout(timer15);\" onmouseout=\"clearTimeout(timer15);\" title=\"Click left and hold to advance, right click for previous.\"></div><input name=\"know_me_likes\" type=\"text\" class=\"know_me_like\" value=\"\" id=\"know_me_like\" maxlength=14><input name=\"know_me_dislikes\" type=\"text\" class=\"know_me_dislike\" value=\"\" id=\"know_me_dislike\" maxlength=14><input name=\"know_me_fav_pastime\" type=\"text\" class=\"know_me_pastime\" value=\"\" id=\"know_me_pastime\" maxlength=14><div class=\"know_me_pastime_btn\" id=\"know_me_pastime_btn\" onmousedown=\"know_me_changePastime();\" onmouseup=\"clearTimeout(timer16);\" onmouseout=\"clearTimeout(timer16);\" title=\"Click left and hold to advance, right click for previous.\"></div><div class=\"know_me_closeBtn\" onclick=\"closeKnowMe()\" title=\"Close window\">&nbsp;</div><input id=\"know_me_submit\" type=\"submit\" class=\"know_me_submit_btn\" value=\"\" onmouseover=\"get_recip_name();\"></form><div id=\"current_points\" style=\"position:absolute;top:75px;left:350px;color:white;font-family: tahoma,verdana,arial;font-size:13px;\">Current points earned:</div></div>");

	var myKnowMeBox;
	myKnowMeBox = document.getElementById("know_me_box");

	var screenPlusImgWidth = iecompattest().clientWidth - parseInt(myKnowMeBox.style.width);
	var halfOfRemainingWidth = screenPlusImgWidth/2;

	var screenPlusImgHeight = iecompattest().clientHeight - parseInt(myKnowMeBox.style.height);
	var halfOfRemainingHeight = screenPlusImgHeight/2-80;

	myKnowMeBox.style.left = parseInt(halfOfRemainingWidth) + "px";
	myKnowMeBox.style.top = parseInt(halfOfRemainingHeight) + "px";
	
