var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nos' 2010 Battle of GM's
";
arnews[0] += "Okay ladies & Gentleman this one will work much the same as the others we have played, however not every trade will go through, I may assign another GM to be a co-commish. You will select 2 teams, 1 team will be a buy and 1 team will be a seller, you may NOT trade between your teams, We will start as soon as we have at least 13 owners.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:38:11 GMT";
arnews[0] += "
";
arnews[1]="Hendrickson agrees to $1.4 million deal with Os
";
arnews[1] += "Left-hander Mark Hendrickson agreed Tuesday to a one-year contract with the Orioles that guarantees him $1.4 million after pitching well out of Baltimore's bullpen last season.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:22:49 GMT";
arnews[1] += "
";
arnews[2]="Super Bowl win more than a title in New Orleans
";
arnews[2] += "Lenny Yochim worked for the Pittsburgh Pirates when they beat the Baltimore Orioles to win the World Series in 1971.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:31:58 GMT";
arnews[2] += "
";
arnews[3]="Orioles ink Hendrickson for $1.4M
";
arnews[3] += "Mark Hendrickson can make up to $1.4 million US this season. Left-hander Mark Hendrickson agreed Tuesday to a one-year contract with the Orioles that guarantees him $1.4 million US after pitching well out of Baltimore's bullpen last season.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:16:13 GMT";
arnews[3] += "
";
arnews[4]="Major League Baseball notes
";
arnews[4] += "Lee has foot surgery but is expected to be ready. FROM WIRE REPORTS SEATTLE - With pitchers and catchers opening camp in nine days, the Seattle Mariners revealed that newly acquired pitcher Cliff Lee underwent foot surgery last week.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:57:12 GMT";
arnews[4] += "
";
arnews[5]="Orioles re-sign lefty Hendrickson
";
arnews[5] += "The Baltimore Orioles made it official on Tuesday by re-signing veteran left-hander Mark Hendrickson to a one-year deal with a team option for the 2011 campaign.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:16: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("