var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="African Luminaries Descend on Campus for Wharton Africa Business Forum
"; arnews[0] += "What does a model have in common with a media mogul with a basket weaver with a president of the IFC? This weekend the Wharton Africa Business forum was held on campus."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 05:00:00 GMT"; arnews[0] += "
"; arnews[1]="Too much attention to Gosselins, 'Octomom'?
"; arnews[1] += "Two concerned mothers have been all over TV screens recently, but unlike most of the mothers who have made appearances on TV of late, they are not concerned about health care reform."; arnews[1] += "
Publ.Date : Mon, 17 Aug 2009 16:35:38 GMT"; arnews[1] += "
"; arnews[2]="Sunday Talk - They're All As Mad As Hatters
"; arnews[2] += "Meet the Press : Former House Majority Leader/Chair of Freedom Works Dick Armey ; Sen."; arnews[2] += "
Publ.Date : Sun, 16 Aug 2009 07:07:33 GMT"; arnews[2] += "
"; arnews[3]="Entertainment Networks Join In Coverage Of Jackson Memorial Service
"; arnews[3] += "Black Entertainment Television, MTV, VH1 and TV Guide Network on Monday joined the list of cable networks announcing that they will provide live coverage of the July 7 memorial service for pop music legend Michael Jackson."; arnews[3] += "
Publ.Date : Mon, 06 Jul 2009 19:38:10 GMT"; arnews[3] += "
"; arnews[4]="BET Networks Celebrates the Incomparable Life of Musical Genius and...
"; arnews[4] += "To pay homage to Jackson's life and career that has influenced generations, BET Networks will broadcast the entire memorial service LIVE from California as well as special programming to honor him throughout the day."; arnews[4] += "
Publ.Date : Sun, 07 Jun 2009 07:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");