<!-- Begin

function ElementsWrite(){

tablehead="../../graphic/03bg-latte-medio.jpg";
tablebody="../../graphic/03bg-latte-light.jpg";
tableborder=0

document.write('<table BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH=220 NOSAVE><TR>');
document.write('<TD><'+StartNormalFont+'>'+NyElementText[0]+'</TD>');
document.write('</TR></table><p>');

for (hovedteller=1;hovedteller<NyElementDato.length;hovedteller+=1){
document.write('<table BORDER='+tableborder+' CELLSPACING=0 CELLPADDING=0 WIDTH=200 NOSAVE ><tr>');
document.write('<td BACKGROUND='+tablehead+' NOSAVE><img SRC="../../graphic/frames/1blue-top-left.gif" NOSAVE height=10 width=10></td>');
document.write('<td BACKGROUND='+tablehead+' NOSAVE><img SRC="../../graphic/frames/1blue-side-top.gif" NOSAVE height=10 width=220></td>');
document.write('<td BACKGROUND='+tablehead+' NOSAVE><img SRC="../../graphic/frames/1blue-top-right.gif" NOSAVE height=10 width=10></td>');
document.write('</tr><tr VALIGN=TOP>');
document.write('<td BACKGROUND='+tablehead+' NOSAVE><img SRC="../../graphic/frames/1blue-side-left.gif" NOSAVE height=30 width=10></td>');
document.write('<td BACKGROUND='+tablehead+' NOSAVE><'+StartMiniFont+'>'+MonthText[NyElementDato[hovedteller].slice(4,6)/1]+" "+NyElementDato[hovedteller].slice(6,8)+", "+NyElementDato[hovedteller].slice(0,4)+'<br><font size=2><b>'+NyElementName[hovedteller]+", "+NyElementHood[hovedteller]+'</b></font></font></td>');
document.write('<td BACKGROUND='+tablehead+' NOSAVE><img SRC="../../graphic/frames/1blue-side-right.gif" NOSAVE height=30 width=10></td>');
document.write('</tr><tr VALIGN=TOP>');
document.write('<td BACKGROUND='+tablebody+' NOSAVE><img SRC="../../graphic/frames/1blue-side-left.gif" NOSAVE height='+NyElementHeight[hovedteller]+' width=10></td>');
document.write('<td BACKGROUND='+tablebody+' NOSAVE><img height=5 width=2 NOSAVE src=\"../../tom.gif\"><br><'+StartNormalFont+'>'+NyElementText[hovedteller]+'</font></td>');
document.write('<td BACKGROUND='+tablebody+' NOSAVE><img SRC="../../graphic/frames/1blue-side-right.gif" NOSAVE height='+NyElementHeight[hovedteller]+' width=10></td>');
document.write('</tr><tr>');
document.write('<td BACKGROUND='+tablebody+' NOSAVE><img SRC="../../graphic/frames/1blue-bot-left.gif" NOSAVE height=10 width=10></td>');
document.write('<td BACKGROUND='+tablebody+' NOSAVE><img SRC="../../graphic/frames/1blue-side-bottom.gif" NOSAVE height=10 width=220></td>');
document.write('<td BACKGROUND='+tablebody+' NOSAVE><img SRC="../../graphic/frames/1blue-bot-right.gif" NOSAVE height=10 width=10></td>');
document.write('</tr></table><br>');

}
}

/*
ElementID= new Array();
ElementDato= new Array();
ElementName= new Array();
ElementHood= new Array();
ElementText= new Array();
tell=0

function readelement(){
ElementID[tell]= ElementData[0];
ElementDato[tell]= ElementData[1];
ElementName[tell]= ElementData[2];
ElementHood[tell]= ElementData[3];
ElementText[tell]= ElementData[4];
tell+=1
}

ElementData= new Array("00251","20040717","Ursull Swims","999","<font size=+1><b>Children of your hood</b></font><br>Check how recently born children resemble their parents when it comes to personality. Do you find any different pattern if you compare with children born long ago? Please help us all to understand by posting your conclusion here.");
if(DenneSide==ElementData[0]){	readelement(); }

ElementData= new Array("00251","20040718","Kelsey Smith","Classic Estates","I recently had a little girl and she had quite the same personality as me, though she is a tad more serious. Our neighbor had a child who was totally unlike them, and had no personality at all!");
if(DenneSide==ElementData[0]){	readelement(); }

ElementData= new Array("00251","20040717","Claire Brybrey","Otherville","Here at Otherville it seems like children's personality became more similar to their parents after we got access to Magic Town (or Old Town). It's hard to tell because we got access to both at the same time.");
if(DenneSide==ElementData[0]){	readelement(); }

ElementData= new Array("00251","20040717","Tish","Lake Park","All 4 of my children's personalities are very similar to mine. It's only off by say 1 or 2 points the most. My children were born before we had access to Magic Town. As far back as I can remember all the children in our region has a mixture of personality point from their parents.");
if(DenneSide==ElementData[0]){	readelement(); }
*/


// End -->


