var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Previewing Week 11 in the NFL
";
arnews[0] += "Running back Michael Turner leads Atlanta into New York to face the Giants today.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:07:31 GMT";
arnews[0] += "
";
arnews[1]="Bush, Ellis, not making trip 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 02:25:10 GMT";
arnews[1] += "
";
arnews[2]="Bush not expected to play for Saints against Buccaneers
";
arnews[2] += "Running back Reggie Bush and defensive tackle Sedrick Ellis are not traveling with the New Orleans Saints for Sundaya TMs game against Tampa Bay.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:17:26 GMT";
arnews[2] += "
";
arnews[3]="Up Close With: Patriots defensive back Kyle Arrington
";
arnews[3] += "After the Patriots' win over the Dolphins two weeks ago, there may not have been a happier player in the locker room than Kyle Arrington.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:20:01 GMT";
arnews[3] += "
";
arnews[4]="Report: Bills won't hire coach until 2010
";
arnews[4] += "Buffalo television station WIVB has modified its story about the Buffalo Bills' interest in Jon Gruden to be their next head coach.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:24:49 GMT";
arnews[4] += "
";
arnews[5]="Kickin' back with Tampa Bay Buccaneers kicker Connor Barth
";
arnews[5] += "All I think I know about you is that you're from Wilmington, N.C., which I believe is Michael Jordan's hometown, right? Yes.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:48:32 GMT";
arnews[5] += "
";
totcount = 6;
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("