<%@LANGUAGE="VBSCRIPT"%> <% Dim rsCategories Dim rsCategories_numRows Set rsCategories = Server.CreateObject("ADODB.Recordset") rsCategories.ActiveConnection = MM_connNsaDB_STRING rsCategories.Source = "SELECT category FROM tblCategories ORDER BY category" rsCategories.CursorType = 0 rsCategories.CursorLocation = 2 rsCategories.LockType = 1 rsCategories.Open() rsCategories_numRows = 0 %> NSA Colorado - Email Signup







Receive Emails About Upcoming Events!


By filling out this form I agree to be included in the list of all email transmissions from NSA/CO to members.

Your name:
Company:
Address:
Suite:
P.O. Box:
City
State:
Zip code:
Country:
Phone:
Fax:
Email:
Web Site:

 


(C) 2003 National Speakers Association/Colorado All Rights Reserved Privacy Policy
The NSA/Colorado webmaster is Lance Gibb, Owner of GCS Hosting and Design.
Send mail to lgibb@gibbtech.com with questions or comments about this web site.
Copyright © 1999, 2000, 2001, 2002, 2003 NSA/Colorado
<% rsCategories.Close() Set rsCategories = Nothing %>