var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Ex-Tiger Brandon Lyon recovering from shoulder surgery
"; arnews[0] += "Houston reliever Brandon Lyon had surgery to drain a small cyst in his pitching shoulder but is expected to be ready for spring training."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:41:28 GMT"; arnews[0] += "
"; arnews[1]="Smokies introduce Dancy as new manager
"; arnews[1] += "Veteran minor league manager Bill Dancy was introduced as the new manager of the Tennessee Smokies on Tuesday at the annual Manager's luncheon."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:31:46 GMT"; arnews[1] += "
"; arnews[2]="Best cure for Super Bowl XLIV hangover is baseball
"; arnews[2] += "Believe it or not, while you're still putting on your long underwear, snow boots, layering your clothing and donning the muffler, scarf and winter coat, baseball season will be here this weekend."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Indians report
"; arnews[3] += "Forever on the lookout for viable relievers, Indians General Manager Mark Shapiro signed veteran right-hander Jamey Wright to a minor-league contract that includes an invitation to major-league spring training camp."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:42:22 GMT"; arnews[3] += "
"; arnews[4]="Gagne elected to Twins Hall of Fame
"; arnews[4] += "Published: Tuesday, February 9, 2010 at 6:23 p.m. Last Modified: Tuesday, February 9, 2010 at 6:23 p.m. Former Minnesota Twins shortstop Greg Gagne has been elected to the team's Hall of Fame."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:34:25 GMT"; arnews[4] += "
"; arnews[5]="Twins bring Jacque Jones back on minor league deal
"; arnews[5] += "Jacque Jones #19 of the Detroit Tigers stands in the on deck circle against the Kansas City Royals during their game on Opening Day on March 31, 2008 at Comerica Park in Detroit, Michigan."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:00:22 GMT"; arnews[5] += "
"; arnews[6]="This is Hamlet native Billy Harris's 1969 Kansas City Royals baseball card.
"; arnews[6] += "It's been nearly 50 years since Hamlet native Bill Harris prowled the infield for the UNC-Wilmington baseball team."; arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 06:17:31 GMT"; arnews[6] += "
"; totcount = 7; 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("
");