<!-- Begin

HouseHoldID= new Array
HouseHoldDato= new Array
HouseHoldInfo= new Array

function les(){
//HouseHoldID[tall]= Data[0]
HouseHoldDato[tall]= Data[0]
HouseHoldInfo[tall]= Data[1]
tall+=1
}

Data=new Array ('20050226',"Eden is a small, growing community, located exclusively in the new world.");
les();

Data=new Array ('20050226',"We are a traditional neigborhood, dedicated to the preservation of family lineages, history, and to the study of genetics.");
les();

Data=new Array ('20050226',"Our neighborhood began with a young married couple and then expanded to include a few immigrants from other neighborhoods and local sims. Currently the neighborhood is on its third generation.");
les();

// End -->

