var arnews = new Array(5); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Roberts, Hanson Lead Jennies to 75-62 Win over Gorillas - koamtv
"; arnews[0] += "WARRENSBURG, MO. -- Rebecca Roberts and Taylor Hanson combined for 34 points to lead Central Missouri to a 75-62 victory over Pittsburg State Saturday afternoon (Jan. 30). The Gorillas (10-10, 8-5 MIAA), who dropped their fourth straight MIAA road ..."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 20:47:00 GMT"; arnews[0] += "
"; arnews[1]="Dukes, Storm visit BC - York News-Times
"; arnews[1] += "ALBION — Brady Miller’s third-place finish led York at Saturday’s Boone Central Wrestling Invitational. Other Duke medalists were Cody Rhodes, Mitchell Larkin and Nick Tonniges. The Storm from High Plains was there, too, taking home two thirds ..."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 07:11:00 GMT"; arnews[1] += "
"; totcount = 2; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");