var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Storage Industry: me: why doesn't ESPN talk about Drew Brees as much as they talk about Brett Favre? kiddo: Because Brees isn't an asshole #Saints
";
arnews[0] += "me: why doesn't ESPN talk about Drew Brees as much as they talk about Brett Favre? kiddo: Because Brees isn't an asshole";
arnews[0] += "
";
arnews[1]="rob keating: #NFL NFL: New Orleans 38, Tampa Bay 7: TAMPA, Fla., Nov. 22 (UPI) -- Drew Brees passed for three touchdowns.. http://bit.ly/08yRNLM
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="Edward Branley: me: why doesn't ESPN talk about Drew Brees as much as they talk about Brett Favre? kiddo: Because Brees isn't an asshole #Saints
";
arnews[2] += "me: why doesn't ESPN talk about Drew Brees as much as they talk about Brett Favre? kiddo: Because Brees isn't an asshole";
arnews[2] += "
";
arnews[3]="Facebook Conservatives: President Obama, United We Serve, and the NFL Team Up for Fitness and Service
";
arnews[3] += "President Obama, United We Serve, and the NFL Team Up for Fitness and Service";
arnews[3] += "
";
arnews[4]="Kendall Kunz: @JohnSong no such luck. My boiler drew brees brings home another win.
";
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("