var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fox tries to sell message team isn't out of playoff hunt
";
arnews[0] += "The odds already were long and get longer by the day. But Panthers coach John Fox said he is still sending a positive message to his players after Thursday's 24-17 loss to Miami.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:23:14 GMT";
arnews[0] += "
";
arnews[1]="The Blind Side, the Movie
";
arnews[1] += "Reviewing a few of the reviews of \"The Blind Side,\" a movie about the unlikely rise of offensive tackle Michael Oher, who now plays for the Ravens.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:18:09 GMT";
arnews[1] += "
";
arnews[2]="Colts still the one, injuries
";
arnews[2] += "Francisco missed last week's game, so the Colts will be without one of their best special-teams guys.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:36:44 GMT";
arnews[2] += "
";
arnews[3]="Revis Island is a lonely place
";
arnews[3] += "Darrelle Revis has heard enough about his last matchup with Randy Moss. The New York Jets cornerback just wants to move on to the next one.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:29:17 GMT";
arnews[3] += "
";
arnews[4]="Meet the tailgaters: Die-hard Packers fan torn over jerseys
";
arnews[4] += "Some Sundays, Mikki Hjalmquist doesn't know what kind of football fan she is. The Dallas native has been a Green Bay Packers fan for more than 20 years, yet she wore a Minnesota Vikings No.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:21:38 GMT";
arnews[4] += "
";
arnews[5]="Panthers Face Difficult Road After Dolphins Loss
";
arnews[5] += "From Jake Delhomme's struggles to suspect tackling to key injuries and just plain bad luck, there are plenty of reasons for Carolina's 4-6 record.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:48:48 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("