var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lance Armstrong confirms his Ironman Triathlon plans - Social ...
";
arnews[0] += "Marion Jones was tested 160 times and no one was found positive despite his continuous doping with EPO and other drugs. EPO was found in a scientific retro testing in 6 samples of 1999 TDF Lance but cannot be used as sanction. ...";
arnews[0] += "
";
arnews[1]="Epic Carnival | Where Sports and Pop Culture Collide: Yesterday's ...
";
arnews[1] += "... Mariners (10), Marion Jones (10), Mats Sundin (10), Minnesota (10), Mitchell Report (10), Oklahoma (10), Reds (10), Rex Grossman (10), Sports Awards (10), World Series (10), announcers (10), bowl games (10), college sports (10) ...";
arnews[1] += "
";
arnews[2]="Lance Armstrong-Hautacam Attack - Social Video Blog - Bloggles.org
";
arnews[2] += "until 2000(or around) NO outside competition testing existed! Since his comeback Lance himself said the last month on TV, he was tested 54 or 56 times… so 80 + 56 << hundred S. What about the 160 tests that Marion Jones has beaten while ...";
arnews[2] += "
";
arnews[3]="Lance Armstrong attack on Mt. Ventoux 2000 Tour de France - Social ...
";
arnews[3] += "Lance was 2 times less tested than Marion Jones who never failed a test despite being doped. As cyclist Jalabert, Cippolini and Zabel were more tested than Lance. Last year Cancellara, Cavendish and Contador were more tested than Lance. ...";
arnews[3] += "
";
arnews[4]="The LSD No-No
";
arnews[4] += "If our evaluation of the records of athletes like Mark McGwire, Roger Clemens, Marion Jones, and Barry Bonds needs to be revised downwards with an asterisk, we submit that that Dock Ellis record deserves a giant exclamation point. ...";
arnews[4] += "
";
arnews[5]="Jones and Hopkins trade barbs, tout fight | www.bullfax.com
";
arnews[5] += "Disgraced former athletics star Marion Jones has been training with the Women's NBA San Antonio Silver Stars with a view to making a comeback in basketball for European and US teams at age 34.The one-time hero of the 2000 Sydney ...";
arnews[5] += "
";
arnews[6]="Celebration Event to Honor Life and Memory of Actress Alaina Reed ...
";
arnews[6] += "... maps, march 7th, March issue, marching bands, Marcus T. Paulk, margaret avery, mariah carey, mario andretti, marion jones, Mark Consuelos, Mark Victor Hansen, mark zuckerberg, marketing, marketing yourself, marriage, married, marry ...";
arnews[6] += "
";
arnews[7]="News and Information from Hackley Public Library: Books on Display ...
";
arnews[7] += "Rapoport's biography of Marion Jones, the woman \"The New York Times\" has called \"the most prominent track athlete on the planet\", offers a remarkable profile of a world-class athlete whose quest began as the dream of a little girl. ...";
arnews[7] += "
";
arnews[8]="Laverne Jones-Ferrette Blasts To 6.97 World-Leading Mark; Beats ...
";
arnews[8] += "BUNNY, OVER THE YEARS THE AMERICAN ATHLETES THEM ALWAYS HAVE A SECRET WEAPON…..JUST ASKCARL LEWIS….ASK TIM MONTGOMERY…ASK MAURICE GREEN…ASK SHAWN CRAWFORD…ASK JUSTIN GATLIN…ASK MARION JONES…ASK MISS COX…..ASK CARMELITA JETTA… ...";
arnews[8] += "
";
arnews[9]="Arum: Over 30000 tickets already sold for Pacquiao-Clottey
";
arnews[9] += "Marion Jones also didn't get caught by testing. ANd she didn't get caught by Olympic style testing. no2drugs says: February 8, 2010 at 11:08 pm. “arum: blood test is very dangerious, u can miss a vein” is this the best bs answer paqs ...";
arnews[9] += "
";
totcount = 10;
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("