var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TheSpec.com - Sports - MASH bowled over by latest Super Bowl TV ... - Hamilton Spectator
";
arnews[0] += "The viewership estimate obliterated the previous record viewership for a Super Bowl -- last year's game between the Arizona Cardinals and the Pittsburgh Steelers. That game was seen by 98.7-million people. The MASH record has proven as durable and ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:33:00 GMT";
arnews[0] += "
";
arnews[1]="Super Bowl breaks 'MASH' viewership record: CBS - Investors Business Daily
";
arnews[1] += "... t match the \"MASH\" mark, it was highest fast-national mark for a Super Bowl since the 1996 game, when the Dallas Cowboys defeated the Pittsburgh Steelers. Final nationwide ratings are due in from Nielsen on Tuesday, CBS executives said.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 21:02:00 GMT";
arnews[1] += "
";
arnews[2]="Super Bowl notes: Steelers' Holmes hopes winner is ... no one - Morris County Daily Record
";
arnews[2] += "MIAMI (AP) — A year ago, Santonio Holmes got his hands on the Vince Lombardi Trophy. Watching someone else take a turn with the NFL's shiny silver chalice this season is a difficult reality for the Pittsburgh Steelers' standout wide receiver. \"I ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 21:24:00 GMT";
arnews[2] += "
";
arnews[3]="UK hires Tee Martin as WR coach - CNN Sports Illustrated
";
arnews[3] += "LEXINGTON, Ky. (AP) -- Former Tennessee quarterback Tee Martin has been hired by Kentucky as wide receivers coach. Wildcats coach Joker Phillips announced the hiring Tuesday. Martin led the Volunteers to their last national championship in 1998. He ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:43:00 GMT";
arnews[3] += "
";
arnews[4]="Kentucky Hires Tee Martin As Receivers Coach - WTVF
";
arnews[4] += "(AP) LEXINGTON, Ky. - Former Tennessee quarterback Tee Martin has been hired by Kentucky as wide receivers coach. Wildcats coach Joker Phillips announced the hiring Tuesday. Martin led the Volunteers to their last national championship in 1998. He ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="It's official: Tee Martin to Kentucky - WATE
";
arnews[5] += "He was drafted by the Pittsburgh Steelers in 1999 and spent six season playing professionally in the NFL, NFL Europe and the CFL. Martin played quarterback at Tennessee from 1996-1999. He led the Vols to the 1998 BCS National Championship.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 00:07:00 GMT";
arnews[5] += "
";
arnews[6]="Casinos win as bettors wager $82.7M - ESPN.com
";
arnews[6] += "LAS VEGAS -- Gambling regulators say Nevada casinos won almost $6.9 million on this year's Super Bowl as bettors wagered $82.7 million on the NFL title game. The Nevada Gaming Control Board said Tuesday that the win was $179,000 more than sports ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 23:52:00 GMT";
arnews[6] += "
";
arnews[7]="Nevada casinos win $6.86M on Super Bowl bets - San Jose Mercury News
";
arnews[7] += "Bettors wagered the most in 2006, when $94.5 million was bet on the Pittsburgh Steelers victory over the Seattle Seahawks.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 23:52:00 GMT";
arnews[7] += "
";
arnews[8]="Nevada casinos win $6.86 million on Super Bowl - CNN Sports Illustrated
";
arnews[8] += "LAS VEGAS (AP) -- Nevada casinos won almost $6.9 million on this year's Super Bowl as bettors wagered $82.7 million on the NFL title game, gambling regulators said Tuesday. The Nevada Gaming Control Board said the win was $179,000 more than sports ...";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 00:43:00 GMT";
arnews[8] += "
";
totcount = 9;
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("