var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Hampshire holds off BC again
"; arnews[0] += "It took Hampshire a little longer this time, but in the end the Whip-Purs prevailed again."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 07:06:59 GMT"; arnews[0] += "
"; arnews[1]="Recent sentencings in Genesee Circuit Court
"; arnews[1] += "Amerson, Marqual D., 22, of Flint; 2 years 2 months to 10 years Michigan Department of Corrections for larceny from a person; Jan."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 14:07:07 GMT"; arnews[1] += "
"; arnews[2]="Thursday Basketball
"; arnews[2] += "HIGH SCHOOL BOYS... COEBURN 67, TWIN SPRINGS 64 COEBURN - Holden Burke hit a basket with 39 seconds left to the play in the game to put the Blue Knights up 66-64 on the way to a big Cumberland District win."; arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 14:55:04 GMT"; arnews[2] += "
"; arnews[3]="Thursday Basketball
"; arnews[3] += "HIGH SCHOOL BOYS... COEBURN 67, TWIN SPRINGS 64 COEBURN - Holden Burke hit a basket with 39 seconds left to the play in the game to put the Blue Knights up 66-64 on the way to a big Cumberland District win."; arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 08:03:39 GMT"; arnews[3] += "
"; arnews[4]="Monday roundup: Smyrna girls blast Centennial
"; arnews[4] += "Katie Williams scored a game-high 17 points to lead Smyrna to a 67-27 rout over Centennial in a non-district game Monday night at Smyrna."; arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 12:13:57 GMT"; arnews[4] += "
"; arnews[5]="Monday night round-up
"; arnews[5] += "Katie Williams scored a game-high 17 points to lead Smyrna to a 67-27 rout over Centennial in a non-district game Monday night at Smyrna."; arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 04:51:05 GMT"; arnews[5] += "
"; totcount = 6; 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("
");