var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="High School Roundup for January 27, 2010
"; arnews[0] += "High School Roundup published in The Daily News: +++ Boys basketball Ball 74, Alvin 48 Four players scored in double figures, and Ball held Alvin to 27 percent shooting from the floor."; arnews[0] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="High School Roundup for January 27, 2010
"; arnews[1] += "High School Roundup published in The Daily News: +++ Boys basketball Ball 74, Alvin 48 Four players scored in double figures, and Ball held Alvin to 27 percent shooting from the floor."; arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 09:57:45 GMT"; arnews[1] += "
"; arnews[2]="BSG Watch
"; arnews[2] += "So I'm watching the pilot episode of \" Human Target \" on Fox last Sunday - starring Mark Valley - and in the very first episode, there's Tricia Helfer and Donnelly Rhodes ."; arnews[2] += "
Publ.Date : Fri, 22 Jan 2010 13:31:00 GMT"; arnews[2] += "
"; arnews[3]="Obituaries for Jan. 20, 2010
"; arnews[3] += "Benton Callis Jr. Memorial services for Mr. Callis will 2 p.m. Saturday, Jan. 23, at Hunter Funeral Home with the Rev."; arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 16:12:12 GMT"; arnews[3] += "
"; arnews[4]="County probation worker indicted in theft case
"; arnews[4] += "A longtime county probation officer was indicted today by a Madison County grand jury on felony counts of theft and obstruction of justice for allegedly stealing more than $300 from a woman's purse and lying to police about the matter."; arnews[4] += "
Publ.Date : Thu, 14 Jan 2010 21:38:01 GMT"; arnews[4] += "
"; totcount = 5; 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("
");