var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Record Super Bowl telecast tops "M*A*S*H" record
";
arnews[0] += "Sunday's Super Bowl TV audience set a viewing record for the annual National Football League Championship and eclipsed the 1983 benchmark set by the comedy \"M*A*S*H\" to become the most watched U.S. telecast, according to early ratings data Monday.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:16:24 GMT";
arnews[0] += "
";
arnews[1]="The New Orleans Saints are poised for a lengthy run of contention
";
arnews[1] += "Here's a scary thought for the rest of the NFL: What if the New Orleans Saints aren't one-year wonders? Scott Threlkeld/The Times-Picayune Tracy Porter is one of the young New Orleans Saints the team will build on for the future.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:14:27 GMT";
arnews[1] += "
";
arnews[2]="Ed Bouchette's Steelers chat transcript: 2.9.2010
";
arnews[2] += "Ed, The Super Bowl highlighted the effectiveness of precision passing. A big difference between Pitt.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:47:22 GMT";
arnews[2] += "
";
arnews[3]="Record Super Bowl telecast tops "M*A*S*H" record
";
arnews[3] += "Sunday's Super Bowl TV audience set a viewing record for the annual National Football League Championship and eclipsed the 1983 benchmark set by the comedy \"M*A*S*H\" to become the most watched U.S. telecast, according to early ratings data on Monday.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:32:40 GMT";
arnews[3] += "
";
arnews[4]="Saints' Super Bowl win nips 'M*A*S*H' finale for most-watched show ever
";
arnews[4] += "Move over Hawkeye Pierce, looks like Drew Brees and the New Orleans Saints just took your ratings crown along with the Super Bowl title.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:12:45 GMT";
arnews[4] += "
";
arnews[5]="Steelers sign wide receiver, former Pitt punter
";
arnews[5] += "By John Harris , PITTSBURGH TRIBUNE-REVIEW Tuesday, February 9, 2010 Last updated: 11:55 am The Steelers signed two players to their offseason roster today, including former Pitt punter Adam Graessle.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:55:52 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("