var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Projecting where free agents will land
"; arnews[0] += "Scott Boras says November is a \"greeting card month\" for free agents. Teams send out feelers, check medical records and weigh their options."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:29:34 GMT"; arnews[0] += "
"; arnews[1]="The Greatest Cardinal?
"; arnews[1] += "When the Baseball Writers Association of America announces the winner of its National League Most Valuable Player Award on Tuesday, it is anticipated Cardinals slugger Albert Pujols will get the call."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:50:52 GMT"; arnews[1] += "
"; arnews[2]="STATS: The Big Three
"; arnews[2] += "Comparing the average totals of Rogers Hornsby, Stan Musial and Albert Pujols in the first nine full seasons of their careers:"; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:50:45 GMT"; arnews[2] += "
"; arnews[3]="Week in review/preview: Johnson, Hendrick chase Cup history
"; arnews[3] += "Jimmie Johnson has dominated NASCAR in the past four years, leaving him close to becoming the first driver to ever win four straight championships."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:08:51 GMT"; arnews[3] += "
"; arnews[4]="'American Idol' David Cook is one cool, calm singer-songwriter-guitarist
"; arnews[4] += "When I first saw David Cook on the seventh season of American Idol - a show he'd wind up winning over Muppet Boy David Archuleta - I thought he looked like a weary door-to-door salesman pushing Hoovers in Boise."; arnews[4] += "
Publ.Date : Sun, 03 May 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="On Nov. 17, 1979, Iran's Ayatollah Khomeini ordered the release of 13 American hostages
"; arnews[5] += "Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:46:42 GMT"; arnews[5] += "
"; arnews[6]="Not Your Grandfather's Stats: Baseball Redefined
"; arnews[6] += "As Zack Greinke's magical season rolled along, another Kansas City Royals pitcher, Brian Bannister, excitedly tracked his teammate's progress."; arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 00:08:24 GMT"; arnews[6] += "
"; arnews[7]="To Hang In, a Series Winner Must Learn to Let Go
"; arnews[7] += "More than any other team in American professional sports, the Yankees cannot afford to rebuild."; arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 00:08:24 GMT"; arnews[7] += "
"; arnews[8]="Flash Forward: Why the Los Angeles Dodgers Matt Kemp Will Be the 2010 NL MVP
"; arnews[8] += "The National League MVP will be announced this week, and it will undoubtedly be handed to Albert Pujols."; arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 22:48:41 GMT"; arnews[8] += "
"; totcount = 9; 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("
");