var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="US delegation to Review Zimbabwe Power-sharing Deal
";
arnews[0] += "A US Congressional delegation will visit Zimbabwe this month to review the power- sharing deal, the embassy confirmed last week.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 01:59:12 GMT";
arnews[0] += "
";
arnews[1]="Prostitute may have been killed by client, court told
";
arnews[1] += "THE trial of a man accused of murdering his prostitute wife yesterday heard suggestions she could have been killed by a client.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 06:15:18 GMT";
arnews[1] += "
";
arnews[2]="Heart-warming generosity
";
arnews[2] += "A PROUD mum whose heart-troubled son organised a charity bash said they'd been staggered by people's generosity.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 14:09:34 GMT";
arnews[2] += "
";
arnews[3]="Jordan-wannabe Kirsty Grabham 'so scared she wet herself', says mum
";
arnews[3] += "THE mother of Swansea prostitute Kirsty Grabham broke down in court as she described their last meeting - on Mother's Day.";
arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 09:53:49 GMT";
arnews[3] += "
";
arnews[4]="Victim 'urged to leave husband'
";
arnews[4] += "The mother of a woman allegedly killed by her husband told a jury she urged her to leave him after he attacked her.";
arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 18:10:23 GMT";
arnews[4] += "
";
arnews[5]="Coventry-born model's husband denies murder
";
arnews[5] += "AN ASPIRING Coventry-born model was working as a prostitute in a massage parlour when she met her future husband who is accused of murdering her, a court was told.";
arnews[5] += "
Publ.Date : Thu, 14 Jan 2010 15:27:53 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("