var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Yankees priority is Johnny Damon, not Hideki Matsui - MLB Daily Dish
";
arnews[0] += "A very smart move considering Damon is certain to command more interest on the open market than Matsui, whose only other option may be the Mariners , who probabbly view Matsui as an \"if all else fails\" option. The Yankees are hoping to sign Damon to ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:46:00 GMT";
arnews[0] += "
";
arnews[1]="Johnny Damon Is No Derek Jeter - Bleacherreport.com
";
arnews[1] += "There have been many outlandish claims made when comparing the relative merits of baseball players, but to conclude that Johnny Damon is in the same league as Derek Jeter is as graphic an example of specious reasoning as baseball fans have ever heard ...";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[1] += "
";
arnews[2]="Roundup: Market for Doc won't dip - Major League Baseball
";
arnews[2] += "The rumors are heating up on the second day of free agency. Here's what's cooking on the Hot Stove. Last holiday for Halladay? Blue Jays president and CEO Paul Beeston told the New York Post that Roy Halladay is planning on testing free agency next ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:00:00 GMT";
arnews[2] += "
";
arnews[3]="Few big-name free agents ready for offseason game - Salt Lake Tribune
";
arnews[3] += "New York ยป It's the time of year in baseball for courting and bluffing -- sometimes simultaneously. Free agent signing season began Friday with teams competing for a dearth of stars and a large number of players nearing the end of their careers ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:27:00 GMT";
arnews[3] += "
";
arnews[4]="Video: Johnny Damon double steal in World Series - Examiner
";
arnews[4] += "In last night's Yankees vs. Phillies World Series game, Johnny Damon pulled off a double steal in the top of the ninth. Johnny Damon stole second base, and then with no one covering third base, he stole third base. Damon had two steals in one play ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 01:34:00 GMT";
arnews[4] += "
";
arnews[5]="Johnny Damon - OF - New York Yankees - NBC Sports
";
arnews[5] += "According to Mark Feinsand of the New York Daily News, the Yankees would like to re-sign Johnny Damon to a two-year contract. Damon's agent Scott Boras is pushing for a four-year deal, but it's doubtful he'll find that this winter. Damon had a ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:39:00 GMT";
arnews[5] += "
";
totcount = 6;
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("