<%@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 %> Rutgers Football - John McNulty
Athletics Homepage  
Football Homepage

John McNulty

Text Size:

Offensive Coordinator/Quarterbacks

John McNultyJohn McNulty enters his fourth season on the Scarlet Knights’ sideline. In addition to coaching the quarterbacks, McNulty was also named offensive coordinator in the Spring 2007. He joined the staff in 2004 and served as the wide receivers coach for two seasons before taking on duties as the assistant offensive coordinator and quarterbacks coach in 2006.

Prior to joining the staff at Rutgers, McNulty spent six seasons as an assistant coach in the National Football League with the Jacksonville Jaguars from 1998-2002, and the Dallas Cowboys in 2003. During his six-year career as an assistant in the NFL, his teams advanced to the playoffs three times. McNulty also had seven years of collegiate coaching experience with the University of Michigan (1991-94) and the University of Connecticut (1995-97), before beginning his tenure at Rutgers.

John McNultyMcNulty served as the Jaguars’ quality control coach in 1998 and 1999, before being named wide receivers coach in 2000. While in Jacksonville, McNulty worked with one of the NFL's top receiving duos in Jimmy Smith and Keenan McCardell. During the 2000 and 2001 seasons, the pair combined for 390 receptions, and 4,903 yards, while Smith earned All-Pro honors both seasons. In 2002, Smith notched 80 receptions for 1,027 yards, the seventh consecutive season that he surpassed the 1,000-yard mark.

McNulty helped Jacksonville to NFL playoff appearances in 1998, with an 11-5 regular-season record, and again in 1999, with a 14-2 regular-season mark. McNulty added to that with Dallas in 2003, as he helped the Cowboys to a 10-6 record and a berth in the playoffs.

A safety as a collegian at Penn State from 1988-90, McNulty was a member of two Nittany Lion bowl teams. He began his coaching career as a graduate assistant at the University of Michigan in 1991. Michigan won two Big Ten titles and appeared in four bowl games, including two Rose Bowl appearances, in McNulty's tenure with the Wolverines. In 1994, McNulty worked with standout wide receivers Amani Toomer (now with the New York Giants) and Mercury Hayes (one-time Atlanta Falcon).

McNulty then moved to Connecticut in 1995, working with wide receivers and special teams. There, he coached wide receivers that surpassed the 1,000-yard mark in receptions in both 1996 and 1997. He helped UConn WR Carl Bond earn All-America notice in 1997.

McNulty, and his wife Kim, are the proud parents of daughters, Abigail, Allison and Megan.

 

The McNulty File

HOMETOWN: Scranton, PA

ALMA MATER: Penn State, ‘90

DATE OF BIRTH: 5/29/68

COACHING CAREER:
2007- Quarterbacks/Offensive Coordinator, Rutgers
2006
Assistant Offensive Coordinator/ Quarterbacks/Wide Receivers, Rutgers 2004-05 – Wide Receivers, Rutgers
2003 Wide Receivers, Dallas Cowboys
2000-02 Wide Receivers, Jacksonville Jaguars
1998-2000 Quality Control Coach, Jacksonville Jaguars
1995-97 Wide Receivers, Connecticut
1991-94 Assistant Coach, Michigan

PLAYING CAREER:
Played safety at Penn State

 
<% Recordset1.Close() Set Recordset1 = Nothing %> <% Recordset2.Close() Set Recordset2 = Nothing %>