var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FBI is probing Kilpatrick finances
";
arnews[0] += "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[0] += "
Publ.Date : Thu, 19 Nov 2009 14:10:00 GMT";
arnews[0] += "
";
arnews[1]="FBI agent: Kilpatrick knew terms of home lease
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 18 Nov 2009 20:57:00 GMT";
arnews[1] += "
";
arnews[2]="Groner seeks more control over Kilpatrick case
";
arnews[2] += "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[2] += "
Publ.Date : Wed, 18 Nov 2009 18:00:26 GMT";
arnews[2] += "
";
arnews[3]="Kilpatrick won't name financial backers
";
arnews[3] += "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[3] += "
Publ.Date : Wed, 18 Nov 2009 14:37:00 GMT";
arnews[3] += "
";
arnews[4]="Show Me Shorts Film Festival Triumphant Opening
";
arnews[4] += "Friday, 6 November 2009, 11:12 am Press Release: Show Me Shorts SHOW ME SHORTS Film Festival kicked off in Auckland last night with a very special opening and awards night.";
arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 22:30:55 GMT";
arnews[4] += "
";
arnews[5]="NZ war short film wins big
";
arnews[5] += "A World War One capture animation about two New Zealand soldiers has been the big winner at the opening of the Show Me Shorts A film festival in Auckland last night.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 21:14:07 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("