var rs = '//www.varsitykansas.com'; //setting this to the main domain so we can use it on other subdomains 
// var rs = ''; //setting this to the empty string so that the source tag for the locked down js will have a relative path
var login_url = rs + '/static/insite/login.html';
var acb = true;
var aa = true;
var reg_omn = false;
var pw_minlen = 6;
var pw_maxlen = 24;
var user_name_maxlen = 128;
var req_fld = new Array();
req_fld["email"] = 1;
req_fld["first_name"] = 1;
req_fld["last_name"] = 1;
req_fld["state"] = 1;
req_fld["country"] = 1;
req_fld["zipcode"] = 1;
req_fld["gender"] = 1;
req_fld["birth_year"] = 1;
req_fld["cf_ack_privacy"] = 1;
req_fld["cf_work_state"] = 1;
req_fld["cf_work_zip"] = 1;

