var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Patriots journal: Patriots-Jet rematch will still look different
";
arnews[0] += "Want an example on how quickly a team's outlook can change in the NFL? Consider the situation for the repeat match between the Patriots and Jets on Sunday at Gillette Stadium.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:20:02 GMT";
arnews[0] += "
";
arnews[1]="Friday's H.S. football playoff previews
";
arnews[1] += "GREGORY-PORTLAND VS. MISSION Last Week: G-P 38, S.A. McCollum 10; Mission 30, Alice 27 The Scoop: G-P coach George Harris likes to run the ball, especially with RBs like Joey Sanchez and Nikki Smith in the backfield.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Greenbrier on verge of being elite 5A program
";
arnews[2] += "Greenbrier's dream season continues tonight with a rare home playoff game. For the second time in as many weeks, the Panthers are playing in the confines of Don Jones Stadium.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:56:13 GMT";
arnews[2] += "
";
arnews[3]="Brady on target to have second-best season ever with Patriots
";
arnews[3] += "This likely isn't a phrase that's uttered too often in regards to a quarterback with three Super Bowl rings, a supermodel wife, bulging bank account and is considered one of the best ever at his position, but: Poor Tom Brady .";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:20:02 GMT";
arnews[3] += "
";
arnews[4]="Belichick's gamble against Colts made sense
";
arnews[4] += "\"You play to win the game.\" That phrase has echoed throughout the NFL for years, ever since Herm Edwards uttered it while coaching the New York Jets.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 21:58:41 GMT";
arnews[4] += "
";
totcount = 5;
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("