var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Zimbabwe : U.S. Delegation to Review Govt Power-Sharing Deal - AllAfrica.com
";
arnews[0] += "We have a Kirsty Coventry in the minerals Olympics,\" he said. Coventry is Zimbabwe's world swimming champion. For a country to qualify it should be an International Development Assistance (IDA) -only and Poverty Reduction Growth Facility eligible and ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 23:57:00 GMT";
arnews[0] += "
";
arnews[1]="Is war vets ministry necessary? - New Zimbabwe.com
";
arnews[1] += "Notable examples are – Peter Ndlovu, Nigel Chanakira, Oliver Mtukudzi, Kirsty Coventry, Shacky Tauro and indeed our own Barnabas Sibanda who created his helicopter. I rest my case by urging the leadership of the noble war veterans grouping to ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 18:12:00 GMT";
arnews[1] += "
";
arnews[2]="Top 100 Memories: 2000-09 ( Part VIII) - Swimnews
";
arnews[2] += "26. March 30. Lochte leaps. At Melbourne 2007, Aaron Peirsol (USA) became the first man inside 53sec in the 100m backstroke. Three days later, the double Olympic champion suffered his first loss in the 200m in nearly seven years. The gold went to the ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 17:06:00 GMT";
arnews[2] += "
";
totcount = 3;
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("