var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Retro Style: Knoxville apparel company gets boost from throwback jerseys
"; arnews[0] += "Rolls of brightly colored fabric wait to be cut and sewed together into throwback jerseys."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:40:20 GMT"; arnews[0] += "
"; arnews[1]="Ex-Phil Glanville talks about his decision to leave
"; arnews[1] += "So much of the focus during the MLB free agency period is on what the teams are doing, it's easy to lose sight of the players' perspective."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:38:31 GMT"; arnews[1] += "
"; arnews[2]="Phillies vs. Dodgers NLCS Game 2
"; arnews[2] += "Photos from the Philadelphia Phillies vs. Los Angeles Dodgers in Game 2 of the National League Championship Series on Friday, October 16, 2009 at Dodger Stadium in Los Angeles."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:58:34 GMT"; arnews[2] += "
"; arnews[3]="Ring 'gratifying' for Thomson
"; arnews[3] += "It took a while for Rob Thomson to get home to Tampa to begin the shortest off-season he's had in 20 years in the New York Yankees' organization."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:42:16 GMT"; arnews[3] += "
"; arnews[4]="Why Curt Schilling Is a MLB Hall Of Famer
"; arnews[4] += "We all know how much Curt Schilling stirred up emotions in people, but when it comes down to it, the man was a fantastic pitcher, and belongs in the Hall of Fame."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:37:36 GMT"; arnews[4] += "
"; arnews[5]="Philadelphia Phillies Should Get Back in on Roy Halladay
"; arnews[5] += "So, last week, the rumors resurfaced that the Phillies are still trying to acquire Roy Halladay from the Toronto Blue Jays, and the memories of the hours leading up to the trade deadline in July relinquished."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:36:35 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("
");