<!-- Begin

function prepare1article(){

Sum=0
//document.write("hhhh");

for (hovedtelle=0;hovedtelle<ArticleDateSort.length;hovedtelle+=1){
	if(ArticleAddress[hovedtelle].slice(11,16)==DenneSide){
		NyDato[Sum]= ArticleDate[hovedtelle]
		NyDatoSort[Sum]= ArticleDateSort[hovedtelle]
		NyKode[Sum]= ArticleCode[hovedtelle]
		NyTitt[Sum]= ArticleTitle[hovedtelle]
		NyForf[Sum]= ArticleWriter[hovedtelle]
		NyIngr[Sum]=ArticleIngress[hovedtelle]
		NyFoto[Sum]= ArticlePhoto[hovedtelle]
		DenneArtikkelsVerdi=hovedtelle
		Sum+=1
		}
	}

//document.write('<br>'+Sum);

}

// End -->

