var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="elporto: Em jogo difcil, Andy Murray vence James Blake e avana no Masters 1.000 de Paris | Correio Esporte
";
arnews[0] += "Em jogo difcil, Andy Murray vence James Blake e avana no Masters 1.000 de Paris | Correio Esporte";
arnews[0] += "
";
arnews[1]="Gavin Handley: Top 3 weekly #lastfm artists: Paul White - 9. Darondo - 6. James Blake - 5. http://bit.ly/NmxWV
";
arnews[1] += "Top 3 weekly";
arnews[1] += "
";
arnews[2]="tennis express: Check out Mardy's #tennis and #music festival featuring James Blake, Jake Owen, and Mardy's Fish at http://ow.ly/CSJk
";
arnews[2] += "Check out Mardy's";
arnews[2] += "
";
arnews[3]="tennis express: Check out Mardy's #tennis and #music festival featuring James Blake, Jake Owen, and Mardy's Fish at http://ow.ly/CVzs
";
arnews[3] += "Check out Mardy's";
arnews[3] += "
";
arnews[4]="indy: Pilot in Antelope
";
arnews[4] += "Pilot in Antelope -";
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("