var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Playoffs: Stampeders Report Card
";
arnews[0] += "CFL.ca Staff TORONTO -- CFL.ca columnists Matt Cauz and Jaime Stein along with Mitch the Intern will grade each team heading into the Eastern and Western Division Finals.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:27:41 GMT";
arnews[0] += "
";
arnews[1]="Len Berman: Top 5 Sports Stories
";
arnews[1] += "TGIF everyone, here's my Top 5 for November 20, 2009 from Len Berman at www.ThatsSports.com . 1. Quick Hits Tim Lincecum of the San Francisco Giants wins the National League Cy Young award for the 2nd straight year.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:03:05 GMT";
arnews[1] += "
";
arnews[2]="Fall Classic memorabilia at Hall of Fame
";
arnews[2] += "The Yankees' latest feat has already been deemed Hall of Fame-worthy. Artifacts from baseball's most memorable moments from this past postseason -- one that saw the Yankees notch their 27th World Series championship -- have been put on display at the Autumn Glory exhibit at the National Baseball Hall of Fame and Museum in Cooperstown, N.Y.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:10:00 GMT";
arnews[2] += "
";
arnews[3]="Contract showdown looms for Yanks, Jeter
";
arnews[3] += "As Derek Jeter heads into last year of 10-year contract, New York Yankees must decide if they will break tradition and negotiate.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="What To Expect From 2010
";
arnews[4] += "Team USA third baseman Brett Wallace snags a ball that bounced into the air hit by World Team's Jesus Montero during the first inning of the All-Star Futures baseball game at Busch Stadium on Sunday, July 12, 2009, in St.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:14:45 GMT";
arnews[4] += "
";
arnews[5]="Papi gearing up for big return in 2010
";
arnews[5] += "As evidenced by his wardrobe, David Ortiz didn't need to make an extra trip into Fenway Park on Thursday to promote his upcoming charity golf tournament.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Pettitte hits free-agent market
";
arnews[6] += "Andy Pettitte was among the last two of the 171 eligible players to declare for free agency yesterday.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 09:59:04 GMT";
arnews[6] += "
";
arnews[7]="David Ortiz wants another bat
";
arnews[7] += "They both thought they needed another big bat and then the team swung and missed at Mark Teixeira.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 08:41:00 GMT";
arnews[7] += "
";
arnews[8]="Ortiz says Sox need to power up
";
arnews[8] += "David Ortiz is among the players the Red Sox want to report in better shape next spring.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 07:59:07 GMT";
arnews[8] += "
";
totcount = 9;
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("