var arnews = new Array(3);
totcount = 3;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Building a Jerusalem in Zimbabwe
";
arnews[0] += "Place names, schools, eloquent oratories and, of course, cricket can make Zimbabwe seem the most English of African countries High tea and cakes to the strains of a grand piano. Rooms with names such as Balmoral, Edinburgh, Windsor, Mirabelle and Edward & Connaught. An oak-panelled grill that recalls a gentlemen's club on Pall Mall. Yes, it must be Zimbabwe again. The Meikles in Harare claims to ...";
arnews[0] += "
";
arnews[1]="French nuns in music deal get death threat - report
";
arnews[1] += "Benedictine nuns from a secluded convent in southern France have received death threats after winning a deal aimed at creating a chart-topping album a newspaper reported Thursday.";
arnews[1] += "
";
arnews[2]="Argenis Mendez Keeps the Hot Streak Burning with a Win Over Shamir Reyes on Broadway Boxing
";
arnews[2] += "(July 29, 2010 – New York, NY) Argenis Mendez brought his act to the bright lights of New York City, and shined through and through with a first round knockdown en route to an 8-round unanimous decision victory over local hero Shamir Reyes on Wednesday night.";
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("