<!-- Begin

function households(){

for (telltester=0;telltester<MedlemID.length;telltester+=1){

//document.write(MedlemID.length, DenneSide, telltester)

if (DenneSide==MedlemID[telltester].slice(0,3))   {
	document.write('<table width=100% cellpadding=2 cellspacing=0><tr>');

//document.write('<a name=\"'+ArbName[minitelle]+'\">'+ArbName[minitelle]+'</a>');

	document.write('<td><a name=\"'+MedlemID[telltester]+'\"></a>');
	document.write('<font color=\"#990066\" face=arial size=+1><b>'+MedlemID[telltester].slice(4,6)/1+" - "+MedlemNavn[telltester]+'</b></font>'+" ");
	document.write('<font color=\"#000000\" face=arial size=-2>');

	while(MedlemKjonn[telltester].length>1){
		document.write('<img src=\"graphics/idivid-'+MedlemKjonn[telltester].slice(0,1)+'.gif\" hspace=3>');
		MedlemKjonn[telltester]=MedlemKjonn[telltester].slice(2,MedlemKjonn[telltester].length)
		}

	document.write('<br>'+"DAYS: "+MedlemDager[telltester]+", HOUSE AREAL: "+MedlemHouse[telltester]+", DAILY INCOME: §"+MedlemIncome[telltester]+", NET WORTH: §"+MedlemNetworth[telltester]);

	for (telltxt=0;telltxt<HouseHoldID.length;telltxt+=1){
		if (HouseHoldID[telltxt]==MedlemID[telltester]&&HouseHoldInfo[telltxt].length>3){
			document.write('<br><font size=2>'+HouseHoldInfo[telltxt]+'</font>');
			}
		}
	document.write('</td></tr></table>');
	}
}

document.write('<p><font size=-2 face=arial color=\"#000000\">');
document.write('<img src=\"graphics/idivid-M.gif\">'+" man, ");
document.write('<img src=\"graphics/idivid-F.gif\">'+" woman, ");
document.write('<img src=\"graphics/idivid-B.gif\">'+" boy, ");
document.write('<img src=\"graphics/idivid-G.gif\">'+" girl, ");
document.write('<img src=\"graphics/idivid-D.gif\">'+" dog, ");
document.write('<img src=\"graphics/idivid-C.gif\">'+" cat, ");
document.write("normally sorted by time as member of this household. Household numbers refer to the family's address.");
document.write('<p><font size=-1 color=blue><b>'+"Have you checked out the new <a href=\"99dogs.html\">Theme lists</a> and <a href=\"99search.html\">Family search</a> yet?"+'</font>');
}

// End -->
