var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kal Badri: Manny Ramirez- This is SportsCenter
";
arnews[0] += "Manny Ramirez- This is SportsCenter -";
arnews[0] += "
";
arnews[1]="heidishenk: Heidi after an investigation to find out whether andrew's signed baseball was manny ramirez or sandy alomar, i decided to find out how much my andy van slyke cards would have been worth if i could find them... $14.90 for the lot. man... and i had 24 barry bonds cards many which i noticed are now worth between $15-$80. wish i knew where all my baseball cards went. :-/.
";
arnews[1] += "Heidi after an investigation to find out whether andrew's signed baseball was manny ramirez or sandy alomar, i decided to find out how much my andy van slyke cards would have been worth if i could find them... $14.90 for the lot. man... and i had 24 barry bonds cards many which i noticed are now worth between $15-$80. wish i knew where all my...";
arnews[1] += "
";
arnews[2]="Manny Ramirez To David Ortiz: 'Road Trip' | The Onion: SOMEWHERE ALONG I-65—Best buddies Manny Ramirez and Davi.. http://bit.ly/yAoiV
";
arnews[2] += "Manny Ramirez To David Ortiz: 'Road Trip' | The Onion: SOMEWHERE ALONG I-65—Best buddies Manny Ramirez and Davi..";
arnews[2] += "
";
arnews[3]="Adam Gaffin: Curt Schilling has something else in common with Manny Ramirez besides a 2004 World Series ring
";
arnews[3] += "Curt Schilling has something else in common with Manny Ramirez besides a 2004 World Series ring -";
arnews[3] += "
";
arnews[4]="Deal Nay: SAVE $10 - Akadema ARA-93 Manny Ramirez Series 11.0 Inch Youth Baseball Glove $49.99
";
arnews[4] += "SAVE $10 - Akadema ARA-93 Manny Ramirez Series 11.0 Inch Youth Baseball Glove $49.99 -";
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("