Somalia’s runners provide inspiration By Charles Robinson, Yahoo! Sports
8 hours, 40 minutes ago Samia Yusuf Omar of Somalia re…
AP - Aug 18, 11:14 pm EDT
function prev_photo() {
if (YAHOO.Sports.article_carousel_current_index > 0) {
goto_photo(YAHOO.Sports.article_carousel_current_index - 1);
} else {
goto_photo(YAHOO.Sports.article_carousel_last_index);
}
}
function next_photo() {
if (YAHOO.Sports.article_carousel_current_index < YAHOO.Sports.article_carousel_last_index) {
goto_photo(YAHOO.Sports.article_carousel_current_index + 1);
} else {
goto_photo(0);
}
}
function update_buttons() {
/*
if (YAHOO.Sports.article_carousel_current_index > 0) {
YAHOO.util.Dom.addClass("article_carousel_prev", "prev");
YAHOO.util.Dom.removeClass("article_carousel_prev", "prev_disabled");
} else {
YAHOO.util.Dom.addClass("article_carousel_prev", "prev_disabled");
YAHOO.util.Dom.removeClass("article_carousel_prev", "prev");
}
if (YAHOO.Sports.article_carousel_current_index < YAHOO.Sports.article_carousel_last_index) {
YAHOO.util.Dom.addClass("article_carousel_next", "next");
YAHOO.util.Dom.removeClass("article_carousel_next", "next_disabled");
} else {
YAHOO.util.Dom.addClass("article_carousel_next", "next_disabled");
YAHOO.util.Dom.removeClass("article_carousel_next", "next");
}
*/
}
function goto_photo(p) {
if (YAHOO.Sports.article_carousel_photos) {
for(i = 0; i < YAHOO.Sports.article_carousel_photos.length; i++) {
if (i == p) {
YAHOO.util.Dom.setStyle(YAHOO.Sports.article_carousel_photos
, "display", "");
} else {
YAHOO.util.Dom.setStyle(YAHOO.Sports.article_carousel_photos[i], "display", "none");
}
}
if (YAHOO.Sports.article_carousel_current_page) {
YAHOO.Sports.article_carousel_current_page.innerHTML =(p + 1);
YAHOO.Sports.article_carousel_current_index = p;
}
}
update_buttons();
}
YAHOO.Sports.article_carousel_init = function () {
YAHOO.util.Event.addListener("article_carousel_prev", "click", prev_photo);
YAHOO.util.Event.addListener("article_carousel_next", "click", next_photo);
YAHOO.Sports.article_carousel_current_index = 0;
YAHOO.Sports.article_carousel_current_page = YAHOO.util.Dom.get("carousel_page");
YAHOO.Sports.article_carousel_photos = YAHOO.util.Dom.getElementsByClassName("item", "div", "leadphoto");
if (YAHOO.Sports.article_carousel_photos) {
goto_photo(0);
}
}
YAHOO.Sports.article_carousel_init();
More From Charles Robinson
- Getting Smart in Beijing [i]Aug 20, 2008
BEIJING – Samia Yusuf Omar headed back to Somalia
Sunday, returning to the small two-room house in Mogadishu shared by
seven family members. Her mother lives there, selling fruits and
vegetables. Her father is buried there, the victim of a wayward
artillery shell that hit their home and also killed Samia’s aunt and
uncle.
This is the Olympic story we never heard.
It’s about a girl whose Beijing moment lasted a mere 32 seconds –
the slowest 200-meter dash time out of the 46 women who competed in the
event. Thirty-two seconds that almost nobody saw but that she carries
home with her, swelled with joy and wonderment. Back to a decades-long
civil war that has flattened much of her city. Back to an Olympic
program with few Olympians and no facilities. Back to meals of flat
bread, wheat porridge and tap water.
“I have my pride,” she said through a translator before leaving China.
“This is the highest thing any athlete can hope for. It has been a very
happy experience for me. I am proud to bring the Somali flag to fly
with all of these countries, and to stand with the best athletes in the
world.”
There are many life stories that collide in each Olympics – many
intriguing tales of glory and tragedy. Beijing delivered the
electricity of Usain Bolt and the determination of Michael Phelps. It left hearts heavy with the disappointment of Liu Xiang and the heartache of Hugh McCutcheon.
But
it also gave us Samia Yusuf Omar – one small girl from one chaotic
country – and a story that might have gone unnoticed if it hadn’t been
for a roaring half-empty stadium.
***
It was Aug. 19, and the tiny girl had crossed over seven lanes to
find her starting block in her 200-meter heat. She walked past
Jamaica’s Veronica Campbell-Brown
– the eventual gold medalist in the event. Samia had read about
Campbell-Brown in track and field magazines and once watched her in
wonderment on television. As a cameraman panned down the starting
blocks, it settled on lane No. 2, on a 17-year old girl with the frame
of a Kenyan distance runner. Samia’s biography in the Olympic media
system contained almost no information, other than her 5-foot-4,
119-pound frame. There was no mention of her personal best times and
nothing on previous track meets. Somalia, it was later explained, has a
hard time organizing the records of its athletes.
She looked so odd and out of place among her competitors, with her
white headband and a baggy, untucked T-shirt. The legs on her wiry
frame were thin and spindly, and her arms poked out of her sleeves like
the twigs of a sapling. She tugged at the bottom of her shirt and shot
an occasional nervous glance at the other runners in her heat. Each had
muscles bulging from beneath their skin-tight track suits. Many
outweighed Samia by nearly 40 pounds.
After introductions, she knelt into her starting block.
***
The country of Somalia sent two athletes to the Beijing Games –
Samia and distance runner Abdi Said Ibrahim, who competed in the men’s
5,000-meter event. Like Samia, Abdi finished last in his event,
overmatched by competitors who were groomed for their Olympic moment.
Somalia has only loose-knit programs supporting its Olympians, few
coaches, and few facilities. With a civil war tearing the city apart
since the Somali government’s collapse in 1991, Mogadishu Stadium has
become one of the bloodiest pieces of real estate in the city – housing
U.N. forces in the early 1990s and now a military compound for
insurgents.
That has left the country’s track athletes to train in Coni Stadium,
an artillery-pocked structure built in 1958 which has no track, endless
divots, and has been overtaken by weeds and plants.
“Sports are not a priority for Somalia,” said Duran Farah, vice
president of the Somali Olympic Committee. “There is no money for
facilities or training. The war, the security, the difficulties with
food and everything – there are just many other internal difficulties
to deal with.”