var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="O's: Washburn rumor doesn't wash - Weblogs.baltimoresun.com
"; arnews[0] += "There is a report on FoxSports.com that the Orioles are interested in signing veteran pitcher Jerrod Washburn, but Orioles beat writer Jeff Zrebiec has checked it out with Orioles president of baseball operations Andy MacPhail and it apparently isn't ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:13:00 GMT"; arnews[0] += "
"; arnews[1]="Chien-Ming Wang - S - New York Yankees - NBC Sports
"; arnews[1] += "The Nationals have joined the running for free agent right-hander Chien-Ming Wang, according to MLB.com's Bill Ladson. Dodgers representatives saw Wang throw off flat ground and believe he's at least three months from full health, but that apparently ..."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 03:37:00 GMT"; arnews[1] += "
"; arnews[2]="Chien-Ming Wang Might Sign Before Spring Training - Bleacherreport.com
"; arnews[2] += "According to Jayson Stark from ESPN.com , free agent pitcher Chien-Ming Wang is reconsidering his plan not to return from shoulder surgery until a couple of months into the season. Wang’s agent Alan Nero is now saying that four or five teams are ..."; arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 16:37:00 GMT"; arnews[2] += "
"; arnews[3]="Chien-Ming Wang Is Three Months Away from a Return - Bleacherreport.com
"; arnews[3] += "According to Ken Gurnick of MLB.com , the Dodgers have been keeping close tabs on pitcher Chien-Ming Wang recently, and they are saying that he is at least three months away from actually returning. This has got to take some of the wind out of his ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 01:48:00 GMT"; arnews[3] += "
"; arnews[4]="Nationals enter mix for Chien-Ming Wang - MLB Daily Dish
"; arnews[4] += "Dodgers officials told MLB.com that Wang is at least three months away from being ready, which puts his return date right around the middle of April or early May. For the Dodgers, adding a two-time 19 game winner to their rotation would pay huge ..."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 16:43:00 GMT"; arnews[4] += "
"; arnews[5]="Nationals 'aggressively pursuing' Wang - Major League Baseball
"; arnews[5] += "WASHINGTON -- The Nationals are \"aggressively pursuing\" free-agent right-hander Chien-Ming Wang, according to a baseball source. It's not certain whether Washington has formally extended an offer just yet. The source went so far as to say that Wang ..."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 00:57: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("
");document.write("
");