<%@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 - New Applicant Form







New Member Application and Payment


Important! Since the NSA/Colorado is a chapter of the National Speakers Association, membership in NSA/Colorado is contingent upon joining the national organization.

If you are an existing member of the National Speakers Association, please click here to begin your registration for the NSA/Colorado Chapter.

For existing NSA/Colorado Members:

  • Members: If you would like to pay your annual dues (renew your membership) click here.
  • Members: To update your info for the 2006-2007 directory information, click here
(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 %>