var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mets will lower center field wall by 8 feet
";
arnews[0] += "The Mets plan to lower the center field wall at Citi Field from 16 feet to eight feet, according to the New York Daily News.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:53:03 GMT";
arnews[0] += "
";
arnews[1]="Mets' Pelfrey drops weight, not expectations
";
arnews[1] += "One week until Fat Tuesday, but Mike Pelfrey won't be participating. The Mets pitcher is prepared to arrive in camp next week some 25 pounds lighter than last season and believes that will propel him to new heights after a disappointing 2009.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:28:01 GMT";
arnews[1] += "
";
arnews[2]="Mets to lower center-field wall at Citi
";
arnews[2] += "Spacious Citi Field will be slightly less intimidating during the 2010 season. The height of the stadium's center-field wall will be sliced in half, according to a report in the New York Daily News on Tuesday.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:31:00 GMT";
arnews[2] += "
";
arnews[3]="Omar can salvage offseason with series of moves
";
arnews[3] += "With the Mets, it is difficult to determine whether they are trying to spin the news or are just delusional.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 09:48:06 GMT";
arnews[3] += "
";
arnews[4]="Pelfrey drops weight, not expectations
";
arnews[4] += "One week until Fat Tuesday, but Mike Pelfrey won't be participating. The Mets pitcher is prepared to arrive in camp next week some 25 pounds lighter than last season and believes that will propel him to new heights after a disappointing 2009.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 09:47:55 GMT";
arnews[4] += "
";
arnews[5]="What does the rest of the AL East think of the 2010 Jays?
";
arnews[5] += "Craig Williams covers the New York Yankees for the Fanball Blogger Network. Here are his answers to the nine questions about the 2010 Blue Jays.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 01:28:09 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("