var arnews = new Array(5); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Comedy classics back on the box - Tonight South Africa
"; arnews[0] += "Joined by Holly Robinson-Peete, Omar Gooding and Raven Symone, Curry exhibited in the show the wit most of his comedic peers lacked. He not only served up the funny lines, but was a fashion statement, with his bright-coloured jackets."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 06:35:00 GMT"; arnews[0] += "
"; arnews[1]="'The Celebrity Apprentice' filming in New York uncovers new cast - Examiner
"; arnews[1] += "The new season of “The Celebrity Apprentice” started filming this week in New York, according to dailymail.co.uk . Season 3 of “The Celebrity Apprentice” is scheduled to air in Spring 2010. Some of the new cast members spotted filming are ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:23:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");document.write("
");