var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Why Andrew Bailey Should Have Ran Away with the AL Rookie of the Year Award
";
arnews[0] += "Andrew Bailey should have been a near-unanimous selection for the American League Rookie of the Year Award.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 09:57:46 GMT";
arnews[0] += "
";
arnews[1]="Trust, But Verify
";
arnews[1] += "It was a favorite quote of former President Ronald Reagan who said about as often as our current President says, \"At this moment.\" It is also the guiding principle in everything I write about both here and in my fantasy responsibilities over at OwnersEdge.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 05:55:23 GMT";
arnews[1] += "
";
arnews[2]="Creating Obscure Red Sox Shirts
";
arnews[2] += "I have often thought it would be fun to wear obscure Red Sox t-shirt jerseys. Everyone has a Red Sox shirt.A You see Jonathan Papelbon, Jacoby Ellsbury, Dustin Pedroia and David Ortiz.A I'm looking for some Dennis Lamp-type action.A You canA make them too,A but MLB.com has some pretty specific rules as to which you must follow: Guidelines for ...";
arnews[2] += "
Publ.Date : Sun, 01 Nov 2009 08:47:50 GMT";
arnews[2] += "
";
arnews[3]="The 2009 Red Sox Minor League System
";
arnews[3] += "Name all of the Red Sox minor league affiliate towns off the top of your head. When you look at that list you feel like you should be able to remember them all, but most Red Sox fans don't recall past Lowell and usually forget Salem.";
arnews[3] += "
Publ.Date : Thu, 22 Oct 2009 10:19:32 GMT";
arnews[3] += "
";
arnews[4]="Red Sox Fans Are 0-5
";
arnews[4] += "If you are rooting for the Angels in the ALCS. Of course LAA may have wasted all of their bullets in the ALDS to beat Boston.";
arnews[4] += "
Publ.Date : Mon, 19 Oct 2009 21:39:21 GMT";
arnews[4] += "
";
arnews[5]="&rsquo
";
arnews[5] += "Ghastly. This was as bad as anything the Red Sox ever did. Had it been a playoff game, it would be right up there with Bucky Dent, Bill Buckner, Aaron Boone, and History Derailed in Glendale, Ariz.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 15:30:11 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("