var arnews = new Array(3); totcount = 3; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="Fans Think NFL Tickets Are Worth More This Year
"; arnews[0] += "At this time last year, the average NFL ticket was being listed by fans on the secondary market for $154. This year, according to ticket search engine FanSnap, the average NFL ticket is being listed for $252."; arnews[0] += "
Publ.Date : Fri, 30 Jul 2010 19:38 GMT"; arnews[0] += "
"; arnews[1]="IMG’s Acquisition Is Good For The College Business
"; arnews[1] += "Sports management firm IMG announced yesterday that it was acquiring ISP, a collegiate sports marketing firm that, like IMG, buys and then sells the marketing rights to the inventory for college sports teams."; arnews[1] += "
Publ.Date : Thu, 29 Jul 2010 17:25 GMT"; arnews[1] += "
"; arnews[2]="Washington Nationals Strike Out On Strasburg Scratch
"; arnews[2] += "On Tuesday night, 40,043 fans went through the turnstiles at Nationals Park expecting to see Stephen Strasburg pitch. But minutes before the game, Strasburg just couldn’t get loose. As soon as word got back that Strasburg’s shoulder was stiff, it was clear that he wasn’t pitching."; arnews[2] += "
Publ.Date : Thu, 29 Jul 2010 15:41 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("
");