var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Manzano Keeping Feet on the Ground
";
arnews[0] += "Real Mallorca may be flying high near the top of the Primera Division standings following an excellent start to the season but coach Gregorio Manzano is not letting that distract him from the club's first big priority - avoiding the drop.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:34:28 GMT";
arnews[0] += "
";
arnews[1]="Bahrain's Ramzi loses gold medal for doping
";
arnews[1] += "Bahrain's Rashid Ramzi has been stripped of his Beijing Games 1,500 metres gold medal for doping, Bahrain's Olympic Committee said Wednesday .";
arnews[1] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Rebellin Olympic medal taken away
";
arnews[2] += "Davide Rebellin has been stripped of his Olympic cycling road race silver medal after a positive dope test.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:48:33 GMT";
arnews[2] += "
";
arnews[3]="Italian cyclist loses Olympic silver for doping
";
arnews[3] += "Cyclist Davide Rebellin of Italy will be stripped of the silver medal in the road race from the 2008 Beijing Olympics because of doping.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 13:50:09 GMT";
arnews[3] += "
";
arnews[4]="Ramzi stripped of Olympic 1,500-meter gold medal
";
arnews[4] += "In this Wednesday, Aug. 20, 2008 file photo, Men's 1,500-meter gold medalist Rashid Ramzi of Bahrain licks his medal during the awarding ceremony in the National Stadium at the Beijing 2008 Olympics, China.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:28:21 GMT";
arnews[4] += "
";
arnews[5]="Rebellin to be stripped of Olympic medal: UCI
";
arnews[5] += "Thursday, November 19, 2009 PARIS: Veteran Italian cyclist Davide Rebellin who tested positive for the new generation of EPO at the 2008 Olympic Games is to be stripped of his road race silver medal the sport's governing body the International Cycling Union announced on Tuesday.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 05:21:46 GMT";
arnews[5] += "
";
arnews[6]="Bahrain's Ramzi stripped of 1,500m gold for doping
";
arnews[6] += "MANAMA: Bahrain's Rashid Ramzi has been stripped of his Beijing Games 1,500m gold medal for doping, Bahrain's Olympic Committee said yesterday.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 01:34:16 GMT";
arnews[6] += "
";
arnews[7]="Rebellin to be stripped of Olympic silver medal
";
arnews[7] += "PARIS: Veteran Italian cyclist Davide Rebellin who tested positive for the new generation of EPO at the 2008 Olympic Games is to be stripped of his road race silver medal the sport's governing body the Inter-national Cycling Union announced on Tuesday.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 01:29:06 GMT";
arnews[7] += "
";
arnews[8]="Runner stripped of 2008 Olympic gold for doping
";
arnews[8] += "Fifteen months after the Beijing Olympics, Bahraini middle-distance runner Rashid Ramzi was stripped of his 1,500-meter gold medal Wednesday and four other athletes were disqualified because of doping at the games.";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 00:37:32 GMT";
arnews[8] += "
";
totcount = 9;
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("