var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Steelers hoping to find focus in Kansas City
";
arnews[0] += "After a tough divisional game last weekend and another on the horizon, the Pittsburgh Steelers just might be looking past this Sunday's meeting with the Kansas City Chiefs at Arrowhead Stadium.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:25:24 GMT";
arnews[0] += "
";
arnews[1]="Ravens try to avoid becoming another Colts victim
";
arnews[1] += "Other than the Indianapolis Colts themselves, the group of people happiest about the Colts' near-miracle comeback against the New England Patriots last Sunday night had to be the Baltimore Ravens.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:21:33 GMT";
arnews[1] += "
";
arnews[2]="Playoff projections begin for Bengals
";
arnews[2] += "Last Sunday could not have gone any better for the Bengals. Not only did the win at Pittsburgh - in what is being called in some circles the battle of 18-12 - give them control of the AFC North, but it also moved them up to the second seed in the conference.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:15:40 GMT";
arnews[2] += "
";
arnews[3]="Bad time to be playing Patriots
";
arnews[3] += "There's never really a good time for the New York Jets to face the Patriots. Since Bill Belichick became New England's coach in 2000, the Jets are 7-13 against their rivals from Foxborough.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:56:51 GMT";
arnews[3] += "
";
arnews[4]="Lions' Kevin Smith set for big game vs. Browns
";
arnews[4] += "Detroit Lions running back Kevin Smith, left, has a good shot at surpassing the 100-yard rushing mark Sunday against the 32nd-ranked Cleveland defense.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:52:35 GMT";
arnews[4] += "
";
totcount = 5;
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("