var arnews = new Array(6);
totcount = 1;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Big Brother Africa 4: Children, Flaviana And DJ Voodoo Rock The House
";
arnews[0] += "WITH less than a week before BBA's finale, the countdown to the announcement of the winner has begun! Eish, my BBA people's, my nerves are shot! Already! With a Namibian housemate in the house for the finals for the very first time, I have a feeling this is going to be one of the most nail-biting finales ever! Who's going to take home the money? ...";
arnews[0] += "
Publ.Date : Mon, 30 Nov 2009 06:30:24 GMT";
arnews[0] += "
";
totcount = 1;
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("