<%@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

Privacy Policy

 
  1. The Redcoat Band Alumni Association (RBAA) collects contact information on alumni and friends of the Redcoats for contact related to the RBAA events or campaigns.  No information will be sold for commercial use.
  2. The RBAA web site has two levels of information.  The first unsecured level displays information for general alumni review.  The second secure level of the web site allows alumni to view and update their profile information without details being displayed to the public pages of the web site.  This second level is only viewed via a login/password access process.
  3. Alumni can send emails to other alumni by completing a form.  This process sends an email to the email address on the profile without divulging the email to the public.
  4. If you have Privacy Questions, simply select the "Contact Us" link at the top, right of any web page.


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