<%@ include file="Header.jsp" %> <% String countryId = request.getParameter("country"); if(countryId==null){ countryId = "253"; } %> Create Account
     
 

  Create USA Wrestling Account  
 
NOTE: Creating an account only gives you ACCESS to the system. Once you have access you can add/renew memberships and charters. Please enter YOUR information below
* Date of Birth: / /
<%= USAW.Utils.displayAsSelectBox(con,"class='changed' id='country' name='country' title='country' style='width:355' onkeypress='return keyDown(event)' onblur='leaveSelect(this)' onfocus='focusSelect(this)' onchange='countryChanged(this.value)'","select country_id,country_name from tbl_usaw_countries order by country_name",countryId,false) %>
<%= USAW.Utils.displayAsSelectBox(con,"class='unchanged' id='state' name='state' title='* state' style='width:150' onkeypress='return keyDown(event)' onblur='leaveSelect(this)' onfocus='focusSelect(this)'","select state_id,state_name from tbl_usaw_states where country_id = " + countryId + " order by state_name","",true,"* state") %>    -
-
Desired password: Repeat it:
Select all styles of wrestling you are associated with. <%= USAW.Utils.displayAsSelectBox(con,"class='unchanged' id='stylesBox' name='stylesBox' title='styles' style='width:355' multiple='multiple' size='4' onkeypress='return keyDown(event)' onblur='leaveSelect(this)' onfocus='focusSelect(this)'","select style_id,style_name from tbl_usaw_styles order by style_name","",false) %>
NOTE: Hold ctrl and click to select multiple styles.
* Would you like us to email you USAW news and/or announcements?
* Would you like to receive our magazine and other mailings?
* Do we have your permission to sell your email address?
* Do we have your permission to sell your mailing address?
 
   
<%@ include file="Footer.jsp" %>