<!-- Begin

NeighName= new Array('Sim City Social Services','Simmerville','x','x');

var tell=0
Authornr= new Array();
Day= new Array();
DiaryAge= new Array();
Types= new Array();
DiaryHeadline= new Array();
DiaryText= new Array();

function trans(){
Authornr[tell]= DataLine[0]
Day[tell]= DataLine[1]
DiaryAge[tell]= DataLine[2].slice(0,2)
Date[tell]= DataLine[2].slice(3,11)
Types[tell]= DataLine[3]
DiaryHeadline[tell]= DataLine[4]
DiaryText[tell]= DataLine[5]
tell+=1
}

/*
A=New
B=Born
C=Couple
M=New Address
P=Promoted
T=Tragedy
L=Leaving
H=Announcement
*/

/*
*/


// End -->
