var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Click for Alice in Chains Fantasy Football League
";
arnews[0] += "Kenny Wayne Shepherd has been on a rookie roll with his loaded fantasy football roster.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:30:05 GMT";
arnews[0] += "
";
arnews[1]="Reggie Bush, Ellis not going to Tampa
";
arnews[1] += "Running back Reggie Bush and defensive tackle Sedrick Ellis are not traveling with the New Orleans Saints for Sunday's game against Tampa Bay.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:28:25 GMT";
arnews[1] += "
";
arnews[2]="Was big win over Dallas Cowboys the start of wild-card playoff march for Green Bay Packers?
";
arnews[2] += "The Green Bay Packers have been here before, and not all that long ago. Mid-November. Five wins.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:06:47 GMT";
arnews[2] += "
";
arnews[3]="The Point After: New Orleans Saints, Drew Brees next in line to...
";
arnews[3] += "By John Romano and Gary Shelton , Times Sports Columnists In Print: Sunday, November 22, 2009 JR: Okay, Gary.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:51:07 GMT";
arnews[3] += "
";
arnews[4]="Chargers on a roll for their showdown with Broncos
";
arnews[4] += "A month ago, the San Diego Chargers' chances of making the NFL play-offs seemed remote and the Denver Broncos looked as though they were going to canter into the post-season. The impressive Broncos had won their first six games.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:46:32 GMT";
arnews[4] += "
";
arnews[5]="Bell: Who's hurting?
";
arnews[5] += "Hooray! No more byes. Unfortunately, as we found out in Week 10 when only two teams were resting, when there are more players playing the game, there are more injuries.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:28:50 GMT";
arnews[5] += "
";
arnews[6]="TV clicks and picks
";
arnews[6] += "Colts are undefeated, Ravens have lost four of their last six, yet Baltimore is just a one-point underdog.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 23:24:34 GMT";
arnews[6] += "
";
arnews[7]="World Sports
";
arnews[7] += "Coach Jim Boeheim could only smile as he was asked about Syracuse's 22-1 run to open the second half of an 87-71 victory over No.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 23:22:40 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("