<!-- 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
	}
*/

BusinessName= new Array("CORClub Cornell","SINSimoleons Invest, Inc.","BUSSimmerville Bus Station","VICVia Victor","GOBGobelin Fashion, Inc.","BOGBody & Games, Inc.","GRUGrumblin Foods, Inc.","LAKLake Ellie's, Inc.","LSCLucky Shack Cards & Drink, Inc.","OTFOne-Twenty-Five Café, Inc.","STUSimmerville Studio, Inc.","STESimpley Technology, Inc.","TOJToys'n'Joys, Inc.","WTGWay To Go Travels, Inc.","BLUBluzz Emporium, Inc.","BRIBriggon Carpets (Simmerville)","FARFarm Fields, Inc.");

//cument.write(PageID);
countposts=3
document.write('<table width=677 cellpadding=1 cellspacing=0 border=0 bgcolor=\"../../graphic/03bg-black.jpg\"><tr><td>');
document.write('<table width=675 cellpadding=5 cellspacing=0 border=0 bgcolor=\"../../graphic/03bg-grey-light.jpg\">');
for (treff=0;treff<StartDay.length;treff+=1){
	if(countposts==3){
		document.write('<tr>');
		countposts=0;
		}
	if((TickerKey[treff]==PageID)||((PageID=="ALL")&&(Title[treff].slice(0,6)=="Wanted"))){
		document.write('<td cellpadding=2 background=\"../../graphic/03bg-grey-light.jpg\">');
		if(PersID[treff]!="0"){
		if(Hood[treff]=="221"){
			document.write('<a href=\"../../rightnow/'+PersID[treff]+'.html\">');
			}
		document.write('<img align=left hspace=5 border=1 src=\"../../001-famtree/portraits/'+PersID[treff]+'.jpg\">');
		if(Hood[treff]=="221"){
			document.write('</a>');
			}
			}
		if(PageID=="ALL"){
			for(tellname=0;tellname<BusinessName.length;tellname+=1){
				if(BusinessName[tellname].slice(0,3)==TickerKey[treff]){
					document.write('<font face=arial>'+BusinessName[tellname].slice(3,BusinessName[tellname].length)+":"+'</font><br>');
					}
				}
			}
		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 background=\"../../graphic/03bg-grey-light.jpg\"></td>');
	countposts+=1
	}
	document.write('</tr>');
	}
document.write('</table>');
document.write('</td></tr></table>');

// End -->



