<%@LANGUAGE="VBSCRIPT"%> <% Dim rsRed Dim rsRed_numRows Set rsRed = Server.CreateObject("ADODB.Recordset") rsRed.ActiveConnection = MM_connRedcoats_STRING rsRed.Source = "SELECT * FROM Pictures ORDER BY p_created DESC" rsRed.CursorType = 0 rsRed.CursorLocation = 2 rsRed.LockType = 1 rsRed.Open() rsRed_numRows = 0 %> Redcoat Band Alumni Association - Official Web Site

Contact Us

Send email


Your Name:
Your Email:
Your Comment:


To update or add your contact info, include the following:
first name, last name, maiden name (if applicable), section, address, city, state, zip, email, home phone, day phone, cell phone, first & last year in Redcoats, class of ?, birth month & birth day, and Redcoat spouse (if applicable).

Should we contact you? Yes No

<% rsRed.Close() Set rsRed = Nothing %>