var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Madden: Met focus will be on tier-two free agents
"; arnews[0] += "St. Louis Cardinals third baseman Mark DeRosa is one of several second-tier free agents the Mets are going after."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:41:28 GMT"; arnews[0] += "
"; arnews[1]="Jeff Jacobs: Of Course They Have A Prayer
"; arnews[1] += "S OUTH BEND, Ind. - His parents came from Ireland. The family name? Sullivan. He grew up near Bulkeley High in the South End of Hartford and spent his early life on the playing fields of Colt Park."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:26:28 GMT"; arnews[1] += "
"; arnews[2]="Putnam County Native, Jim Lett, Hired as Bullpen Coach for Nationals
"; arnews[2] += "Jim Lett, 58, Winfield native, has been hired by the Washington Nationals as the new bullpen coach."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:37:34 GMT"; arnews[2] += "
"; arnews[3]="Pirates designate Karstens, add RHP Jakubauskas
"; arnews[3] += "The Pittsburgh Pirates designated right-hander Jeff Karstens for assignment and claimed right-hander Chris Jakubauskas off waivers from Seattle."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 22:31:35 GMT"; arnews[3] += "
"; arnews[4]="Cubs re-sign reliever Grabow
"; arnews[4] += "Posted by Christopher Glotfelty Looking to secure a solid bullpen that withered under pressure during the regular season, the Cubs have re-signed John Grabow to a two-year, $7.5 million deal."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:31:20 GMT"; arnews[4] += "
"; arnews[5]="Pirates designate Karstens, add pitcher
"; arnews[5] += "The Pittsburgh Pirates designated right-hander Jeff Karstens for assignment and claimed right-hander Chris Jakubauskas off waivers from Seattle."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 20:52:53 GMT"; arnews[5] += "
"; arnews[6]="Why Jason Bay Should've Accepted the Boston Red Sox' $64 Million Offer
"; arnews[6] += "ESPN.com reports that Boston Red Sox left fielder Jason Bay refused an initial offer by the team and will dive into the pool of free agency to test the depth of its waters."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 17:44:53 GMT"; arnews[6] += "
"; arnews[7]="Grabow gets $7.5 million, 2-year deal from Cubs
"; arnews[7] += "In this Aug. 3, 2009, file photo, Chicago Cubs reliever John Grabow reacts during a baseball game against the Cincinnati Reds in Cincinnati."; arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[7] += "
"; totcount = 8; 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("
");