var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Opinion: Eric Holder's Baffling KSM Decision
";
arnews[0] += "Close OPINION NOVEMBER 20, 2009, 10:24 P.M. ET The attorney general's Senate testimony this week did nothing to reassure the families of 9/11's victims.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="U hoping pig flies home in emotion-charged finale
";
arnews[1] += "This is how you treat your top revenue producing athletes? I'm sure the U administrators in attendance rode down too.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:23:31 GMT";
arnews[1] += "
";
arnews[2]="Bellringers take to streets to brighten holidays
";
arnews[2] += "Close to 100 guests enjoy a buffet at the Oxnard/Port Hueneme Salvation Army's Red Kettle kick-off dinner.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:52:19 GMT";
arnews[2] += "
";
arnews[3]="Big Ten football: U hoping pig flies home in finale
";
arnews[3] += "Hawkeyes are actually rated 13th. At some point, one of the Star Tribune's sportswriters will learn how to do his homework.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:12:00 GMT";
arnews[3] += "
";
arnews[4]="Probe clears Vic ALP of branch stacking
";
arnews[4] += "The Victorian ALP has been accused by its own members of failing to properly investigate allegations of branch stacking.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:50:50 GMT";
arnews[4] += "
";
arnews[5]="Eric Abidal has swine flu while Yaya Toure is undergoing tests
";
arnews[5] += "Bara have confirmed that Eric Abidal has contracted swine flu whilst midfielder Yaya Tour is having tests for the illness having shown symptoms of the virus.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:36:30 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("