var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity Scoop: Marion Jones - KVUE
";
arnews[0] += "She earned the reputation as being the world's fastest woman. Now former track star Marion Jones is busy building a different reputation in Austin. Jones is never far from a track field. When she met with KVUE News, she was on the sidelines of a ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:15:00 GMT";
arnews[0] += "
";
arnews[1]="Golf and Dope - Memphis Flyer
";
arnews[1] += "Ever since he turned pro in 1995, Memphis golfer Doug Barron hoped to make a name for himself. This month he did, as the first person suspended under the PGA Tour's anti-doping rules. Last week, attorneys for Barron and the PGA argued his case in ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 09:23:00 GMT";
arnews[1] += "
";
arnews[2]="With a lawsuit still pending, Doug Barron's battle with the PGA Tour ... - Golf.com
";
arnews[2] += "Doug Barron and his legal team are mulling their options and talking to more doctors and lawyers in the wake of Monday's legal setback. Barron, who failed a drug test in June, was hit with a one-year suspension Nov. 2 for taking the performance ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:42:00 GMT";
arnews[2] += "
";
arnews[3]="Pacquiao’s Amazing Run…Once In a Lifetime or Performance Enhanced? - BoxingNews24.com
";
arnews[3] += "By Joel Nepomuceno: In light of Saturday night’s total annihilation of Miguel Cotto, Pacquiao laid claim to being the only boxer to have seven titles in seven divisions. The past few days as the high of his dominance comes to a calm, skeptics ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:13:00 GMT";
arnews[3] += "
";
arnews[4]="Gay, Richards win 2009 Jesse Owens Awards - USA Track and Field
";
arnews[4] += "... Griffith Joyner (1988), Roger Kingdom (1989), Lynn Jennings (1990), Kevin Young (1992), Gail Devers (1993, 1996), Michael Johnson (1994, 1995, 1996), Allen Johnson (1997), Marion Jones (1997, 1998), John Godina (1998, 2001), Inger Miller (1999 ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT";
arnews[4] += "
";
arnews[5]="1500-meter 2008 Olympic gold medalist caught cheating - Examiner
";
arnews[5] += "The most recent big news about an athlete's being stripped of her medals involved Marion Jones' case, which resulted in her having been disqualifed and stripped of her five medals from Sydney's 2000 Olympics.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:20: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("