var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="pajilleras ENTRAR: k chinga le pusieron a john cena
"; arnews[0] += "k chinga le pusieron a john cena -"; arnews[0] += "
"; arnews[1]="ViSa: John Cena Defeated Triple H: http://bit.ly/4HeloD via @addthis
"; arnews[1] += "John Cena Defeated Triple H:"; arnews[1] += "
"; arnews[2]="EBlog4Every1: John Cena Vs DX for WWE Championship at WWE Survivor Series 2009
"; arnews[2] += "John Cena Vs DX for WWE Championship at WWE Survivor Series 2009 -"; arnews[2] += "
"; arnews[3]="Nick Bass: @KevinGillman Kofi is the next John Cena. Randy Orton isn't as good as WWE makes him look and CM Punk v Sheamus would blow the roof off WWE
"; arnews[3] += "@"; arnews[3] += "
"; arnews[4]="JeffWinstead: @MavManager2000 That match is prob. gonna be like the "I Quit" match with RKO and John Cena couple weeks ago. Might be a gimme!
"; arnews[4] += "@"; 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("
");