var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The new miracle cure for injuries? - Modern Ghana
";
arnews[0] += "Feature Article : \"The views expressed here are those of the authors and do not necessarily represent or reflect the views of Modernghana.com.\" Arsenal striker Robin Van Persie has flown to Serbia for a novel form of treatment - placenta fluid is to ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:27:00 GMT";
arnews[0] += "
";
arnews[1]="New York honour marathon great Loroupe - East African Standard
";
arnews[1] += "Former women world marathon record holder and long distance legend, Tegla Loroupe, has been honoured as one of ‘Marathoners of the Decades’ as part of celebrations of the 40th New York Marathon. Loroupe, who will compete at the November 1 event ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:56:00 GMT";
arnews[1] += "
";
arnews[2]="'My daughter calls the shots,' says tennis ace Kim Clijsters - Daily Mail
";
arnews[2] += "18-month-old daughter, Jada, slipped into the back garden without her noticing. Only the sound of Jada’s happy gurgles outside the back door alerted Kim to her whereabouts. As her mother approached, Jada flashed an angelic smile and waved the dog ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:02:00 GMT";
arnews[2] += "
";
arnews[3]="Wanjiru wins London Marathon in record time - Sports Network
";
arnews[3] += "Mikitenko, who won the third marathon of her career, became the first woman since Paula Radcliffe in 2003 to retain her London title.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 15:22:00 GMT";
arnews[3] += "
";
arnews[4]="Salina Kosgei (R) won by a step over Dire Tune. - Sports Network
";
arnews[4] += "New York, NY - Meb Keflezighi became the first American male winner of the New York City Marathon in more than 20 years and Ethiopia's Derartu Tulu ended Paula Radcliffe's two-year reign on the women's side. Keflezighi finished in a time of two hours ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 11:33:00 GMT";
arnews[4] += "
";
arnews[5]="Wami ready for NYC challenge - Ezega
";
arnews[5] += "World Marathon Majors champion Gete Wami is determined to return to winning ways over the marathon distance in New York next Sunday. The 33-year-old Ethiopian lost a thriller in the Big Apple to Paula Radcliffe 12 months ago and a heavy fall in her ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:59: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("