var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Austin Jackson Added to the 40-Man Roster and Set To Compete for Job
"; arnews[0] += "On Friday, Nov. 20, 2009, the New York Yankees made a few tweaks to their 40-man roster."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:36:57 GMT"; arnews[0] += "
"; arnews[1]="Yankees can play waiting game for Halladay
"; arnews[1] += "Talent, first. An ocean of coin to follow. That's the price tag hanging around Roy Halladay's neck as the small collection of teams that can afford him hatch their plans to acquire arguably the best pitcher in baseball from the Blue Jays."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:23:00 GMT"; arnews[1] += "
"; arnews[2]="KCHS Gold Dinner and Auction Preview
"; arnews[2] += "While state funded schools face economy forced cuts, Kearney Catholic addresses financial concerns of their own."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:39:45 GMT"; arnews[2] += "
"; arnews[3]="Your Move, Andy - Pettitte Hits Free-Agent Market
"; arnews[3] += "It was a foregone conclusion the veteran lefty would file and a strong indication the 37-year-old hurler isn't ready to retire."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:30:08 GMT"; arnews[3] += "
"; arnews[4]="Plane Tix: Yes. Hotel: Yes. White House Invite: No
"; arnews[4] += "The Little League champs have a free ride, food and hotel but still need an invitation."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:21:34 GMT"; arnews[4] += "
"; arnews[5]="Dunn, Kennedy shine in AFL stint
"; arnews[5] += "The Arizona Fall League, if nothing else, opens eyes. Strong performances in the desert can lead to big reputations -- just ask Tommy Hanson of the Braves -- and big opportunities."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:50:00 GMT"; arnews[5] += "
"; arnews[6]="Halladay sweepstakes a Sox-Yankees duel?
"; arnews[6] += "The Yankees recently called the Blue Jays to express interest in superstar pitcher Roy Halladay ."; arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[6] += "
"; totcount = 7; 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("
");