var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Expectations Downgraded to "Nothing" for Browns' Offense Against Lions
";
arnews[0] += "At least the Lions can score a touchdown every could of games. Every week, I try to reach as far as I can into the bag of optimism for the Cleveland Browns .";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:26:57 GMT";
arnews[0] += "
";
arnews[1]="Lions quarterback Matthew Stafford takes full responsibility for string of dropped passes
";
arnews[1] += "Detroit Lions quarterback Matthew Stafford has completed 54 percent of his passes and has thrown six touchdowns and 12 interceptions.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:17:53 GMT";
arnews[1] += "
";
arnews[2]="Lions' Jim Schwartz, Browns' Eric Mangini fighting for wins
";
arnews[2] += "Detroit Lions coach Jim Schwartz and Cleveland Browns coach Eric Mangini have come full circle.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:17:33 GMT";
arnews[2] += "
";
arnews[3]="Browns vs. Lions is a battle of the bads
";
arnews[3] += "In the mid-1950s, the Browns and Lions met in the NFL Championship Game almost annually.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:14:54 GMT";
arnews[3] += "
";
arnews[4]="Rice emerging as big-play receiver for Vikings
";
arnews[4] += "Brett Favre was on the sideline between possessions during a recent game, quizzing his receivers about what type of coverage they faced.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:28:33 GMT";
arnews[4] += "
";
arnews[5]="HG girls grab first-place at tournament
";
arnews[5] += "The Honey Grove Lady Warriors held Bland to single-digit scoring during the first three quarters and ended up scoring a 54-31 victory to claim first place in the Campbell Tournament Saturday night.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 05:23:25 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("