var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Telegram and Gazette Santa: Fund and #8217;s donors honor heroes
";
arnews[0] += "Each Dec. 3 was a day of celebration for Paul M. Gallagher of 21 Viele Ave. until 1999, when Worcester firefighters Paul A. Brotherton, Timothy P. Jackson, Jeremiah M. Lucey, James F. Lyons III, Joseph T. McGuirk and Thomas E. Spencer lost their lives in a warehouse fire on that day.";
arnews[0] += "
Publ.Date : Thu, 03 Dec 2009 11:00:00 GMT";
arnews[0] += "
";
arnews[1]="Fund's donors honor heroes
";
arnews[1] += "Each Dec. 3 was a day of celebration for Paul M. Gallagher of 21 Viele Ave. until 1999, when Worcester firefighters Paul A. Brotherton, Timothy P. Jackson, Jeremiah M. Lucey, James F. Lyons III, Joseph T. McGuirk and Thomas E. Spencer lost their lives in a warehouse fire on that day.";
arnews[1] += "
Publ.Date : Thu, 03 Dec 2009 11:00:00 GMT";
arnews[1] += "
";
arnews[2]="FBI is probing Kilpatrick finances
";
arnews[2] += "The testimony Wednesday of an FBI agent investigating Kwame Kilpatrick's finances contradicted earlier statements by the former mayor about his involvement in the negotiations over the rent on his leased $1 million home in Southlake, Texas.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 14:10:00 GMT";
arnews[2] += "
";
arnews[3]="FBI agent: Kilpatrick knew terms of home lease
";
arnews[3] += "Detroit --During ex-Mayor Kwame Kilpatrick's restitution hearing today, a Detroit-based FBI agent testified that a Texas businessman told him this week that Kilpatrick knew the details of a lease for the luxury home the Kilpatricks now live in.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 20:57:00 GMT";
arnews[3] += "
";
arnews[4]="Groner seeks more control over Kilpatrick case
";
arnews[4] += "Tensions in the courtroom of Wayne County Circuit Judge David Groner continue to rise as the judge seeks to exercise more control over the restitution hearing of former Mayor Kwame Kilpatrick.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 18:00:26 GMT";
arnews[4] += "
";
arnews[5]="Kilpatrick won't name financial backers
";
arnews[5] += "Former Mayor Kwame Kilpatrick on Tuesday refused to give under oath the names of those who provided him financial support, choosing instead to invoke his Fifth Amendment right against self-incrimination. But prosecutors revealed during the second day of a hearing over Kilpatrick's ability to pay $1 million restitution to the city that others played ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 14:37:00 GMT";
arnews[5] += "
";
totcount = 6;
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("