var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Philadelphia Phillies say they're a better team without Tampa Bay Rays' Pat Burrell - St. Petersburg Times - http://shar.es/a1jx3
";
arnews[0] += "Philadelphia Phillies say they're a better team without Tampa Bay Rays' Pat Burrell - St. Petersburg Times -";
arnews[0] += "
";
arnews[1]="St. Petersburg Times >> Philadelphia Phillies say they're a better team without Tampa Bay Rays' Pat Burrell http://bit.ly/2RKeMj
";
arnews[1] += "St. Petersburg Times >> Philadelphia Phillies say they're a better team without Tampa Bay Rays' Pat Burrell";
arnews[1] += "
";
arnews[2]="The #Phillies are going back to the World Series without Pat Burrell, and say they are better for it. http://tinyurl.com/yhocmhr
";
arnews[2] += "The";
arnews[2] += "
";
arnews[3]="Pat Burrell DOES NOT make that catch! Rauuuuuul! #phillies #yankees #worldseries
";
arnews[3] += "Pat Burrell DOES NOT make that catch! Rauuuuuul!";
arnews[3] += "
";
arnews[4]="Frank Roche: At Phillies game in a box with @sarahchambers and Pat Burrell. Seriously, Pat the Bat.
";
arnews[4] += "At Phillies game in a box with @";
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("