var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Two-Minute Drill - St. Cloud Times
";
arnews[0] += "University of Minnesota sophomore defenseman Anne Schleper has been named WCHA Defensive Player of the Week. The St. Cloud Cathedral graduate scored two goals, added an assist and contributed to a strong defensive effort as the Gophers swept a series ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:17:00 GMT";
arnews[0] += "
";
arnews[1]="Cy Young has new look - LJWORLD
";
arnews[1] += "A look back at some Cy Young races and how they might’ve been seen under modern light: 2005 AL: Bartolo Colon leads the league at 21-8 and takes the award by a wide margin. Johan Santana is a distant third at 16-7, despite a better ERA (2.87 to 3 ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:17:00 GMT";
arnews[1] += "
";
arnews[2]="A Case Study On Sabermetrics and the New York Mets - Bleacherreport.com
";
arnews[2] += "As a fan, I’m a believer. For this reason, I have been stressing that Mets fans should not overreact to what has happened since the playoff run in 2006. The Mets collapsed in September two years in a row, then in mid-June the next, but the fact of ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:50:00 GMT";
arnews[2] += "
";
arnews[3]="Twins add Danny Valencia and Deolis Guerra to 40-man roster - KTTC
";
arnews[3] += "MINNEAPOLIS (AP) -- The Minnesota Twins have added six prospects to their 40-man major league roster, including third baseman Danny Valencia and right-handed pitcher Deolis Guerra. Friday was the deadline for filling out the 40-man roster, for the ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:28:00 GMT";
arnews[3] += "
";
arnews[4]="Twins set 40-man roster; Valencia among additions - Minneapolis Star Tribune
";
arnews[4] += "The Twins added six prospects to their 40-man roster Friday, including Danny Valencia, who is expected to compete for the team's starting third base job. Friday was the deadline for teams to add certain players to their 40-man rosters or risk losing ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:18:00 GMT";
arnews[4] += "
";
arnews[5]="Philadelphia Phillies Should Get Back in on Roy Halladay - Bleacherreport.com
";
arnews[5] += "So, last week, the rumors resurfaced that the Phillies are still trying to acquire Roy Halladay from the Toronto Blue Jays, and the memories of the hours leading up to the trade deadline in July relinquished. All throughout the middle month of the ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:46:00 GMT";
arnews[5] += "
";
arnews[6]="Maddux might've won even more Cy Youngs under new-age stats - Winnipeg Free Press
";
arnews[6] += "For so many years, the formula for winning a Cy Young Award was pretty simple: Win a lot of games. Denny McLain was a unanimous pick in 1968 and deservedly so. He posted 31 victories - the combined total of this year's Cy Young starters, Tim Lincecum ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 13:53:00 GMT";
arnews[6] += "
";
totcount = 7;
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("