var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fisher says new movie 'very well done'Titans Coach Jeff Fisher met...
";
arnews[0] += "Titans Coach Jeff Fisher gives The Blind Side two thumbs up. The movie depicts the true story of Michael Oher, a homeless youngster who was taken in by a wealthy Memphis family and went on to become a star tackle at Ole Miss and a first-round draft pick by the Ravens.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:52:41 GMT";
arnews[0] += "
";
arnews[1]="Steelers Play Guitar Hero With Soldiers Overseas
";
arnews[1] += "Share + Nov 20, 2009 9:39 pm US/Eastern Reporting Brenda Waters A Friday game for the Steelers? It wasn't on the field and not everyone played, but it sure was memorable.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:09:56 GMT";
arnews[1] += "
";
arnews[2]="Steelers join soldiers for video-game competition
";
arnews[2] += "Tammie Miller couldn't believe it when she saw her son Devin on the Internet while he was stationed overseas.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:03:21 GMT";
arnews[2] += "
";
arnews[3]="History shows QB Big Ben rebounds quickly
";
arnews[3] += "The timing of the Steelers ' offense seemed to be off last Sunday in an 18-12 loss to the Bengals .";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:30:06 GMT";
arnews[3] += "
";
arnews[4]="Offense must be patient
";
arnews[4] += "When asked about the Steelers' offensive struggles against Cincinnati, wide receiver Hines Ward shrugged his response.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:09:48 GMT";
arnews[4] += "
";
arnews[5]="NFL games for this weekend
";
arnews[5] += "BROWNS AT LIONS When: 1 p.m. EST Sunday. Line: Lions by 3 Synopsis: This one has about as much pop as an open can of soda that's been sitting on the table all day.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:54:54 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("