var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Schultz: Answering the questions from Super Bowl XLIV - TSN
"; arnews[0] += "Late Sunday night, early Sunday morning and Super Bowl XLIV is now a reality and a memory. I began with 20 questions of personal interest, some football related, some not so much. Questions that could not be answered until the week is over and now ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:59:00 GMT"; arnews[0] += "
"; arnews[1]="Smith, Rice are frontrunners for Hall of Fame induction - TSN
"; arnews[1] += "Jesse Palmer and Chris Schultz will be in Miami for Super Bowl Week, and from Wednesday to Saturday they will be answering viewer questions online. Email your Super Bowl Question to Jesse and Chris now . Check back later for their video responses!"; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 21:27:00 GMT"; arnews[1] += "
"; arnews[2]="Theismann says Tebow should have retired - NBC Sports
"; arnews[2] += "He leaves the game a much richer man and does commentary for college football (Jesse Palmer). Big Stretch says: February 4, 2010 12:27 PM I can't believe I agree with Theisman. TeBLOW sucks and so do the Gators. darrius_heyward-bey-butterfingers says ..."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 17:17:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");