var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Five Areas the Cincinnati Bengals Must Address in the Offseason
";
arnews[0] += "Bleacher Report publishes the best Cincinnati Bengals newsletter on the internet.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:32:31 GMT";
arnews[0] += "
";
arnews[1]="Chat wrap: Tomlinson to Pittsburgh?
";
arnews[1] += "Welcome to SportsNation! On Tuesday, ESPN.com AFC North blogger James Walker will stop by to chat about the NFL and what to expect from your team.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:30:07 GMT";
arnews[1] += "
";
arnews[2]="Nevada casinos win $6.86M on Super Bowl bets
";
arnews[2] += "Pierre Garcon celebrated the biggest day of his NFL career by honoring his Haitian relatives.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:00:23 GMT";
arnews[2] += "
";
arnews[3]="Running back DeDe Dorsey signs with Lions
";
arnews[3] += "The Lions signed former Cincinnati Bengals running back DeDe Dorsey to a two-year contract on Tuesday.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:27:21 GMT";
arnews[3] += "
";
arnews[4]="49ers 2011 Super Bowl Odds
";
arnews[4] += "As always happens, we've got Super Bowl Odds for 2011 already set up. Obviously it's way to soon to know, but it's still fun to check them out.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:55:56 GMT";
arnews[4] += "
";
arnews[5]="Home teams have the upper hand heading into NFL playoff weekend
";
arnews[5] += "Brett Favre of the Minnesota Vikings is sacked by Tank Johnson of the Cincinnati Bengals on Dec.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:54:11 GMT";
arnews[5] += "
";
arnews[6]="Jets try to wrap up win against Atlanta
";
arnews[6] += "It's the most wonderful time of the year. Except, that is, if you're a New York Jets fan.";
arnews[6] += "
Publ.Date : Sat, 19 Dec 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("