var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Athletics: Fans vote for Gay, Richards for Owens Awards
";
arnews[0] += "Tyson Gay and Sanya Richards were voted the winners of the 2009 Jesse Owens Awards by members of the U.S. track and field media, along with track fans who voted for their favorites in the first-ever Jesse Owens Athletes of the Year Fan Vote presented by Nike.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 05:51:58 GMT";
arnews[0] += "
";
arnews[1]="FACTBOX: Doping-Bahrain's Rashid Ramzi
";
arnews[1] += "Factbox on Bahrain's Rashid Ramzi who on Wednesday was stripped of his Olympic 1,500 meters gold medal for doping at the 2008 Beijing Games.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 02:57:05 GMT";
arnews[1] += "
";
arnews[2]="Rashid Ramzi stripped of Beijing Olympic 1500m gold after failing dope test
";
arnews[2] += "Bahrain's Rashid Ramzi has been stripped of his Beijing Games 1500 metres gold medal for doping, according to Bahrain's Olympic Committee.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 17:09:54 GMT";
arnews[2] += "
";
arnews[3]="Ndereba's Goal: Gold at 40
";
arnews[3] += "Catherine Ndereba Will Chase an Olympic Gold Medal at Age 40 \"Catherine the Great\" has won two World Championships marathons and two Olympic silver medals.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 22:00:05 GMT";
arnews[3] += "
";
arnews[4]="Dual citizenship to bring cheer to expats, athletes
";
arnews[4] += "Kenyans could soon enjoy dual citizenship if the draft constitution is enacted into law.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 18:55:54 GMT";
arnews[4] += "
";
arnews[5]="Elite runners in S.A. marathon
";
arnews[5] += "Among the more than 31,000 entrants in the Rock 'n' Roll San Antonio Marathon and 1/2 Marathon on Sunday will be several elite runners - men and women - vying for a prize purse that will award $17,500 to the champions.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 08:41:46 GMT";
arnews[5] += "
";
arnews[6]="Athletics: 'Texas Showdown' Highlights Second Annual Rock 'n' Roll San Antonio
";
arnews[6] += "November 11, 2009 -- More than 31,000 entrants from all 50 states and 23 countries will descend on south Texas to run the Rock 'n'Roll San Antonio Marathon and 1/2 Marathon on Sunday, November 15.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 05:55:47 GMT";
arnews[6] += "
";
totcount = 7;
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("