var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stock Exchange lineup analysis: Week 11
";
arnews[0] += "Welcome to Week 11 of the 2009 NFL season. Each week I'll be revealing my Stock Exchange starting lineup to you, analyzing the players I've purchased, how much I paid for them and their matchup for that week.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:38:16 GMT";
arnews[0] += "
";
arnews[1]="Rob Stewart Is...The Fantasy Oracle
";
arnews[1] += "This has been one of the most newsworthy weeks since I started writing fantasy football articles a few years ago.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:36:03 GMT";
arnews[1] += "
";
arnews[2]="Mike Bianchi: Meet Stan 'The Yes Man' Van Gundy
";
arnews[2] += "Running off at the typewriter. Let's listen in on a clear-the-air meeting between Dwight Howard and the new positive-reinforcement Stan Van Gundy , shall we? Dwight: \"You're being too mean and need to quit yelling so much.\" Stan : \"You're right.\" Dwight: \"And don't bug me about my free throws anymore.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Gradkowski turning up the intensity
";
arnews[3] += "By Jerry McDonald - NFL Writer Friday, November 20th, 2009 at 1:39 pm in Oakland Raiders .";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:18:48 GMT";
arnews[3] += "
";
arnews[4]="Cleveland Browns afternoon news roundup
";
arnews[4] += "When it comes to the Cleveland Browns this season, there have been more than a few other things that have sabotaged the year.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:01:27 GMT";
arnews[4] += "
";
arnews[5]="When to give up on young QBs
";
arnews[5] += "Don't cast your stones at young QBs -- at least not too quickly. This column appears in the Nov.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 01:00:31 GMT";
arnews[5] += "
";
arnews[6]="Fantasy Clicks: Thursday Night Revelations
";
arnews[6] += "Oh sure, Dolphins-Panthers was more entertaining than its Thursday Night Football predecessor from Week 10 .";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 00:51:38 GMT";
arnews[6] += "
";
arnews[7]="The Pregame Ritual
";
arnews[7] += "Welcome back to the Pregame Ritual. The first holiday commercials are firmly upon us, which means two things.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 00:22:06 GMT";
arnews[7] += "
";
totcount = 8;
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("