Group Thank You Offer

We hope you and your group members had as much fun at the game as we did! As a thank you for being a part of our season, we want to extend an opportunity for you to come back this season.

By purchasing another group night during the 2011-12 season, we'll upgrade your seating section one price level, and give you $5.00 in Gorilla Bucks for each ticket, to be used at our concession stands. By purchasing additional tickets, you could also qualify for membership into our Center Circle program, the most exclusive group leader rewards program in the valley, for more information on the Center Circle, click here.

To learn more about the offer and look at available games and prices, please fill out the form below with your account information and your sales representative will follow up within 24 hours. We look forward to seeing you back at US Airways Center soon.

Fill out the form below to learn more!

//You should create the validator only after the definition of the HTML form var frmvalidator = new Validator("EloquaForm");

frmvalidator.addValidation("firstname","req","First Name Required"); frmvalidator.addValidation("firstname","alpha","Alphabetic chars only");

frmvalidator.addValidation("lastname","req","Last Name Required"); frmvalidator.addValidation("lastname","maxlen=20","Max length is 20");

frmvalidator.addValidation("email","maxlen=50"); frmvalidator.addValidation("email","req"); frmvalidator.addValidation("email","email");

frmvalidator.addValidation("phone","maxlen=50"); frmvalidator.addValidation("phone","numeric");

frmvalidator.addValidation("groupname","req","Group Name Required"); frmvalidator.addValidation("groupname","maxlen=20","Max length is 20");

frmvalidator.addValidation("accountrep","req","Please Enter the Name of Your Account Representative"); frmvalidator.addValidation("accountrep","maxlen=20","Max length is 20");