var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Mets have history of hauling in hardware
"; arnews[0] += "With acknowledgment of and apologies to Cleon Jones, Rusty Staub, Darryl Strawberry, Mike Piazza and David Wright, the Mets usually have made their bones on the mound."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:55:00 GMT"; arnews[0] += "
"; arnews[1]="Aztec to review its departments
"; arnews[1] += "The city of Aztec will spend $25,000 to conduct a performance review of the Aztec Police Department in hopes to save money."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:24:19 GMT"; arnews[1] += "
"; arnews[2]="Padres in the Hall of Fame? - Votes take place in two weeks
"; arnews[2] += "One of the great second basemen ever, Roberto Alomar started his career with the Padres in 1988 before being traded to the Blue Jays in the deal that brought Fred McGriff to San Diego."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:20:03 GMT"; arnews[2] += "
"; arnews[3]="Investigating John Lackey
"; arnews[3] += "Buster Olney ranks the Mets as the fourth-most likely team to win the John Lackey Sweepstakes.A This is on the heels of David Lennon saying that the Mets will be serious bidders on the Angel free agent as well."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 02:28:29 GMT"; arnews[3] += "
"; arnews[4]="Dona t Cry for Pedro, Hea s Already Gone
"; arnews[4] += "After his decent finish to the 2009 season and his good start in the world series, Mets fans can be forgiven for wondering if perhaps Pedro Martinez would have been a good pitcher to re-sign going into this past season."; arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 04:33:32 GMT"; arnews[4] += "
"; arnews[5]="Arizona Fall League Report
"; arnews[5] += "Some Mets are still playing baseball. That's right, the best and brightest prospects are in the Arizona Fall League and there's good news to report."; arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 03:39:55 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("
");