var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On the Steelers: Team's greats should have their own place of honor
";
arnews[0] += "Few NFL teams have the kind of history combined with a large fan base as do the Steelers.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:05:27 GMT";
arnews[0] += "
";
arnews[1]="NFL: Mike Holmgren indicates he would be interested in working for Cleveland Browns
";
arnews[1] += "Mike Holmgren, former Seahawks and Green Bay Packers coach, has indicated he would be interested in working for the Cleveland Browns.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:00:52 GMT";
arnews[1] += "
";
arnews[2]="Ed Killer: Giving Thanks -- We Have Many Blessings to Count
";
arnews[2] += "Thursday afternoon, when bellying up to Aunt Mildred's dining room table, remember to do these three things: 1. Wash your hands, for the sake of good manners and swine flu prevention; 2. Say Grace, because we have a lot for which to be thankful; 3. Take the batteries out of the remote control so as not to accidentally watch the Detroit Lions take a ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:59:47 GMT";
arnews[2] += "
";
arnews[3]="Injury report
";
arnews[3] += "Rookie Michael Crabtree is the 49ers' leader in receiving targets . Here are the up-to-the-minute updates for Week 11's crucial slate of games.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:58:27 GMT";
arnews[3] += "
";
arnews[4]="Bald Baron's best bet for Week 11 of the NFL
";
arnews[4] += "The Bald Baron's stone-cold mortal, lead-pipe cinch lock for Week 11 of the NFL season is the Green Bay Packers over the Niners from San Francisco.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:51:53 GMT";
arnews[4] += "
";
arnews[5]="Rodgers lifts Butte past a
";
arnews[5] += "Butte College quarterback Jordan Rodgers connected with running back Marcus Preciado for a 50-yard touchdown with 7:34 left, sending the Roadrunners to a 22-15 win over Sierra in the PremierWest Bank Bowl at Homer a oeBuzza Ostrom Stadium Saturday afternoon.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:49:44 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("