var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Andrew: Just finished interview w/CNN Campbell Brown on China, Google, Internet censorship
"; arnews[0] += "Just finished interview w/CNN Campbell Brown on China, Google, Internet censorship"; arnews[0] += "
"; arnews[1]="Katy Pearce: Woo RT @fuzheado: Just finished interview w/CNN Campbell Brown on China, Google, Internet censorship
"; arnews[1] += "Woo RT @"; arnews[1] += "
"; arnews[2]="Hello: tv for pc Great Firewall of China: Andrew Lih, author of "The Wikipedia Revolution," tells CNN's Campbell Brown how... http://bit.ly/13rtYI
"; arnews[2] += "tv for pc Great Firewall of China: Andrew Lih, author of \"The Wikipedia Revolution,\" tells CNN's Campbell Brown how..."; arnews[2] += "
"; arnews[3]="Stella Creasy: Daily plug- E17 Laughs 4 labour with john o'farrell & steve pound. Jokes by Campbell, Brown(x2), Alexander, Umunna http://bit.ly/4wIXGL
"; arnews[3] += "Daily plug- E17 Laughs 4 labour with john o'farrell & steve pound. Jokes by Campbell, Brown(x2), Alexander, Umunna"; arnews[3] += "
"; arnews[4]="Andrew: CNN Appearance with Campbell Brown
"; arnews[4] += "CNN Appearance with Campbell Brown -"; 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("
");