var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Charley Walters: Vikings can play better, Childress says
";
arnews[0] += "The Vikings have won eight of nine regular-season games, but they can play better, Brad Childress says.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:51:41 GMT";
arnews[0] += "
";
arnews[1]="Doc not interested in re-signing with Jays
";
arnews[1] += "The future of the Blue Jays is not likely to include Roy Halladay. Once his contract expires after the 2010 season, the ace pitcher is reportedly not interested in re-signing with the only organization he has known.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:58:33 GMT";
arnews[1] += "
";
arnews[2]="Come to Think of It: Top Ten Chicago Bears Players of All-Time
";
arnews[2] += "The Bears have a long and storied tradition, steeped in great players, mostly on the defensive side of the ball, though we have perhaps the best running back of all-time. In fact, the Bears have retired the most uniform numbers of any NFL team.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:33:50 GMT";
arnews[2] += "
";
arnews[3]="Sammy Sosa, a whiter shade of male
";
arnews[3] += "Are you happy with yourself now? Are you more confident and self-assured? When you look in the mirror, do you like yourself better, now that you are white? As you know, photos taken of you at an awards show earlier this month have the whole country talking.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:11:52 GMT";
arnews[3] += "
";
arnews[4]="MLB free agency: The courting, bluffing begins
";
arnews[4] += "It's the time of year in baseball for courting and bluffing -- sometimes simultaneously.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:53:11 GMT";
arnews[4] += "
";
arnews[5]="Cubs re-sign reliever Grabow
";
arnews[5] += "Posted by Christopher Glotfelty Looking to secure a solid bullpen that withered under pressure during the regular season, the Cubs have re-signed John Grabow to a two-year, $7.5 million deal.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:31:20 GMT";
arnews[5] += "
";
arnews[6]="Name This Old-Time Cub
";
arnews[6] += "Well it's not Cap Anson and it's not Mordecai Brown DINGDINGDING! We have a winner.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 00:31:00 GMT";
arnews[6] += "
";
arnews[7]="The Trade Market Depends on the Mets
";
arnews[7] += "Due to the rather barren nature of this free agent market and the huge drop off of talent between Holliday, Bay, Lackey, and maybe Figgins some of the important moves need to be made through trade.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 20:41:37 GMT";
arnews[7] += "
";
arnews[8]="Here are early projections on where top free agents will land
";
arnews[8] += "Teams send out feelers, check medical records and weigh their options. They might discuss parameters of a deal, but only rarely do they start sincere negotiations before Thanksgiving.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 20:30:12 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("