var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Player: Mark Teixeira - YAHOO!
"; arnews[0] += "We all have questions about the 2010 season and Alex Remington luckily has some answers. The Stew's resident stats guru will address three questions per week as Opening Day approaches. The Situation : Curtis Granderson picked the wrong year to quit ..."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 16:14:00 GMT"; arnews[0] += "
"; arnews[1]="Spin Doctors: Power preference, Mark Teixeira vs. Ryan Howard - YAHOO!
"; arnews[1] += "We've seen plenty of New York vs. Philadelphia throwdowns over the years and there's another heavyweight bout set to go in 2010: the battle for first-base supremacy. If you find yourself in need of some corner clout in the late-first or early-second ..."; arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 19:07:00 GMT"; arnews[1] += "
"; arnews[2]="Remember Gavin Floyd? Shockingly, He's Pretty Good Now - Bleacherreport.com
"; arnews[2] += "The 2001 Draft Class was headed by Joe Mauer and Mark Teixeira, but other than that it has been chock full of flops, busts, and injured talent. While MLB’s draft is the epitome of a crapshoot, the first round of the draft should be the one that ..."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:53:00 GMT"; arnews[2] += "
"; arnews[3]="Gammons: Men on a mission for 2010 - Major League Baseball
"; arnews[3] += "As we make our ritualistic flock south, we appreciate that baseball has few evergreens, which makes Mariano Rivera, Albert Pujols, Joe Mauer and Roy Halladay freaks. But there are perennials, which is why the first sightings in Florida and Arizona ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:42:00 GMT"; arnews[3] += "
"; arnews[4]="Top Five 2010 Fantasy Baseball First Basemen - Associated Content
"; arnews[4] += "In fantasy baseball and in the sport itself, the first base position is typically one of the best offensively. In 2009, 12 first basemen hit at least 30 home runs and 11 drove in 100 or more RBI. In 2010 fantasy baseball, first base is one of the ..."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 19:36:00 GMT"; arnews[4] += "
"; arnews[5]="Giants Flawed Use Of Payroll Could Prove Costly - Bleacherreport.com
"; arnews[5] += "Okay so the Giants didn't sign Matt Holiday or Jason Bay, the class of this year's free agent class. I hope nobody is surprised. The Giants once again displayed an unwillingness to spend money on the market's big fish. Last year they showed little ..."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 09:12: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("
");