var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Looking Back at TSB's Week in South Florida for Super Bowl 44
"; arnews[0] += "After Sunday night's Super Bowl I slept all of about 45 minutes before I had to jump in a rental car and head to Miami International Airport."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Payton's gamble could be best-ever in Super Bowl history
"; arnews[1] += "New Orleans coach Sean Payton's decision to attempt an onside kick to start the second half Sunday evening will go down as one of the best coaching gambles in Super Bowl history."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 01:41:10 GMT"; arnews[1] += "
"; arnews[2]="VitaminSpice Makes It to the Big Leagues With CWC Sports Marketing
"; arnews[2] += "VitaminSpice has partnered with CWC Sports, a full-service sports marketing company based in Los Angeles, California."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 23:35:59 GMT"; arnews[2] += "
"; arnews[3]="Process for voting on Pro Football Hall of Fame is broken
"; arnews[3] += "FORT LAUDERDALE, Fla. a ' I spent much of my childhood dreaming of getting inducted into the Pro Football Hall of Fame."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 13:51:38 GMT"; arnews[3] += "
"; arnews[4]="High Five: Pro Football Hall of Fame
"; arnews[4] += "Five former NFL stars who will be first-time eligible for the Pro Football Hall of Fame in 2011: 1. Deion Sanders, cornerback: What was more exciting than watching Sanders return one of his 53 interceptions for a touchdown? A lockdown corner, a threat at receiver, kickoff and punt returns."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Super Bowl MVP Drew Brees going to Walt Disney World
"; arnews[5] += "If you watched the Super Bowl tonight you saw a hard fought game between two deserving teams."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 04:56:16 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("
");document.write("
");