var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Friday afternoon video
";
arnews[0] += "I don't remember the building ever being on fire and Milton walking awaywas that some post-credit scene? \"Sometimes you just want to sit back and watch somebody throw 100.\" - Jeff Passan on Neftali Feliz Well I think it is one of those movies where the ending is just a way of ending the movie, and isn't necessarily the culmination of the plot, ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:42:37 GMT";
arnews[0] += "
";
arnews[1]="Reviewing the Previous Off-Season
";
arnews[1] += "The Hot Stove League is now officially open for business, but before we start thinking too much about the future, it is always a good idea to reflect on the past.A Tony Reagins will be making some tough decisions this winter, so to get a read on just how well he will perform, let's look back on all the transactions he has made in the last year and ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:14:32 GMT";
arnews[1] += "
";
arnews[2]="Brasch WordsTHE $6 Million Social Worker
";
arnews[2] += "The New York Yankees just bought a first baseman for $180 million. For the next eight years, Mark Teixeira will earn about $22.5 million a season.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:19:36 GMT";
arnews[2] += "
";
arnews[3]="Heyman: Free-agent Market & Whoa s Who
";
arnews[3] += "Jon Heyman of SI.com says people at the MLB Owners Meetings in Chicago are saying the Mets will not be big players for either Blue Jays RHP Roy Halladay or RHP John Lackey .";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:31:06 GMT";
arnews[3] += "
";
arnews[4]="Ultimate baseball free agency primer
";
arnews[4] += "Free agency is finally here, less than a week before Thanksgiving. And the signings may not come so quick, either.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:37:50 GMT";
arnews[4] += "
";
totcount = 5;
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("