var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Schein 9: Watch out for Falcons
"; arnews[0] += "Adam Schein hosts the Sirius Blitz on Sirius NFL Radio from 11-3 ET. He also co-hosts Loudmouths on Sports Net New York every weeknight at 6 ET."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:03:55 GMT"; arnews[0] += "
"; arnews[1]="Burgers, beers and the Super Bowl just yards away from the Old Course
"; arnews[1] += "Tom Slattery, a New Orleans native and student at the University of St. Andrews, wore his Marques Colston jersey on Sunday night."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Bobcats take 5 titles, Seahawks get 4 at region wrestling tourney
"; arnews[2] += "David Beck used a rather simple phrase to describe the way he approaches each wrestling match -- tunnel vision."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:43:07 GMT"; arnews[2] += "
"; arnews[3]="Super Bowl XLIV: Keys to the game
"; arnews[3] += "BY JAN HUBBARD 1 Peyton Manning vs. Saints defense: Actually, you could make a case that the three keys to the game are Peyton, Peyton and Peyton."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 05:58:00 GMT"; arnews[3] += "
"; arnews[4]="Saints will go old school to knock off Colts
"; arnews[4] += "Jim Mashek Jim Mashek's column has appeared in The Sun Herald since 1994. He hails from Houston and suburban Washington, D.C., and graduated from Western Kentucky University in 1978."; arnews[4] += "
Publ.Date : Tue, 09 Aug 2005 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="New Orleans Saints' Curtis Johnson varies approach with players
"; arnews[5] += "New Orleans Saints wide receivers coach Curtis Johnson is known for pushing his players relentlessly."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 03:02:41 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("
");