var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How Some Other Olympic Stories Ended; UPDATE: Shanteau Surgery ...
";
arnews[0] += "The sprinter Dana Hussein Abdul-Razzaq was eliminated in the first round of heats for the women's 100 meters, but the race was not without its highlights. She got to run against Lauryn Williams of the United States, one of the top ...";
arnews[0] += "
";
arnews[1]="World Events Blog » Beijing Olympics 100 Top Athletes to Watch
";
arnews[1] += "98. Kyle Shewfelt - Canada - gymnastics 99. Dana Hussein Abdul-Razzaq - Iraq - sprints 100. Natalie du Toit - South Africa - distance swimming - She's the second amputee to qualify for the Olympics. Source: Time Inc. Popularity: 18% ...";
arnews[1] += "
";
arnews[2]="زنان ورزشکار راه یافته به المپیک 2008 پکن - Shirzanan | شیر زنان
";
arnews[2] += "دانا حسین عبداارزاق Dana Hussein Abdul-Razzaq، 21 ساله، دو سرعت، عراق. دانا که حدوداً پنج سال است فعالیت حرفه ایش در دو سرعت را آغاز کرده، با مشکلات فراوانی برای تمرین در دوران جنگ مواجه بوده و حقیقتاً شایسته حضور در المپیک است. ...";
arnews[2] += "
";
arnews[3]="AHXAA: Үзвэл зохих 100 тамирчин
";
arnews[3] += "Dana Hussein Abdul-Razzaq - Ирак - богино зайны гүйлт 100. Natalie du Toit - Өмнөд Африк - сэлэлт зэрэг 100 спортчинг алдалгүй үзбэл зохино гэнэ шүү! 100 Olympic Athletes To Watch. Posted by Дашдэмбэрэлийн Aнхзаяа at 23:04 ...";
arnews[3] += "
";
arnews[4]="El Blog Olímpico » Blog Archive » La mirada, fija en el podio
";
arnews[4] += "Dana Hussein Abdul-Razzaq, una velocista iraquí de 21 años, trabajó largos meses pensando en Pekín, en medio de las bombas, amenazas, discriminación de género y pobreza. El Comité Olímpico Internacional (COI), que toleró durante años al ...";
arnews[4] += "
";
arnews[5]="30 July SWJ News, Op-Ed, and Events Roundup (SWJ Blog)
";
arnews[5] += "The eleventh-hour reprieve is good news for the two track and field competitors, including 21-year-old sprinter Dana Hussein Abdul Razzaq, the only woman on Iraq's team. But it's difficult to accept that five other Iraqi athletes, ...";
arnews[5] += "
";
arnews[6]="奥运巨星99:黛娜·侯赛因·阿比杜尔-拉扎克_张文武_新浪博客
";
arnews[6] += "But five years into a sprinting career started and developed through war and sectarian strife, surely 21-year-old Dana Hussein Abdul-Razzaq deserved that chance to compete in Beijing. It's a shame she won't — on July 24 the IOC decided ...";
arnews[6] += "
";
arnews[7]="olympic reprieve
";
arnews[7] += "... including 21-year-old sprinter dana hussein abdul razzaq, the only woman on iraq's team' but it's difficult to accept that five other iraqi athletes, including would-be competitors in archery, judo, rowing and weightlifting, ...";
arnews[7] += "
";
arnews[8]="Get Inspired! 4 Olympians to Watch in Beijing
";
arnews[8] += "Dana Hussein Abdul-Razzaq, Iraq. The Iraqi sprinter trains on a track while dodging pockmarks left on the track by past mortar fire and sidestepping areas crushed by tanks. She does so in the face of a corrupt sport institution and at a ...";
arnews[8] += "
";
arnews[9]="Beijing Olympic Games 2008 » Time's 100 top Olympic athletes
";
arnews[9] += "Keeth Smart - U.S. - fencing (brother/sister) 96. Erinn Smart - U.S. - fencing (brother/sister) 97. Haile Gebrselassie - Ethiopia - distance running 98. Kyle Shewfelt - Canada - gymnastics 99. Dana Hussein Abdul-Razzaq - Iraq - sprints ...";
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("