var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Local golf: Holes-in-one
"; arnews[0] += "8 Gold at Wyndemere ; Witnesses: Cathy Smith, Theresa Hedinger, Joan Hochschild Joe Masys -- with a sand wedge on the 87-yard No."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:39:27 GMT"; arnews[0] += "
"; arnews[1]="Topps National Chicle Football Short Prints
"; arnews[1] += "Here's the list of cards that you'll have to search a little harder for in Topps' 2009 National Chicle football set."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:41:07 GMT"; arnews[1] += "
"; arnews[2]="Holt 85, Calera 79
"; arnews[2] += "February 08, 2010 10:28 p.m. Ray Anthony Sanders scored 25 points and Gerald Harris added 23, leading the Holt Ironmen to the Class 4A, Area 7 championship at Calera."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 03:41:12 GMT"; arnews[2] += "
"; arnews[3]="Oneonta 63, St. Clair County 58
"; arnews[3] += "February 08, 2010 10:12 p.m. Oneonta rallied from a 21-16 halftime deficit to claim the Class 4A, Area 10 title."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:23:52 GMT"; arnews[3] += "
"; arnews[4]="Clinton Portis, this is your life
"; arnews[4] += "Redskins running back Clinton Portis has been known to play the \"taken-out-of-context\" card on a fairly regular basis, which is always interesting because writers are often working off radio and TV transcripts."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:40:48 GMT"; arnews[4] += "
"; arnews[5]="Amazing Turnout at Lincoln GOP Dinner
"; arnews[5] += "HOPKINS COUNTY, KY Hopkins County Republicans met at the Ballard Convention Center Saturday evening for the annual Lincoln GOP Dinner."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 15:00:00 GMT"; arnews[5] += "
"; arnews[6]="Obituary: Elna Ruth Pavatt McGinty
"; arnews[6] += "Conway School District will be closed Tuesday due to weather. RSS All nonessential Conway city offices and both sports centers closed at noon."; arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT"; arnews[6] += "
"; arnews[7]="The WilliesAMERICAN Stage Brings Kerouac Back to Life in McELROY'S 'End of the Road'
"; arnews[7] += "The Willies AMERICAN STAGE BRINGS KEROUAC BACK TO LIFE IN McELROY'S 'END OF THE ROAD' by Joe Shea Aerican Reporter Correspondent Bradenton, Fla."; arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 12:31:43 GMT"; arnews[7] += "
"; arnews[8]="Shooting from the lip
"; arnews[8] += "St. Petersburg Times staff writer Tom Jones looks at the best and worst from a weekend of televised sports."; arnews[8] += "
Publ.Date : Mon, 08 Feb 2010 03:31:54 GMT"; arnews[8] += "
"; totcount = 9; 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("
");