var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="It's a home game for Colts' Stover
";
arnews[0] += "Matt Stover has converted 14 game-winning field goals during an NFL career that has spanned two decades.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:04:41 GMT";
arnews[0] += "
";
arnews[1]="Lions Q&A: Linebacker Zack Follett likes to work with playwood and bonsai trees
";
arnews[1] += "Twenty questions with Detroit Lions linebacker and special teams ace Zack Follett.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:52:02 GMT";
arnews[1] += "
";
arnews[2]="Ravens try to avoid becoming another Col
";
arnews[2] += "Other than the Indianapolis Colts themselves, the group of people happiest about the Colts' near-miracle comeback against the New England Patriots last Sunday night had to be the Baltimore Ravens.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:53:21 GMT";
arnews[2] += "
";
arnews[3]="Court logs
";
arnews[3] += "Felonies The following felony cases were decided in Pittsburg County District Court Nov.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:37:43 GMT";
arnews[3] += "
";
arnews[4]="GameCast
";
arnews[4] += "Shot on goal by Dion Phaneuf saved by Jonathan Quick PP 17:47 -1 Randy Jones credited with hit on Olli Jokinen in defensive zone PP 17:35 -1 Michal Handzus won faceoff against Olli Jokinen in defensive zone 17:35 -1 Bench penalty to Los Angeles 2 minutes for Delay of Game 17:35 -1 Stoppage - Puck in Netting 17:33 -1 Randy Jones credited with hit on ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:29:04 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("