var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Thank you to Cox Sports for your donation of the sports memorabilia ... we will provide more specifics but signed Joe DiMaggio photo & more!
";
arnews[0] += "Thank you to Cox Sports for your donation of the sports memorabilia ... we will provide more specifics but signed Joe DiMaggio photo & more! -";
arnews[0] += "
";
arnews[1]="YankeesFeed: DVD Contest: Blogging the Bombers 3rd Annual Pinstriped Prognosticator Challenge
";
arnews[1] += "DVD Contest: Blogging the Bombers 3rd Annual Pinstriped Prognosticator Challenge -";
arnews[1] += "
";
arnews[2]="DVD Contest: Blogging the Bombers 3rd Annual Pinstriped Prognosticator Challenge
";
arnews[2] += "DVD Contest: Blogging the Bombers 3rd Annual Pinstriped Prognosticator Challenge -";
arnews[2] += "
";
arnews[3]="Joe Schmitt: Heidi Klum introduced Michael Kors without saying "top American designer". Isn't that his "greatest living ballplayer, Joe DiMaggio"?
";
arnews[3] += "Heidi Klum introduced Michael Kors without saying \"top American designer\". Isn't that his \"greatest living ballplayer, Joe DiMaggio\"?";
arnews[3] += "
";
arnews[4]="Balasundaram Balasanmugan: "You saw him standing out there and you knew you had a pretty darn good chance to win the baseball game." — Red Ruffing, on Joe DiMaggio
";
arnews[4] += "\"You saw him standing out there and you knew you had a pretty darn good chance to win the baseball game.\" — Red Ruffing, on Joe DiMaggio";
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("