%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' *** Restrict Access To Page: Grant or deny access to this page MM_authorizedUsers="" MM_authFailedURL="login.asp" MM_grantAccess=false If Session("MM_Username") <> "" Then If (true Or CStr(Session("MM_UserAuthorization"))="") Or _ (InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then MM_grantAccess = true End If End If If Not MM_grantAccess Then MM_qsChar = "?" If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&" MM_referrer = Request.ServerVariables("URL") if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString() MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer) Response.Redirect(MM_authFailedURL) End If %> <% Dim Recordset1__MMColParam Recordset1__MMColParam = "1" If (Session("MM_Username") <> "") Then Recordset1__MMColParam = Session("MM_Username") End If %> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_PBBMember_STRING Recordset1.Source = "SELECT FirstName, LastName FROM RosterNew WHERE ID = " + Replace(Recordset1__MMColParam, "'", "''") + "" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %>
![]() |
![]() |
| Members' Area >> Music Samples |
|
Music Downloads All selections are in MP3 format unless otherwise noted. File sizes are shown in parentheses. 2009 Northern Illinois University w/DeKalb Festival Chorus- December 13, 2009
2009 USO Judges Recordings - November 7, 2009 - Norris Cultural Arts Center, St. Charles, IL
2009 USO Prep Rehearsal - November 1, 2009 - Forest View Community Center
U.S. Open Preview Concert - First Congregational Church, Western Springs, IL - November 4, 2007
Our Saviour's Lutheran Church Concert - June 10, 2007
Current Selections
Just for Fun
U.S. Open Preview Concert, October 23, 2005
|
<% Recordset1.Close() Set Recordset1 = Nothing %>