var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Many overcomes halftime deficit to beat Anacoco 60-59
"; arnews[0] += "Dantrell Thomas poured in 24 points and Shaquille Williams added 22 as the Many Tigers overcame a seven-point halftime deficit with a strong third period to squeak by the Anacoco Indians, 60-59, at the Florien Tournament."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Wednesday's Delaware County arrest log
"; arnews[1] += "Law enforcement agencies in Muncie and Delaware County jailed 13 people Wednesday."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:23:51 GMT"; arnews[1] += "
"; arnews[2]="Crash brings arrest of suspected fugitive Police Blotter
"; arnews[2] += "HAZLE TWP. State police at Hazleton said they captured a fugitive from Maryland while investigating a vehicle crash on Airport Roadway on Tuesday."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 06:58:51 GMT"; arnews[2] += "
"; arnews[3]="Anya Marina releases star filled video for 'Whatever You Like' cover
"; arnews[3] += "Singer/songwriter Anya Marina has a smash hit on iTunes with her sweltering rendition of T.I.'s \"Whatever You Like\", and a sizzling video has recently been released which you can watch below."; arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Amy Wohl to Keynote CMG'09 Conference
"; arnews[4] += "The Computer Measurement Group , the IT professionals responsible for planning, measuring and managing the world's largest IT infrastructures, announced today that it has finalized its agenda for the 35th International Computer Measurement Group annual conference taking place taking place December 6-11 in Dallas, Texas at the Gaylord Texan."; arnews[4] += "
Publ.Date : Thu, 22 Oct 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Amy Wohl to Keynote CMG'09 Conference
"; arnews[5] += "The Computer Measurement Group , the IT professionals responsible for planning, measuring and managing the world's largest IT infrastructures, announced today that it has finalized its agenda for the 35th International Computer Measurement Group annual conference taking place taking place December 6-11 in Dallas, Texas at the Gaylord Texan."; arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 23:20:42 GMT"; arnews[5] += "
"; arnews[6]="Donnie Ray Lemons
"; arnews[6] += "Donnie Ray Lemons, of Calera, died Friday, Nov. 13, 2009, in Calera. Family hour will be from 6 p.m. to 7 p.m. today at Coffey-Murray Funeral Home."; arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 20:01:41 GMT"; arnews[6] += "
"; arnews[7]="Court Log
"; arnews[7] += "Sentencings in Bucks County Court of Common Pleas Oct. 26-29: BEDMINSTER Darren J. Greco, 31, Doylestown, pleaded guilty to driving under the influence, related summary offense July 19."; arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 07:29:59 GMT"; arnews[7] += "
"; totcount = 8; 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("
");