var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Lottomatica: Roma 09: oro e record nei 200 dorso per Coventry
"; arnews[0] += "Roma 09: oro e record nei 200 dorso per Coventry -"; arnews[0] += "
"; arnews[1]="Randomness: Phelps win again, beating Cavic in 100 fly - LocalNews8.com
"; arnews[1] += "Phelps win again, beating Cavic in 100 fly - LocalNews8.com -"; arnews[1] += "
"; arnews[2]="Business News: Coventry gets this meet back on track with WR
"; arnews[2] += "Coventry gets this meet back on track with WR -"; arnews[2] += "
"; arnews[3]="Pepe Barrascout Ortiz: Kirsty Coventry bate su récord del mundo de 200 espalda
"; arnews[3] += "Kirsty Coventry bate su récord del mundo de 200 espalda -"; arnews[3] += "
"; arnews[4]="Sally: http://bit.ly/QbgRQ via @addthis....thanks girl for making us proud...congrats
"; 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("
");