var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Denver Broncos was overtaken by San Diego Chargers...
";
arnews[0] += "Denver Broncos was overtaken by San Diego Chargers... -";
arnews[0] += "
";
arnews[1]="Borbs: @MattSimonato Sobre o San Diego Chargers: 1st AFC West (7-3-0) ABS A TODOS OS ENVOLVIDOS.
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Denver Tweets: Denver Broncos coach Josh McDaniels talking trash about San Diego Chargers - Yahoo! Sports
";
arnews[2] += "Denver Broncos coach Josh McDaniels talking trash about San Diego Chargers - Yahoo! Sports -";
arnews[2] += "
";
arnews[3]="telluride: Yahoo! Sports >> Denver Broncos coach Josh McDaniels talking trash about San Diego Chargers http://bit.ly/64J51R
";
arnews[3] += "Yahoo! Sports >> Denver Broncos coach Josh McDaniels talking trash about San Diego Chargers";
arnews[3] += "
";
arnews[4]="Jesse Boskoff: which is the best team in the afc http://bit.ly/07ISQn6
";
arnews[4] += "which is the best team in the afc";
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("