var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Morris may be in running
";
arnews[0] += "Running back Laurence Maroney is prone to fits of silliness for benefit of the media, and yesterday he engaged in one to make a point.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:50:23 GMT";
arnews[0] += "
";
arnews[1]="Colts' backup quarterbacks work while No. 18 plays
";
arnews[1] += "Peyton Manning has started all 185 games of his 12-year NFL career. He has taken every snap in 157 of them.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:46:10 GMT";
arnews[1] += "
";
arnews[2]="Redondo's Hyman has huge game in Western Division victory over Knight
";
arnews[2] += "Redondo s Ryan Hyman goes high in the end zone to make a touchdown catch against Knight s Erick Ramirez in the second quarter.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:21:15 GMT";
arnews[2] += "
";
arnews[3]="Alice in Chains
";
arnews[3] += "Kenny Wayne Shepherd has been on a rookie roll with his loaded fantasy football roster.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:40:54 GMT";
arnews[3] += "
";
arnews[4]="Set for Jets: Tom Brady will look to avenge the Patriotsa Week 2 loss to the Jets this Sunday.
";
arnews[4] += "No doubt about it: Those slugfests that have taken place between the Patriots [ team stats ] and Indianapolis Colts this decade have made for an intense and historic rivalry.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:04:38 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("