var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Long history, long sentence - Olympian
";
arnews[0] += "Harris’ attorney, Gregory Smith, attempted to reduce the sentence by about half. He argued that the solicitation for the informant’s murder was conditioned on the informant changing his story to authorities. He also argued that Harris ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT";
arnews[0] += "
";
arnews[1]="Tracy McGrady says he's ready to play, Rockets believe it's still too ... - Fox 13 Now - Salt Lake City
";
arnews[1] += "AP Photo/Gregory Smith) ( Gregory Smith, AP / November 20, 2009) ATLANTA (AP) — Tracy McGrady is eager to play. The Houston Rockets say he'll have to wait. The seven-time All-Star had microfracture surgery on his left knee in February, but insisted ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:06:00 GMT";
arnews[1] += "
";
arnews[2]="McGrady wants to play, Rockets say no - Herald & Review
";
arnews[2] += "Houston Rockets coach Rick Adelman, center, reacts with his staff Jack Sikma, left, and Elston Turner, right, to a called foul against his team as they play the Atlanta Hawks during the third quarter of an NBA basketball game at Philips Arena, Friday ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:58:00 GMT";
arnews[2] += "
";
arnews[3]="2008 Dukes Winners - TPM
";
arnews[3] += "1. Dole v. Hagan. The sleaziness of the ad is as vile as the attack on athiests is as pathetically retro. People in North Carolina actually believe the athiests are coming to take the name of YHWH off of our currency? Not enough of them, apparently ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:35:00 GMT";
arnews[3] += "
";
arnews[4]="Black College Sports Examiner | - Examiner
";
arnews[4] += "A former sports writer, copy editor and sports editor, Gregory Smith has been a journalist for 20 years. He is also a published short story writer and has two books in the publishing pipeline. He can be contacted at gregory.m.smith@hotmail.com ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:54:00 GMT";
arnews[4] += "
";
arnews[5]="Staal Negotiations? - ESPN.com
";
arnews[5] += "He has five points in 13 games and a doctor's note that will shelve him into December. So now is the time to target Eric Staal? You bet -- along with some other choice Canes. Fantasy Forecaster » AP Photo/Gregory Smith";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 23:54: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("