var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rattlers turn to freshman quarterback Martin Ukpai against B-CU
";
arnews[0] += "The big story coming into the Florida Classic on Saturday was the status of star Curtis Pulley , the All- MEAC first-team quarterback for Florida A&M. But with the senior sidelined after suffering a groin pull a week ago against Hampton, and backup Eddie Battle ruled out after suffering a separated shoulder in that same game, the Rattlers turned to ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:40:48 GMT";
arnews[0] += "
";
arnews[1]="Cincinnati Bengals are Bungles no more
";
arnews[1] += "Disillusioned Raiders fans used to be able to count on the Cincinnati Bengals as one of the few teams that made their team's tailspin somewhat palatable.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:27:43 GMT";
arnews[1] += "
";
arnews[2]="Steelers rock on against local troops
";
arnews[2] += "By Teresa Varley Steelers.com Steelers players are thankful and appreciative for everything those in the United States Military do for our country, but that doesn't mean they aren't going to bring their A-game when it's time to go head-to-head with a group of soldiers at video games.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:12:39 GMT";
arnews[2] += "
";
arnews[3]="Week 12 NFL Predictions: Playoffs or Not?
";
arnews[3] += "Green Bay plays Detroit in the early Thanksgiving game. The Packers have good match-ups and can control this game.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:56:06 GMT";
arnews[3] += "
";
arnews[4]="Chargers: Norv Turner Has Been a Better Than Average Coach in San Diego
";
arnews[4] += "After the Chargers totally blew that game against the Baltimore Ravens this season, I wrote the following: Every year, I write articles about how big a moron Norv Turner is, and then have to retract my statements at the end of the year.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:54:15 GMT";
arnews[4] += "
";
arnews[5]="NFL Beat: Interim coaches seldom succeed
";
arnews[5] += "As one of the original AFL owners, Ralph Wilson has been around pro football for 50 years.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:06:57 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("