var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Little Respect
";
arnews[0] += "G odzilla has left New York. Hideki Matsui, the man who led the New York Yankees to victory in the 2009 World Series, is starting 2010 with the Los Angeles Angels.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:29:42 GMT";
arnews[0] += "
";
arnews[1]="Merrill still contributes for a
";
arnews[1] += "Carl a oeStumpa Merrill is in his 40th season of professional baseball. The former University of Maine baseball-football star and assistant coach will head to Tampa next week for another spring training.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:40:49 GMT";
arnews[1] += "
";
arnews[2]="2010 MLB GM Challenge
";
arnews[2] += "Okay, we have done this here many times before, but for those of you who are new here and have no idea what I am talking about: Basically what it is, is you are a General Manager of a MLB Team.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:33:37 GMT";
arnews[2] += "
";
arnews[3]="MLB Fantasy Baseball Rankings: 2010's Top 20 First Basemen
";
arnews[3] += "Herea s my second look at the fantasy first basemen rankings. A 1. Albert Pujols My thoughts havena t wavered on Pujols as the No.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 15:12:19 GMT";
arnews[3] += "
";
arnews[4]="Top Five 2010 Fantasy Baseball Designated Hitters
";
arnews[4] += "The designated hitter is typically only a position in AL-only fantasy leagues, but most of all fantasy leagues contain utility lineup spots and many DHs have extra position eligibility.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 20:07:04 GMT";
arnews[4] += "
";
arnews[5]="2010 Topps 'Pie in the Face' Variations List
";
arnews[5] += "The answer to the question of how many New York Yankees cards in 2010 Topps have cream-filled variations.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 07:30:03 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("