var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="DVD Contest: Blogging the Bombers 3rd Annual Pinstriped Prognosticator Challenge
";
arnews[0] += "DVD Contest: Blogging the Bombers 3rd Annual Pinstriped Prognosticator Challenge -";
arnews[0] += "
";
arnews[1]="Brody Harper: Just swung Mickey Mantle's game used bat... And it almost slipped out of my hands. Frick!!
";
arnews[1] += "Just swung Mickey Mantle's game used bat... And it almost slipped out of my hands. Frick!!";
arnews[1] += "
";
arnews[2]="Deals: SAVE $7 - New York Yankees (Yogi Berra, Whitey Ford, Mickey Mantle) Sports Poster Print - 11" X 17" $2.99 http://dealnay.com/162116
";
arnews[2] += "SAVE $7 - New York Yankees (Yogi Berra, Whitey Ford, Mickey Mantle) Sports Poster Print - 11\" X 17\" $2.99";
arnews[2] += "
";
arnews[3]="Burgin Construction: Today is Friday, November 20, 2009 Today is Cat Days (20-22), Children's Day, & Name Your PC Day 35 days till Christmas 41 days till the end of the year On this day in: 1962 - The Four Seasons' "Big Girls Don't Cry" was released. On this day in: 1962 - Mickey Mantle was named the American League Most Valuable Player for the third time. Live Well ~ Laugh Often ~ Love Much
";
arnews[3] += "Today is Friday, November 20, 2009 Today is Cat Days (20-22), Children's Day, & Name Your PC Day 35 days till Christmas 41 days till the end of the year On this day in: 1962 - The Four Seasons' \"Big Girls Don't Cry\" was released. On this day in: 1962 - Mickey Mantle was named the American League Most Valuable Player for the third time. Live Well ~...";
arnews[3] += "
";
arnews[4]="Also on this day in '62 - Mickey Mantle was named the American League Most Valuable Player for the third time!
";
arnews[4] += "Also on this day in '62 - Mickey Mantle was named the American League Most Valuable Player for the third time!";
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("