var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rob Kapito, Don Peebles & Marion Jones to be featured at Wharton's ... - PRLog (free press release)
";
arnews[0] += "PR Log (Press Release) – Feb 09, 2010 – The 36 Annual Whitney M. Young Memorial Conference, hosted by the African American MBA Association (AAMBAA) at The Wharton School of the University of Pennsylvania, will feature the Mayor of Philadelphia, a ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:06:00 GMT";
arnews[0] += "
";
arnews[1]="Trotter: Doping has made relays risky business - Universal Sports
";
arnews[1] += "BOSTON -- Winning the 4x400m relay at the 2004 Olympics in Athens is unquestionably one of the highlights of Dee Dee Trotter's career. But the gold medal she was awarded as a lasting symbol of that achievement might soon have to be given back ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 13:00:00 GMT";
arnews[1] += "
";
arnews[2]="Jackson: “Pacquiao is not a good inside fighter” – News - BoxingNews24.com
";
arnews[2] += "You made the following comment; rufus…by the way, all the names you mentioned (Roger Clemens, Mark McGwire, Manny Ramirez, Marion Jones, Ben Johnson, Floyd Landis, Shane Mosley, Fernando Vargas) were all tested PED users. do you know how they got ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 07:41:00 GMT";
arnews[2] += "
";
arnews[3]="Scorer's Tent - The Ledger
";
arnews[3] += "Results from golf league play around Polk County through Feb. 8 with format, date, event and winners by flight or class in alphabetical order. Anglers Green Men's Association, Quota Points, Feb. 4: A Flight - Wray Peterson plus 2, Bob Powers and ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:15:00 GMT";
arnews[3] += "
";
arnews[4]="2004 gold-medal relay team member admits to doping - Universal Sports
";
arnews[4] += "Marion Jones' relay teammates from the Sydney Games lost their medals after Jones admitted to doping, but they're fighting to have them restored. A relay gold medalist from the same year, Jerome Young, was stripped of his medal for doping, but a move ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:30:00 GMT";
arnews[4] += "
";
arnews[5]="U.S. gold medal relay team investigated - Akron Beacon Journal
";
arnews[5] += "VANCOUVER, British Columbia: The International Olympic Committee opened a formal investigation today into a doping case that could lead to the stripping of gold medals from a U.S. women's relay team at the 2004 Athens Olympics. The committee's ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 22:36: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("