var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="All the president's children
";
arnews[0] += "You'd be hard-pressed to pinpoint all 20 of President Jacob Zuma's children. Where did the figure come from? The Presidency previously put out a press release following the intense interest in Zuma's polygamous lifestyle, putting the number at 19.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 10:41:37 GMT";
arnews[0] += "
";
arnews[1]="MTVBase Nights at Latinova in Rosebank
";
arnews[1] += "LATINOVA night club was obviously the place to be last Friday night as many celebs pitched up for the MTVBase Nights party and I tagged my girlfriends Sunday Times's Zinhle Msimango and CityPress's Mokgadi Seabi to the event.";
arnews[1] += "
Publ.Date : Wed, 07 Oct 2009 13:12:14 GMT";
arnews[1] += "
";
arnews[2]="Celebs wear charity gear
";
arnews[2] += "PEOPLE Against Suits and Ties will take to the streets again today, in a bid to raise money for charity.";
arnews[2] += "
Publ.Date : Fri, 04 Sep 2009 01:43:44 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("