var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Tech Joker: RT @izzynobre: Uma vez eu sonhei que eu matava todos os crentes do planeta, e um tatu.
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="Tech Joker: RT @izzynobre: E quando conto isso pra todo mundo, eles perguntam "mas por que um tatu?". Ninguém se importa com os crentes.
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="Radar CIM: Governo e Prefeitura de SP anunciam início de obras na Linha Verde do Metrô: Anúncio foi feito nesta segunda-fe.. http://bit.ly/6Ddbav
"; arnews[2] += "Governo e Prefeitura de SP anunciam início de obras na Linha Verde do Metrô: Anúncio foi feito nesta segunda-fe.."; arnews[2] += "
"; arnews[3]="今日のランチ: 昼飯持ってくるの忘れた^q^ おはようございます
"; arnews[3] += "昼飯持ってくるの忘れた^q^ おはようございます -"; arnews[3] += "
"; arnews[4]="Mason Fritz: t.A.T.u. – All the Things She Said (Blackpulke remix)
"; arnews[4] += "t.A.T.u. – All the Things She Said (Blackpulke remix) -"; 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("
");