var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="2004 gold-medal relay team member admits to doping - Universal Sports
"; arnews[0] += "COLORADO SPRINGS, Colo. (AP) -- A member of the 1,600-meter gold-medal relay team at the Athens Olympics has accepted a four-year suspension and disqualification of her results for doping. Crystal Cox, who ran in the preliminaries for the American ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:30: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 : Tue, 09 Feb 2010 13:30:00 GMT"; arnews[1] += "
"; arnews[2]="U.S. gold medal relay team investigated - Akron Beacon Journal
"; arnews[2] += "Sanya Richards, Dee Dee Trotter, Monique Henderson and Monique Hennegan ran in the Athens final. Moushaumi Robinson joined Cox in the preliminary heat. ''We will start gathering information here,'' Bach said. ''So far we just have a press release ..."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 22:36:00 GMT"; arnews[2] += "
"; arnews[3]="Figure skating broadcasters reunite for Winter Olympics - Dallas Morning News
"; arnews[3] += "women's relay team at the 2004 Athens Olympics. Sanya Richards of Texas, Dee Dee Trotter, Monique Henderson and Monique Hennegan ran in the Athens final. Moushaumi Robinson and Crystal Cox ran in the preliminary heat. The U.S. Anti-Doping Agency said ..."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 04:55:00 GMT"; arnews[3] += "
"; arnews[4]="IOC investigates U.S. relay doping incident - Austin American-Statesman
"; arnews[4] += "Melanie Oudin of the United States returns the ball to Julie Coin of France during Oudin's Fed Cup first-round win 7-6 (3), 6-4. The International Olympic Committee opened a formal investigation Sunday into a doping case that could lead to the ..."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 04:27:00 GMT"; arnews[4] += "
"; arnews[5]="IOC to probe US relay gold at Athens Games - Monsters and Critics
"; arnews[5] += "Vancouver - The International Olympic Committee Sunday opened an investigation into a doping case involving a winning US relay team at the 2004 summer Games in Athens. IOC vice-president Thomas Bach said at the IOC executive board meeting in ..."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 00:23: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("
");document.write("
");