var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Week 11 Start 'Em and Sit 'Em
";
arnews[0] += "Start 'Em & Sit 'Em is our weekly look at the best and worst matchups from around the NFL and how they might affect lineup decisions for your Fantasy Football team.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:35:20 GMT";
arnews[0] += "
";
arnews[1]="Injuries
";
arnews[1] += "Teams have released their Week 11 injury reports through Thursday. Here's a look at some notable names: Saints RB Reggie Bush , coming off a 98-yard, two-touchdown performance against St.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 05:25:44 GMT";
arnews[1] += "
";
arnews[2]="Week 11 Start 'Em and Sit 'Em
";
arnews[2] += "Start 'Em & Sit 'Em is our weekly look at the best and worst matchups from around the NFL and how they might affect lineup decisions for your Fantasy Football team.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 22:09:47 GMT";
arnews[2] += "
";
arnews[3]="Hebburn beat the weather, but not RCA
";
arnews[3] += "Your account has been frozen . For your available options click the below button.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:58:22 GMT";
arnews[3] += "
";
arnews[4]="Sports Briefs: Nov. 19
";
arnews[4] += "If LeBron James truly believes he can help the Cleveland Browns, Coach Eric Mangini has an orange helmet waiting for him.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:31:27 GMT";
arnews[4] += "
";
arnews[5]="Rahula Strohl: Bear with Us
";
arnews[5] += "If anything cool happens in this game today, I will be annoyed that I can't re-watch it later tonight or tomorrow.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 12:08:56 GMT";
arnews[5] += "
";
arnews[6]="Cincinnati Bengals Signing Larry Johnson?
";
arnews[6] += "ESPN is reporting the Cincinnati Bengals could sign former Chiefs running back Larry Johnson.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 17:03:56 GMT";
arnews[6] += "
";
arnews[7]="Steelers safety Polamalu limps out of game
";
arnews[7] += "Polamalu left the game in the first quarter and did not return. He had an MRI taken on the knee that he sprained in the season opener Sept.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 15:30:17 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("