var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jerome Bettis challenges Dan to mini-Olympics - CNN Sports Illustrated
";
arnews[0] += "Jerome Bettis stopped by to talk some football and shoot around with Dan. After Dan beat Bus in a race at last year's Super Bowl, Bettis wants to compete in numerous sporting events. There was a big controversy over whether they'd include bowling ...";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 23:56:00 GMT";
arnews[0] += "
";
arnews[1]="Jerome Bettis Grille 36 Named 'Sports Bar Of The Year' - WPXI
";
arnews[1] += "PITTSBURGH -- The Jerome Bettis Grille 36 has won a national competition. It was named the \"2010 Sports Bar of the Year.\" Nightclub and Bar Magazine turned to restaurant and bar industry veterans to determine the best sports bar";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 12:44:00 GMT";
arnews[1] += "
";
arnews[2]="Jerome Bettis Talks Fandemonium, Steelers and Running Back Committees - Sporting News
";
arnews[2] += "Today at Radio Row, Jerome Bettis dedicated a few minutes to discuss his involvement with Monster.com's \"Director of Fandemonium\" promotion , which will name the winner of the two remaining finalists during the CBS Super Bowl pregame show. Voting ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 19:28:00 GMT";
arnews[2] += "
";
arnews[3]="Jerome Bettis Says Bill Cowher “Holding Out” to Coach the NY ... - NFL GridIron Gab
";
arnews[3] += "Bill Cowher wants to be the next head coach of the Giants. At least, he does according to Jerome Bettis, Cowher’s former running back with the Pittsburgh Steelers. Bettis said the reason Cowher hasn’t returned to coach is because he’s ...";
arnews[3] += "
Publ.Date : Fri, 15 Jan 2010 20:12:00 GMT";
arnews[3] += "
";
arnews[4]="Four Years Later The Bus Is Still Running Strong: Q&A With Jerome ... - Bleacherreport.com
";
arnews[4] += "After a 13-year NFL career that earned him six Pro Bowl appearances, two first-team All-Pro selections, a Super Bowl ring, and over 13,000 rushing yards (fifth all-time), Jerome Bettis still finds a way to keep the wheels on the bus going round and ...";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[4] += "
";
arnews[5]="The Prince of Darkness, in his own words! - CRAVE ONLINE
";
arnews[5] += "Easily one of the most debatable topics in sports, the top ten running backs of all time is a topic that’s been covered by everyone and their mother. I honestly believe that with the level of talent that the position has had over the years, there ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 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("