var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Johnson, Finnegan square off in Tenn-Houston game
";
arnews[0] += "That all changed the last time Johnson lined up against Tennessee cornerback Cortland Finnegan .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:45:19 GMT";
arnews[0] += "
";
arnews[1]="Gage out 2nd straight game with broken bones in lower back
";
arnews[1] += "Tennessee receiver Justin Gage will miss Monday night's game in Houston as he recovers from several broken transverse process bones in his lower back.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:09:51 GMT";
arnews[1] += "
";
arnews[2]="Are The Browns Really Considering Charlie Casserly for Their GM Position?
";
arnews[2] += "When the Cleveland Browns decided to fire George Kokinis, I thought it was a step in the right direction.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:34:49 GMT";
arnews[2] += "
";
arnews[3]="NFL previews, picks
";
arnews[3] += "Washington showed some signs of life in beating Denver last week. Still in critical condition, however.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:02:04 GMT";
arnews[3] += "
";
arnews[4]="Weekly wrap: The "James Brown" Rockets play hard. So what?
";
arnews[4] += "I caught some of the radio broadcast of the Rockets' game against Atlanta last night and almost threw up from taking in Craig Ackerman's scrappy-little-team-that-could description of the game.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:55:03 GMT";
arnews[4] += "
";
arnews[5]="Week 11 NFL Picks With Spreads
";
arnews[5] += "All these games are picked based on who will cover the spread. A Washington Redskins at Dallas Cowboys Line: Cowboys by 11 My Pick: Redskins A Cleveland Browns at Detroit Lions Line: Lions by 3.5 My Pick: Lions A San Francisco 49ers at Green Bay Packers Line: Packers by 6.5 My Pick: Packers A Line: Steelers by 10 My Pick: Steelers A Line: Giants by ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:45:37 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("