<!-- Begin

function listupdates(){
tell1=0
PreviousName="";
PreviousName1="";
PreviousName2="";
//document.write("haha");

ListeOppdatSort= new Array

//document.write(SUNID.length);
for (tellalle=0;tellalle<SUNID.length;tellalle+=1){
	ListeOppdatSort[tellalle]= SUNDatoUp[tellalle];
	}

//document.write(ListeOppdatSort);

ListeOppdatSort.sort();
ListeOppdatSort.reverse();

//document.write('<p>'+ListeOppdatSort);

PrintedHood=0
stopptall=9;	if(DenneSide=="00000"){	stopptall=5;	}

for (telldetalj=0;telldetalj<stopptall;telldetalj+=1){
	for (tellalle=0;tellalle<SUNID.length;tellalle+=1){
		if ((SUNDatoUp[tellalle]==ListeOppdatSort[telldetalj])&&(SUNName[tellalle]!=PreviousName)&&(SUNName[tellalle]!=PreviousName1)&&(SUNName[tellalle]!=PreviousName2)){
			//document.write(PreviousName+", "+SUNName[tellalle]);
			document.write('<font face=arial size=2>'+MonthText[(SUNDatoUp[tellalle].slice(4,6)/1)].slice(0,3)+", "+SUNDatoUp[tellalle].slice(6,8)+": "+'<b><a href=\"01sun/'+SUNID[tellalle].slice(0,3)+".html"+'\">'+SUNName[tellalle]+'</a></b></font><br>');
			PrintedHood+=1;
			PreviousName2=PreviousName1;
			PreviousName1=PreviousName;
			PreviousName=SUNName[tellalle];
			if(PrintedHood==10){ break }
			}
		}
	}

document.write('<br><font face=arial size=1>'+"<a href=\"01sun/index.html\">Click for full member list</a>");

}
// End -->

