var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tampa Bay Rays plan to be aggressive in addressing bullpen, catcher
";
arnews[0] += "With the free agency period starting last Friday, the Rays find themselves in a somewhat similar situation to last winter.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:16:13 GMT";
arnews[0] += "
";
arnews[1]="The Raysa All-Time Offensive Leaderboard: The Sabremetric Edition
";
arnews[1] += "While writing my piece for last weekend, I spent a lot of time looking at the Fangraph win values of historical players on the Rays .";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:31:48 GMT";
arnews[1] += "
";
arnews[2]="MLB offseason buzz: Nov. 12-14
";
arnews[2] += "The World Series may still be fresh in your mind, but MLB GMs are already focusing on next season.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:49:33 GMT";
arnews[2] += "
";
arnews[3]="More options
";
arnews[3] += "If only the National League allowed its teams to use designated hitters. Then the scores of aging sluggers who will soon become available on the free agent market -- players who are still capable of producing on-base-plus-slugging percentages in excess of .800, even though their tendons and ligaments seem liable to snap like guitar strings at the ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="THT/James: Posada Not To Match '09 In '10
";
arnews[4] += "The following was sent to me via email yesterday by the folks at ACTA Sports - What are the odds that a player will do better than he did the previous year? In the recently-released Hardball Times Baseball Annual 2010, baseball guru Bill James explains his new \"Strong Seasons Leading Index,\" a methodology that tries to round up as many indicators ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:45:59 GMT";
arnews[4] += "
";
arnews[5]="Window of exclusivity shutting on Mariners where Russell Branyan, other free agents are concerned
";
arnews[5] += "Tomorrow is the start of the free-agency period, where the Mariners can window-shop for some of the bigger names from other teams.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00: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("