var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Jon Gosier: RT @emeka_okafor: RT @whiteafrican: 3 TED Fellows join up to create an African photo site: http://www.africaknows.com #TEDFellows
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="Benjo Castillo: NEW ORLEANS - NOVEMBER 21: Emeka Okafor(notes) #50 of the New Or... NBAE/Getty Images
"; arnews[1] += "NEW ORLEANS - NOVEMBER 21: Emeka Okafor(notes)"; arnews[1] += "
"; arnews[2]="Tony Yet: RT @candychang: Great idea RT @emeka_okafor: Kickstarter is a funding platform for artists, designers, filmmakers.... http://bit.ly/Rq0Ga
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="An upadate on AIM's and Next Einstein #TED #TEDFellows http://bit.ly/6Cmt8R http://bit.ly/65CP8u http://bit.ly/4E0Nr2 #TEDprize
"; arnews[3] += "An upadate on AIM's and Next Einstein"; arnews[3] += "
"; arnews[4]="latest from Timbuktu Engineering Ideas introduces the Open Source Freerunner phone: Engineering Ideas is a company ... http://bit.ly/7srZn8
"; arnews[4] += "latest from Timbuktu Engineering Ideas introduces the Open Source Freerunner phone: Engineering Ideas is a company ..."; 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("
");