var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MTVBase Nights at Latinova in Rosebank
";
arnews[0] += "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[0] += "
Publ.Date : Wed, 07 Oct 2009 13:12:14 GMT";
arnews[0] += "
";
arnews[1]="Celebs wear charity gear
";
arnews[1] += "PEOPLE Against Suits and Ties will take to the streets again today, in a bid to raise money for charity.";
arnews[1] += "
Publ.Date : Fri, 04 Sep 2009 01:43:44 GMT";
arnews[1] += "
";
arnews[2]="Who are the Cape Coloureds of South Africa? [Gene Expression]
";
arnews[2] += "Who are the Cape Coloureds of South Africa? permlink Posted on: June 30, 2009 8:01 AM, by Razib A little under 10% of South Africa's population are Cape Coloureds .";
arnews[2] += "
Publ.Date : Tue, 30 Jun 2009 14:16:57 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("