var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dozens help search for body in Whitley County
";
arnews[0] += "LARWILL They came to Larwill on Saturday with horses, ATVs, boats and dogs, people from all over, all with the same grisly goal: to find the body of Debra Houser, hidden somewhere in the overgrowth in the rolling, ravine-filled countryside of Whitley County maybe.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:07:28 GMT";
arnews[0] += "
";
arnews[1]="Hartford (CT) Fire Chief's Successor Is Named (Affirmative...
";
arnews[1] += "HARTFORD Edward Casares Jr. rode his 10-speed bicycle to the Hartford Fire Department's training facility on Jennings Road in 1980, two thoughts came to mind.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:22:15 GMT";
arnews[1] += "
";
arnews[2]="American linked to Mumbai blasts
";
arnews[2] += "READY TO FIRE: Indian soldiers take positions during a gun battle at the Taj Mahal hotel in Mumbai last November Picture: REUTERS In almost every way, David Headley was the perfect neighbour.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:07:42 GMT";
arnews[2] += "
";
arnews[3]="8 Hurt In 7-Vehicle Crash On Dan Ryan
";
arnews[3] += "Share + Nov 21, 2009 3:47 pm US/Central Eight people were injured in a seven-vehicle crash Saturday afternoon on the Dan Ryan Expressway in the South Side's Bridgeport neighborhood.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:47:43 GMT";
arnews[3] += "
";
arnews[4]="MLS Cup final: RLS vs. Galaxy
";
arnews[4] += "David Beckham is on the verge of his first MLS championship. One roster is replete with high-level experience skimmed from World Cups, Champions League and MLS Cups.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:43:23 GMT";
arnews[4] += "
";
arnews[5]="Review: The Pixies - Aragon, Chicago
";
arnews[5] += "Five years ago, almost to the day, my life changed. The impossible became not only possible, but actual history and the Pixies reunited.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 20:41:06 GMT";
arnews[5] += "
";
arnews[6]="Cigarette likely caused Black Eagle Fire
";
arnews[6] += "The fire that broke out in Black Eagle on Friday night was most likely caused by a cigarette butt in a garage or shed, according to Black Eagle fire chief Tom Martin.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="DiCiccio fills posts on Ahwatukee Village Planning Committee
";
arnews[7] += "Four new members of the Ahwatukee Village Planning Committee will be sworn into office on Monday night.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Ammonia Leak Prompts Evacuation, 1 Hospitalized
";
arnews[8] += "Required fields are marked with an asterisk The information you provide will be used only to send the requested e-mail and will not be used to send any other e-mail communications.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 18:05:31 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("