<!-- 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 ('20041129',"Apple Valley is a pioneer community of the future formed by Greymount, but will a few bad apples spoil the whole bunch?");
les();

Data=new Array ('20041129',"Besides the copious amounts of apples, Apple Valley is still forming a tradition and a history, giving residents the unique opportunity to create something new.");
les();

Data=new Array ('20060226',"Originally called Greymount after founders Jasmine Grey & Henry Mountvaul, Apple Valley has a rich history with traditions of strong family ties and community bonding.<p>The Apple Valley of today no longer has it's namesake apple trees, but the hood is making strides to become a premir community fit for prosperous living.<p>In order to keep it's roots, the Historical Society has been formed to collect detailed information on most of the hood's past.");
les();

// End -->


