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

Web Site

Since 2001, the design and creative services for the Redcoat Band Alumni Association web site; and care of alumni profile information have been donated by Redcoat Alumni Lee Butts (trombone, 1966-1971, BBA '71) and Linda Anderson Butts (flute, 1967-1971, BBA '71).  Enjoy the samples of the design changes over the years that are displayed below.

Suggestions are welcomed through the "Contact Us" link at the top, right of any page.


Web Site Formats Through the Years

2010


2009



2007



2005



2004



2002



2001




 

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