var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Sandbar slaying was first Vail murder in 30 years - Glenwood Springs Post Independent
"; arnews[0] += "VAIL, Colorado — Before the Sandbar shooting earlier this month, Vail hadn't seen a homicide in nearly 30 years, according to police records compiled by the town of Vail. In December 1979, Steve Kirby, 28, was beaten to death with a claw hammer ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:04:00 GMT"; arnews[0] += "
"; arnews[1]="Closed Belleville day care faces state fraud probe - News-Democrat
"; arnews[1] += "The state is investigating fraud allegations against a Belleville day care center that closed last month. The Illinois Department of Healthcare and Family Services is looking into whether Lil' Munchkins 24 Hour Childcare billed the state for services ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:32:00 GMT"; arnews[1] += "
"; arnews[2]="Agriculture news in brief, 11/22 - Standard-Times
"; arnews[2] += "The 45th annual Concho Valley Pecan Show will be from noon to 5 p.m. Dec. 4 in the Tom Green County Library entrance at the Judge Edd B. Keyes Building, 113 W. Beauregard. Any pecan grower in Tom Green, Coke, Concho, Irion, McCulloch, Runnels ..."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:23:00 GMT"; arnews[2] += "
"; arnews[3]="FOX 31 and the Deuce ringing in Holidays for Help Force - KDVR.com
"; arnews[3] += "Ron Zappolo and Deborah Takahara were joined by Crystal Egger and Tom Green and many other on-air talents. Dan Daru and Chris Parente stirred up their own brand of trouble as everyone enjoyed a sunny Denver day heading into the holiday season."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:10:00 GMT"; arnews[3] += "
"; arnews[4]="Tom Green County to help with FLDS cases - Standard-Times
"; arnews[4] += "SAN ANGELO, Texas — The effect of the ongoing criminal cases involving members of the Fundamentalist Church of Jesus Christ of Latter Day Saints has stretched across Schleicher County and into Tom Green County. The Tom Green County Commissioners ..."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 21:57:00 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("
");