    function getnewstext() {
	newstext[1] = " First  team"; newstime[1] = 100;
	newstext[2] = "Secon team"; newstime[2] = 100;
	newstext[3] = " Third  team"; newstime[3] = 100;
	newstext[4] = "Fourth  team"; newstime[4] = 100;
	newstext[5] = " Fifth  team"; newstime[5] = 100;
	newstext[6] = " Sixth  team"; newstime[6] = 100;
	newstext[7] = "Seven team"; newstime[7] = 3000;
	newstext[8] = " Eighth team"; newstime[8] = 3000;
	newstext[9] = "No reports"; newstime[9] = 0;
		     
	maxnews = 9;
	return true;
    }
