%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
Dim MM_paramName
%>
<%
' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters
Dim MM_keepNone
Dim MM_keepURL
Dim MM_keepForm
Dim MM_keepBoth
Dim MM_removeList
Dim MM_item
Dim MM_nextItem
' create the list of parameters which should not be maintained
MM_removeList = "&index="
If (MM_paramName <> "") Then
MM_removeList = MM_removeList & "&" & MM_paramName & "="
End If
MM_keepURL=""
MM_keepForm=""
MM_keepBoth=""
MM_keepNone=""
' add the URL parameters to the MM_keepURL string
For Each MM_item In Request.QueryString
MM_nextItem = "&" & MM_item & "="
If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item))
End If
Next
' add the Form variables to the MM_keepForm string
For Each MM_item In Request.Form
MM_nextItem = "&" & MM_item & "="
If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item))
End If
Next
' create the Form + URL string and remove the intial '&' from each of the strings
MM_keepBoth = MM_keepURL & MM_keepForm
If (MM_keepBoth <> "") Then
MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1)
End If
If (MM_keepURL <> "") Then
MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1)
End If
If (MM_keepForm <> "") Then
MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
End If
' a utility function used for adding additional parameters to these strings
Function MM_joinChar(firstItem)
If (firstItem <> "") Then
MM_joinChar = "&"
Else
MM_joinChar = ""
End If
End Function
%>
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
If (Application("sportID") <> "") Then
Recordset1__MMColParam = Application("sportID")
End If
%>
<%
Dim Recordset1
Dim Recordset1_cmd
Dim Recordset1_numRows
Set Recordset1_cmd = Server.CreateObject ("ADODB.Command")
Recordset1_cmd.ActiveConnection = MM_sknew_STRING
Recordset1_cmd.CommandText = "SELECT * FROM dbo.pr WHERE sportID = ? ORDER BY [Date] DESC"
Recordset1_cmd.Prepared = true
Recordset1_cmd.Parameters.Append Recordset1_cmd.CreateParameter("param1", 5, 1, -1, Recordset1__MMColParam) ' adDouble
Set Recordset1 = Recordset1_cmd.Execute
Recordset1_numRows = 0
%>
<%
Dim Recordset2__MMColParam
Recordset2__MMColParam = "1"
If (Request.QueryString("sportID") <> "") Then
Recordset2__MMColParam = Request.QueryString("sportID")
End If
%>
<%
Dim Recordset2
Dim Recordset2_cmd
Dim Recordset2_numRows
Set Recordset2_cmd = Server.CreateObject ("ADODB.Command")
Recordset2_cmd.ActiveConnection = MM_sknew_STRING
Recordset2_cmd.CommandText = "SELECT * FROM dbo.pr WHERE sportID = ? ORDER BY [Date] DESC"
Recordset2_cmd.Prepared = true
Recordset2_cmd.Parameters.Append Recordset2_cmd.CreateParameter("param1", 5, 1, -1, Recordset2__MMColParam) ' adDouble
Set Recordset2 = Recordset2_cmd.Execute
Recordset2_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = 6
Repeat1__index = 0
Recordset2_numRows = Recordset2_numRows + Repeat1__numRows
%>
Tickets can be purchased at the ticket office, by phone at 1-866-445-GORU (4678), or online.
We accept cash, check, Visa, MasterCard, and Discover.
Which sports are tickets available for?
Season, partial season and single game tickets are available for men’s and women’s basketball and football.
Men’s and women’s soccer and men’s lacrosse tickets are available only on game day.
All other sports do not require the purchase of a ticket .
How are seats assigned?
Season ticket seating is based on the priority points system.
Single game seating for football and men’s basketball is based on availability.
Women’s basketball, men’s lacrosse, men’s and women’s soccer single game seating is general admission.
What is the “priority points system”?
Priority points are accumulated by maintaining season tickets over consecutive years as well as through donations to the Scarlet R Club (732-932-7629). Some seating sections require a minimum number of priority points before purchase. For more info click here.
All seat changes and /or parking change requests must be done in writing on your renewal. It is important to get the renewal back to us by the deadline date.
What are handling fees?
When placing a phone order through the ticket office, there is a $6.00 handling charge for the total order. When purchasing online there is a per ticket charge as well as a $3.00 handling charge. There is a cap to this is you are ordering more than one online.
What seating is available for fans with disabilities?
If you or anyone in your party requires special seating needs, notify our ticket staff when placing your order. All facilities offer seating for disabled fans and allow an additional seat to be purchased in this area for a companion.
Parking
Football lots open 3 hours prior to kick-off, with the exception of homecoming which is 4 hours.
The only parking lots sold for single games are Purple or the RAC (subject to availability). The Purple Lot is a 10 minute walk to the stadium, but does also offer a tram service. RAC shuttles run continuously throughout the Game starting 3 hours prior to kick-off.
For a map of the different parking lots, click here.
How late can I place my ticket order for Will Call?
If the game is on the weekend then orders must be placed on Friday by 12 noon. If the game is during the week; then orders must be placed by 12 noon the day of.
Where is Will Call located?
For Football games Will Call is located at the North gate.
For Basketball it is located at the window all the way to the left in front of the RAC.
Where is the player guest entrance located?
For football games player guest is located at the East Gate
For Basketball games it is located at the Media Entrance on the South side of the RAC.
A ticket representative will be there to help you. It is very important to have ID ready, as no tickets are released without proper identification.