var arnews = new Array(3); totcount = 3; rnd = 1; document.write("
"); arnews[0]="07/21 Quickie: USC, Lou, SEC, More
"; arnews[0] += "Let’s start with this: It’s not enough for USC to return Reggie Bush’s Heisman Trophy -- now, it’s on the Heisman Trust to give the Trophy to the player who deserved it: Vince Young.Meanwhile: Can someone point to the part of Pat Haden’s resume that would minimally qualify him for a job like Athletic Director?Oh, that’s..."; arnews[0] += "
Author : Dan Shanoff"; arnews[0] += "
"; arnews[1]="07/19 Quickie: Cubs, Heat, More
"; arnews[1] += "Recovering from a busy weekend in Chicago, but the game was terrific. A friend who works for the Cubs got us onto the field before the game for pictures and couldn't have been sweeter to my kid. (Per the comments on the last post, he got that certificate of \"First Game at Wrigley.\" Nice touch.)It was hard to tell how he was exper..."; arnews[1] += "
Author : Dan Shanoff"; arnews[1] += "
"; arnews[2]="07/15 Quickie: 2nd Half Picks
"; arnews[2] += "For reasons I'll explain a little later this morning, today's SN column led with a very global view of the sports world.Coming off the annual Slowest Sports Day of the Year, it was a good moment to take a look at the 2nd half of the sports year with 10 predictions for the rest of 2010.They include some oldie-but-goodies: Boise Stat..."; arnews[2] += "
Author : Dan Shanoff"; 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("
");