var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Steelers' Roethlisberger To Grace Cover Of Men's Fitness
";
arnews[0] += "Pittsburgh Steelers quarterback Ben Roethlisberger is set to appear on the cover of the December/January issue of Men's Fitness magazine.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:33:43 GMT";
arnews[0] += "
";
arnews[1]="Byrne Identity: Colts Offense May Be Best Ever
";
arnews[1] += "I don't know if the Colts' offense is the best in the history of the NFL. But, it's at least in the ballpark.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:20:13 GMT";
arnews[1] += "
";
arnews[2]="Coaches a strength for Cavs
";
arnews[2] += "Callaway coaches, from left, Dusty Hubbard, head coach Pete Wiggins, offensive coordinator Matt Napier and assistant head coach Eric Woods look on during a practice earlier this season.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:36:53 GMT";
arnews[2] += "
";
arnews[3]="Perfection a pleasant surprise for MCC coach
";
arnews[3] += "There has to be a part of a football coach that loves the challenge of August. The previous year is gone and a new season awaits, but none of them can be sure what lies ahead, good or bad.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:35:34 GMT";
arnews[3] += "
";
arnews[4]="Stats and Consistency Put Manning Over the Top
";
arnews[4] += "The true mark of a great NFL quarterback is his ability to directly impact and contribute to his team's success.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 10:50:31 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("