var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Torsten Maue: RT @internet_world: Thalia übernimmt die Mehrheit des drittgrößten deutschen Onlinebuchhändlers buch.de http://tinyurl.com/ygt7cfc
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="Neue Mehrheit bei buch.de: Thalia kauft Bertelsmann-Anteile http://www.echo-muenster.de/node/57743
"; arnews[1] += "Neue Mehrheit bei buch.de: Thalia kauft Bertelsmann-Anteile"; arnews[1] += "
"; arnews[2]="Jose Furtado: Thalia purchased a 24.7 percent stake in Buch.de Internetstores AG from Bertelsmann, raising its stake to 60.2 percent http://is.gd/52xWa
"; arnews[2] += "Thalia purchased a 24.7 percent stake in Buch.de Internetstores AG from Bertelsmann, raising its stake to 60.2 percent"; arnews[2] += "
"; arnews[3]="O'Reilly TOC: Thalia purchased a 24.7 percent stake in Buch.de Internetstores AG from Bertelsmann, raising its stake to 60.2 percent http://is.gd/52xWa
"; arnews[3] += "Thalia purchased a 24.7 percent stake in Buch.de Internetstores AG from Bertelsmann, raising its stake to 60.2 percent"; arnews[3] += "
"; arnews[4]="Diegodiego: Cuentamelo Diegodiego: El pochocho de Thalia handa por los cielos: http://bit.ly/6sdiD3 via @addthis
"; arnews[4] += "Cuentamelo Diegodiego: El pochocho de Thalia handa por los cielos:"; 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("
");