var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Raiders-Cowboys Preview
";
arnews[0] += "The NFC East-leading Dallas Cowboys are wondering what's going on with their offense.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 21:21:27 GMT";
arnews[0] += "
";
arnews[1]="Cincinnati Bengals Week 11 Report Card
";
arnews[1] += "The Cincinnati Bengals reverted back to their old ways on Sunday and it resulted in a loss to the Oakland Raiders.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 15:42:50 GMT";
arnews[1] += "
";
arnews[2]="Raiders' new QB Bruce Gradkowski jells with wide receivers
";
arnews[2] += "JaMarcus Russell's inability to get the ball to his wide receivers consistently was a big reason Raiders coach Tom Cable turned to as his quarterback.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 12:30:15 GMT";
arnews[2] += "
";
arnews[3]="Raiders pull off stirring comeback to upset Bengals
";
arnews[3] += "Before the season even started, the Oakland Raiders picked this week's game to dedicate to Marquis Cooper, their former special teams star who died in a boating accident this year.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Week 12 player rankings
";
arnews[4] += "The following player rankings are based on expectations for this week only, not for the entire season, taking into account this week's specific matchups and injuries.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 17:04:59 GMT";
arnews[4] += "
";
arnews[5]="Bengals Nation Extra Tonight on Local12.com
";
arnews[5] += "TV 1906 Highland Ave Cincinnati, OH 45219 513-763-5500 Driving Directions Breaking News Hotline 579-1212 Newsroom Fax 421-3820 Viewer Comment Line 763-5599 Sales Department 763-5485 Click for Sales Staff Directory **IF YOU HAVE A QUESTION OR COMMENT FOR LOCAL 12, WKRC-TV, WE RESPECTFULLY ASK THAT YOU NOT CALL THE LOCAL 12 NEWSROOM.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 16:42:53 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("