<!-- Begin

/*
function transemployee(){
	StartDay[tell]= EmployeeInfo[0]
	QuitDay[tell]= EmployeeInfo[1]
	TickerKey[tell]= EmployeeInfo[2]
	PersID[tell]= EmployeeInfo[3]
	Title[tell]= EmployeeInfo[4]
	TxtEmployee[tell]= EmployeeInfo[5]
	Hood[tell]= EmployeeInfo[6]
	tell+=1
	}
*/

//document.write(PageID);
countposts=3
document.write('<table width=600 cellpadding=5 cellspacing=0 border=0>');
for (treff=0;treff<StartDay.length;treff+=1){
	if(countposts==3){
		document.write('<tr>');
		countposts=0;
		}
	if(TickerKey[treff]==PageID){
		document.write('<td cellpadding=2>');
		if(PersID[treff]!="0"){
		if(Hood[treff]=="221"){
			document.write('<a href=\"../../../../../rightnow/'+PersID[treff]+'.html\">');
			}
		document.write('<img align=left hspace=5 border=0 src=\"../../../../../001-famtree/portraits/'+PersID[treff]+'.jpg\">');
		if(Hood[treff]=="221"){
			document.write('</a>');
			}
			}
		document.write('<font face=\"arial,helvetica\" size=2><b>'+Title[treff]+'</b><br>'+TxtEmployee[treff]);
		if(Hood[treff]=="221"){	document.write('<br>'+"Simmerville");	}
		if(Hood[treff]=="001"){	document.write('<br>'+"SimCity");	}
		document.write('</td>');
		countposts+=1;
		}
	if(countposts==3){
		document.write('</tr>');
//		countposts=3;
		}

	}
if(countposts!=3){
while(countposts!=3){
	document.write('<td cellpadding=2></td>');
	countposts+=1
	}
	document.write('</tr>');
	}
document.write('</table>');

// End -->


