function blockError1(){alert('error');return true;}
//function blockError0(){return true;}
window.onerror = blockError1;
var domain = window.location.hostname;

window.onload = function(){
if(go('loginoff')){islogged();}
getrec();
if(go('idtabsmenu') && go('idtabsmenu').style.display != "none"){settabs('tab');}
if(rt() && go('vcartbut')){chktrans();}
if(isAdmin()){document.onkeypress = function(){if(event.keyCode == 27){knocked();}}}
if(go('clock') && go('clock').style.display != "none"){getthetime();}
inputovers();
if(window.Init){Init();}
}

function chktrans(){go('vcartbut').innerHTML='View Cart ('+rt('T')+')';go('vcartbut').style.display='';}

function getrec(){
n = readCookie('getrec');
if(n != null){location = 'http://floridausawrestling.org/trans/receipt.php?tidpass='+n;}}

function IsJava(){
var x = document.getElementsByTagName("SPAN");for (var i=0;i<x.length;i++){if(x[i].isjava){eval(x[i].isjava);}}}

function makerInit(){
ajax(0,'../maker.htm', 'knocker2', '../maker.js', '../drag.js');

//showsettings();
//slider();
}
//####################### Admin & Login #######################

function login(dayz){
x = readCookie('fawa');
if(x != null){
eraseCookie('fawa');
if(go('loginoff')){go('loginoff').innerHTML='Member Login';}
if(go('logmeon')){go('logmeon').style.display='';}
if(go('logmeoff')){go('logmeoff').style.display='none';}
if(go('ctitle')){go('ctitle').innerHTML = 'Please Login For Member Services';}
if(go('Username')){go('Username').value = '';}
if(go('Password')){go('Password').value = '';}
return;}
dayz=1;
if(go('rembox').checked){dayz=20;}
user = go('Username').value;pword = go('Password').value;
if(user == "admin" && en(pword) == MainPword()){adminlogin(user,pword,dayz);}
else{
url = '../trans/getlogin.php?Att=Login&User='+user+'&Pword='+pword+'&dayz='+dayz;
bx = 'abox';
if(go('abox1')){bx = 'abox1';}
ajax(1,url, bx);
//whenloaded('islogged()');
}
}

function loginz(a){
if(a && document.getElementById('Att')){document.getElementById('Att').value=a;}
if(document.getElementById('abox3')){document.getElementById('abox3').innerHTML="";}
x = readCookie('fawa');
if(x != null){
eraseCookie('fawa');
if(go('loginoff')){go('loginoff').innerHTML='Member Login';}
if(go('logmeon')){go('logmeon').style.display='';}
if(go('logmeoff')){go('logmeoff').style.display='none';}
if(go('ctitle')){go('ctitle').innerHTML = 'Please Login For Member Services';}
if(go('Username')){go('Username').value = '';}
if(go('Password')){go('Password').value = '';}
return;}
if(go('Username').value == "admin" && en(go('Password').value) == MainPword()){
dayz=20;user = go('Username').value;pword = go('Password').value;
adminlogin(user,pword,dayz);}
else{

url = '../trans/getnewlogin.php?';
wd=new Array('Username','Password','Att','rembox','Lnp','NewPword','NewEmail');
amp = '';for (var i=0;i < wd.length;i++){
if(document.getElementById(wd[i]) && document.getElementById(wd[i]).value){url += amp+wd[i]+'='+document.getElementById(wd[i]).value;}amp = '&';}

if(go('abox1')){bx = 'abox1';}else{bx = 'abox';}
ajax(1,url, bx);
}
}

function adminlogin(user,pword,dayz){
pword = en(pword);
cval = user+'_'+pword;
createCookie('admin',cval,dayz);
logon();
location='../_admin.htm';}

function isAdmin(){x = readCookie('admin');if(x == null){return false;}else {nx = x.split('_');if(nx[0] == "admin" && nx[1] == MainPword()){return true;}else{return false;}}}
function islogged(){x = readCookie('fawa');if(x == null){logoff();}else {logon();}}

function logoff(){
createCookie('fawa','',-1);
if(go('loginoff')){go('loginoff').innerHTML='Member Login';}
if(go('logmeon')){go('logmeon').style.display='';}
if(go('logmeoff')){go('logmeoff').style.display='none';}
if(go('logopts')){go('logopts').style.display='none';}
}

function logon(){
x = readCookie('fawa');
if(x == null){logoff();}
else{
if(rf('P') != ""){
if(go('logmeoff')){
go('logmeoff').innerHTML=rf('f')+'\'s&nbsp;-&nbsp;LogOff';
go('logmeoff').style.display='';
}
if(go('logmeon')){go('logmeon').style.display='none';}
if(go('loginoff')){
go('loginoff').innerHTML = '<a class=loginoff href="javascript:htip();login(1);history.go(0);" onMouseout="htip();" onMouseover="stip(\'Click Here To LogOff\',200)">'+rf("f")+' <span style="">- Log0ff</span></a>';
//go('loginoff').innerHTML='Hi '+rf('f');
}
if(window.shologin){shologin();}}
}}

function softoff(){createCookie('fawa','',-1);}

function rf(v){
r=false;
nc = readCookie('fawa');
if(nc != null){r=true;}
if(v && nc != null){
v = v.toUpperCase();
n = nc.split('~');
if(v == "TS"){r = n[0];}  // TransStatus
if(v == "C"){r = n[1];}  // CardNo
if(v == "Y"){r = n[2];}  // Type
if(v == "F"){r = n[3];}  // First
if(v == "L"){r = n[4];}  // Last
if(v == "B"){r = n[5];}  // BirthDate
if(v == "A"){r = n[6];}  // Age
if(v == "G"){r = n[7];}  // Gender
if(v == "CN"){r = n[8];}  // ClubName
if(v == "CI"){r = n[9];}  // ClubID
if(v == "AD"){r = n[10];}  // Address
if(v == "CY"){r = n[11];}  // City
if(v == "S"){r = n[12];}  // State
if(v == "Z"){r = n[13];}  // Zip
if(v == "PH"){r = n[14];}  // Phone
if(v == "E"){r = n[15];}  // Email
if(v == "D"){r = n[16];}  // Division
if(v == "W"){r = n[17];}  // WtClass
if(v == "R"){r = n[18];}  // RegDate
if(v == "EX"){r = n[19];}  // ExpDate
if(v == "U"){r = n[20];}  // User
if(v == "P"){r = n[21];}  // Pword
if(v == "M"){r = n[22];}  // MemberStatus
if(v == "T"){r = n[23];}  // TransID
if(v == "O"){r = n[24];}  // OrderID
if(v == "PM"){r = n[25];}  // PayMethod
if(v == "US"){r = n[26];}  // USAID
if(v == "V"){r = n[27];}  // VerifyCode
if(v == "AC"){r = n[28];}  // Action
if(v == "X"){r = nc;}  // Action
if(v == "CA"){if(n[25] == n[9] || isAdmin()){r = n[9];}else{r = false;}}  // ClubAdmin
if(v == "SHO"){
r = 'TransStatus = TS = '+ n[0]+'\n';
r += 'CardNo = C = '+ n[1]+'\n';
r += 'Type = Y = '+ n[2]+'\n';
r += 'First = F = '+ n[3]+'\n';
r += 'Last = L = '+ n[4]+'\n';
r += 'BirthDate = B = '+ n[5]+'\n';
r += 'Age = A = '+ n[6]+'\n';
r += 'Gender = G = '+ n[7]+'\n';
r += 'ClubName = CN = '+ n[8]+'\n';
r += 'ClubID = CI = '+ n[9]+'\n';
r += 'Address = AD = '+ n[10]+'\n';
r += 'City = CY = '+ n[11]+'\n';
r += 'State = S = '+ n[12]+'\n';
r += 'Zip = Z = '+ n[13]+'\n';
r += 'Phone = PH = '+ n[14]+'\n';
r += 'Email = E = '+ n[15]+'\n';
r += 'Division = D = '+ n[16]+'\n';
r += 'WtClass = W = '+ n[17]+'\n';
r += 'RegDate = R = '+ n[18]+'\n';
r += 'ExpDate = EX = '+ n[19]+'\n';
r += 'User = U = '+ n[20]+'\n';
r += 'Pword = P = '+ n[21]+'\n';
r += 'MemberStatus = M = '+ n[22]+'\n';
r += 'TransID = T = '+ n[23]+'\n';
r += 'OrderID = O = '+ n[24]+'\n';
r += 'PayMethod = PM = '+ n[25]+'\n';
r += 'USAID = US = '+ n[26]+'\n';
r += 'VerifyCode = V = '+ n[27]+'\n';
r += 'Action = AC = '+n[28]+'\n';caval = false;
if(n[25] == n[9]  || isAdmin()){caval = true;}
r += 'ClubAdmin = CA = '+ caval+'\n';
r += 'ClubAdmin = X = '+ nc+'\n';
}}
return r;}


function rt(v){
r=false;
n = readCookie('trans');
if(n != null){r=true;}
if(v && n != null){
v = v.toUpperCase();
//n = n.split(String.fromCharCode(9));
n = n.split('_~');
if(v == "P"){r = n[0];}
if(v == "F"){r = n[1];}
if(v == "L"){r = n[2];}
if(v == "V"){r = n[3];}
if(v == "T"){r = n[4];}
if(v == "E"){r = n[5];}
if(v == "A"){alert('Pid = '+n[0]+'\nFirst = '+n[1]+'\nLast = '+n[2]+'\nVerify = '+n[3]+'\nTotal = '+n[4]+'\nEmail = '+n[5]);}}
return r;}

function qcd(){
i = 1;
while(document.getElementById('qcd'+i)){
o = document.getElementById('qcd'+i);
now = new Date();
then = new Date(o.innerHTML);
timediff=(then-now)/1000;
oneMinute=60;
oneHour=60*60;
oneDay=60*60*24;
if(timediff <= (2*60*60*24)){prefont = '<font color=red>(online registration closes in ';}
else{prefont = '(online registration closes in ';}
days=Math.floor(timediff/oneDay);
hours=Math.floor((timediff-days*oneDay)/oneHour);
minutes=Math.floor((timediff-days*oneDay-hours*oneHour)/oneMinute);
if(minutes < 0 || days < 0 || hours < 0){o.innerHTML = '';
document.getElementById('regqcd'+i).innerHTML = '(<font color=green>Online Registration is Closed</font>)<br>';
}
else{o.innerHTML = prefont + days + " days " + hours + " hours " + minutes + " minutes)</font>";}
i += 1;
}}


function isbetween(date,date1,date2){
retval = false;
if(date.length >= 8 && date1.length >= 8 && date2.length >= 8){
b = date.split('/');bm = parseInt(b[0]*1);bd = parseInt(b[1]*1);by = parseInt(b[2]*1);
s = date1.split('/');sm = parseInt(s[0]*1);sd = parseInt(s[1]*1);sy = parseInt(s[2]*1);
e = date2.split('/');em = parseInt(e[0]*1);ed = parseInt(e[1]*1);ey = parseInt(e[2]*1);
if(by >= sy && by <= ey){if(bm >= sm && bm <= em){if(bd >= sd && bd <= ed){retval = true;}}}}
return retval;}

function isSecure(){if(!isAdmin()){location='http://floridausawrestling.org/Login.htm';}}
function en(eword){var Incode, coded, i, ch, index;pIncode = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";pOutcode = "mBnGoSDEp0qKrPQst9uLOYvUVw8Hxyz7abc6deMN5fg4hi3jkl2XZA1CFIJRTW";if(eword.charAt(0)=="-"){coded = "";eword=eword.substring(1);Incode=pIncode;Outcode=pOutcode;}else{Incode=pOutcode;Outcode=pIncode;coded = "-";}for (i=0; i < eword.length; i=i+1) {ch = eword.charAt(i);index = Incode.indexOf(ch);if (index == -1) {coded = coded + ch;}else {coded = coded + Outcode.charAt(index);}}return coded;}
function uniq(){ud = new Date();return ud.getTime();}

function knocked() {
if(go('knocker')){
htm = '<a class=b href="../_admin.htm" style="width:110px;">Admin</a> ';
htm += "<a class=b style='width:110px;' href=\"javascript:ajax(1,'../maker.htm', 'knocker2', '../maker.js', '../drag.js', '../admin.css');\">Page Setup</a> ";
htm += "<br><span id=knocker2></span>";
go('knocker').innerHTML = htm;}
else{location='http://floridausawrestling.org/_admin.htm';}
}

//####################### Cookies #######################
function eraseCookie(name){createCookie(name,"",-1);}

function createCookie(name,value,days){
if (days){var date = new Date();date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();}
else var expires = "";
document.cookie = name+"="+value+expires+"; path=/";
//document.cookie = name+"="+value+expires+"; path=/; domain=.floridausawrestling.org";
}

function readCookie(name){var nameEQ = name + "=";var ca = document.cookie.split(';');for(var i=0;i < ca.length;i++){var c = ca[i];while (c.charAt(0)==' ') c = c.substring(1,c.length);if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);}return null;}
//####################### Map #######################
function getdirect(saddr, daddr){
saddr = saddr.replace(' ', '+');
daddr = daddr.replace(' ', '+');
durl = 'http://maps.google.com/maps?saddr='+saddr+'&daddr='+daddr;
h = document.body.scrollHeight;
w = document.body.scrollWidth;
window.open(durl, "d", 'location=yes,toolbar=yes,menubar=yes,directories=yes,status=yes,resizable=yes,scrollbars=yes,height='+h+',width='+w);
}
//####################### Divisions #######################
function makewdinfo(vid){
wd=getwdarray();
htm='<table border=0 cellpadding=8 cellspacing=0 style="border:2 ridge;"><tr height=44><td class=wd><span class=wdh><u>DIVISIONS</u></span></td><td class=wd><span class=wdh><u>WEIGHT CLASSES</u></span>';
for (var i=0;i < wd.length;i++){
if(wd[i][0].match('A')){
htm += '</td></tr><tr valign=top><td class=wd><span class=wdh>'+wd[i][1]+'</span><br>'+wd[i][2]+'</td><td class=wd>';
for (var j=5;j < wd[i].length;j++){
htm += '<span class=wd>'+wd[i][j] +'</span> ';}}}
htm += '</td></tr></table>';
go(vid).innerHTML = htm;}
//####################### Index & Global #######################
function printblock(o){
po=o.parentNode;
poo=po.parentNode;
nhtm = poo.parentNode.outerHTML;
nhtm=nhtm.replace('Close', '');
nhtm=nhtm.replace('Open', '');
nhtm=nhtm.replace('Page', '');
nhtm=nhtm.replace('Print', '');
if (window.pWin) {window.pWin.close();}
pWin=window.open('', 'newwin');
htm='<HTML><head><TITLE>FAWA Print</TITLE><script language=javascript src="http://floridausawrestling.org/js/w.js"></script><LINK href="http://floridausawrestling.org/print.css" type="text/css" rel="stylesheet"><script>function Init(){Makeprintable();}</script></head><body onload="Makeprintable();"><img src="http://floridausawrestling.org/images/logobw_sm.jpg"><br>';
htm+='<p onclick="this.style.display=\'none\';Makeprintable();" style="cursor:pointer;border:2 ridge;width:300px;height:40px;font-size:20px;background-color:#e8e8e8;color:darkred;">Click Here To Make Document Printable</p>';
htm+=nhtm;
htm+='</body></html>';
pWin.document.write(htm);
}

function Makeprintable(){
var x = document.getElementsByTagName('DIV');
for (var i=0;i<x.length;i++){if(x[i].prn && x[i].prn==0){x[i].style.display='none';}}
var x = document.getElementsByTagName('SPAN');
for (var i=0;i<x.length;i++){if(x[i].prn && x[i].prn==0){x[i].style.display='none';}}
var x = document.getElementsByTagName('TABLE');
for (var i=0;i<x.length;i++){if(x[i].prn && x[i].prn==0){x[i].style.display='none';}}
var x = document.getElementsByTagName('TD');
for (var i=0;i<x.length;i++){if(x[i].prn && x[i].prn==0){x[i].style.display='none';}}
var x = document.getElementsByTagName('LINK');
for (var i=0;i<x.length;i++){x[i].href='http://floridausawrestling.org/print.css';}
}


function openclose(o,b){
if(go(b).style.display != "none"){
go(b).style.display = 'none';
o.className='oco';
o.innerHTML='Open';}
else if(go(b).style.display == "none"){
go(b).style.display = '';
o.className='occ';
o.innerHTML='Close';}}


function wopen(url, name, w, h){
w += 32;h += 96;wleft = (screen.width - w) / 2;wtop = (screen.height - h) / 2;
var win = window.open(url,name,'width=' + w + ', height=' + h + ', ' + 'left=' + wleft + ', top=' + wtop + ', ' + 'location=no, menubar=no, ' + 'status=no, toolbar=no, scrollbars=no, resizable=no');
win.resizeTo(w, h);
win.moveTo(wleft, wtop);
}

function hist(val){self.focus();history.go(0);}
function PCase(str){str = str.replace(/[^a-z 0-9-.]/gi,"");var retstr = "";var iTemp = str.length;if(iTemp==0){return"";}var UcaseNext = false;retstr += str.charAt(0).toUpperCase();for(var iCounter=1;iCounter < iTemp;iCounter++){if(UcaseNext == true){retstr += str.charAt(iCounter).toUpperCase();}else{retstr += str.charAt(iCounter).toLowerCase();}var iChar = str.charCodeAt(iCounter);if(iChar == 32 || iChar == 45 || iChar == 46){UcaseNext = true;}else{UcaseNext = false}if(iChar == 99 || iChar == 67){if(str.charCodeAt(iCounter-1)==77 || str.charCodeAt(iCounter-1)==109){UcaseNext = true;}}}return retstr;}

function copyclip(n) {Copied = go(n).createTextRange();Copied.execCommand("Copy");}
function waitn(val){if(go('waitn') && val == 1){go('waitn').style.display='inline';}if(go('waitn') && val == 0){go('waitn').style.display='none';}}
function go(obj){if (document.getElementById){return document.getElementById(obj);}else if (document.all){return document.all[obj];}}
function butovers(){var x = document.getElementsByTagName('BUTTON');for (var i=0;i<x.length;i++){x[i].onmouseover = function (){this.style.filter='progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=silver,endColorStr=#ffffff';this.style.color='#6E0000';this.style.borderStyle='inset';};x[i].onmouseout = function(){this.style.filter='progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=silver)';this.style.color='#000000';this.style.borderStyle='outset';}}}
function bookmark(){window.external.AddFavorite('http://www.floridausawrestling.org','&#65533; FloridaWrestling');}
function emailus(){var u_a="mail";var u_b="to:";var u_c="info";var u_d="@";var u_e="crisiscards";var u_f="";var u_g=".com";var u_h="?subject=911Cardz.com Information";document.write ("<a class=expunge title=\"Contact Us\" href='"+ u_a + u_b + u_c + u_d + u_e + u_f + u_g + u_h +"'>Contact</a>");}
function returntrue() {return true;}
function returnfalse(){return false;}
function getweb(){furl = window.location.href.split('//');furl = furl[1];if(furl.match('www.')){furl=furl.replace('www.', '');}furl = furl.split('.');furl = furl[0];if(furl.match('C:')){return false;}else{return furl;}}
//function bubble(){window.event.returnValue = false;window.event.cancelBubble = true;}




function getparam() {var query = window.location.search.substring(1);var parms = query.split('&');for (var i=0; i<parms.length; i++) {var pos = parms[i].indexOf('=');if (pos > 0) {var key = parms[i].substring(0,pos);var val = parms[i].substring(pos+1);param[key] = unescape(val);}}}
function show(sval){if(sval){if(go(sval).style.display == "none"){toeval ="go(sval).style.display = ''"}else if(go(sval).style.display != "none"){toeval ="go(sval).style.display = 'none'"}eval(toeval);}}
function getthedate(){var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December");var mydate=new Date();var year=mydate.getYear();if (year < 1000){year+=1900;}var day=mydate.getDay();var month=mydate.getMonth();var daym=mydate.getDate();if (daym<10){daym="0"+daym;}var hours=mydate.getHours();var minutes=mydate.getMinutes();var seconds=mydate.getSeconds();var dn="AM";if (hours>=12){dn="PM";}if (hours>12){hours=hours-12;}if (hours==0){hours=12;}if (minutes<=9){minutes="0"+minutes;}if (seconds<=9){seconds="0"+seconds;}var cdate=dayarray[day]+", "+montharray[month]+" "+daym+", "+year+"  "+hours+":"+minutes+":"+seconds+" "+dn;if(document.getElementById("clock")){document.getElementById("clock").innerHTML=cdate;}}
function getthetime(){if (document.getElementById){setInterval("getthedate()",1000);}}
function playclick(clickfile){if (document.all && document.getElementById){document.getElementById("soundeffect").src="";document.getElementById("soundeffect").src=clickfile;}}
function bindsound(tag, clickfile, masterElement){if (!window.event) return;var source=event.srcElement;while (source!=masterElement && source.tagName!="HTML"){if (source.tagName==tag.toUpperCase()){playclick(clickfile);break;}source=source.parentElement;}}
function fourdigits(number)	{return (number < 1000) ? number + 1900 : number;}
function today(val){seperator = "/";if(val && val==1){seperator = "_";}var now = new Date();var months = new Array('01','02','03','04','05','06','07','08','09','10','11','12');var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();thedate = months[now.getMonth()] + seperator +date + seperator +(fourdigits(now.getYear())) ;return thedate;}
function inputovers(){var x = document.getElementsByTagName('INPUT');
for (var i=0;i<x.length;i++){if(!x[i].nofoc){x[i].onfocus = function (){this.select();}}}}

function thisweb(val){furl = location.href.split('.com/');if(val){furl = so.location.href.split('.com/');}furl = furl[0].split('//');furl = furl[1];return furl;}
function title(tval){document.title='&#65533; '+ tval;if(go('cpyrit')){go('cpyrit').innerHTML='&#65533; 1998 FloridaUSAWrestling.org';}}

function Venc(eword,alpha){
if(!alpha){alpha = 'F';}
if(!eword){return false;}
else{alpha = alpha.toUpperCase();}
reg=/[A-Z]|[a-z]/;
if(reg.test(eword)){alpha = eword.charAt(0).toUpperCase();} //returns true
eword += '';
var Incode, coded, i, ch, index;
n = eword;
if(n.charAt(0)== alpha){
n=n.substring(1);}
key = n.charAt(5);
if(key == "0"){pIncode  = "0987654321";pOutcode  = "0654321987";}
if(key == "1"){pIncode  = "1098765432";pOutcode  = "1854320976";}
if(key == "2"){pIncode  = "2109876543";pOutcode  = "2763109854";}
if(key == "3"){pIncode  = "3210987654";pOutcode  = "3654298710";}
if(key == "4"){pIncode  = "4321098765";pOutcode  = "4532109876";}
if(key == "5"){pIncode  = "5432109876";pOutcode  = "5987643210";}
if(key == "6"){pIncode  = "6543210987";pOutcode  = "6321098475";}
if(key == "7"){pIncode  = "7654321098";pOutcode  = "7210986543";}
if(key == "8"){pIncode  = "8765432109";pOutcode  = "8976105432";}
if(key == "9"){pIncode  = "9876543210";pOutcode  = "9068754321";}
if(eword.charAt(0)== alpha){coded = "";
eword=eword.substring(1);
Incode=pIncode;Outcode=pOutcode;}
else{Incode=pOutcode;Outcode=pIncode;coded = alpha;}
for (i=0; i < eword.length; i=i+1) {
ch = eword.charAt(i);
index = Incode.indexOf(ch);
if (index == -1) {coded = coded + ch;}
else {coded = coded + Outcode.charAt(index);}}
return coded;}


// #########  Forms #########
function GetClubName(val){ci=clubinfo();retname = false;for (var i=0;i < ci.length;i++){if(ci[i][0] == val){retname=ci[i][1];}}return retname;}
function getstate(val){retval = '';if(val && val.length == 2){val = val.toUpperCase();var states=new Array(['AL','Alabama'],['AK','Alaska'],['AS','American Samoa'],['AZ','Arizona '],['AR','Arkansas'],['CA','California '],['CO','Colorado '],['CT','Connecticut'],['DE','Delaware'],['DC','Washington Dc'],['FL','Florida'],['GA','Georgia'],['GU','Guam '],['HI','Hawaii'],['ID','Idaho'],['IL','Illinois'],['IN','Indiana'],['IA','Iowa'],['KS','Kansas'],['KY','Kentucky'],['LA','Louisiana'],['ME','Maine'],['MH','Marshall Islands'],['MD','Maryland'],['MA','Massachusetts'],['MI','Michigan'],['MN','Minnesota'],['MS','Mississippi'],['MO','Missouri'],['MT','Montana'],['NE','Nebraska'],['NV','Nevada'],['NH','New Hampshire'],['NJ','New Jersey'],['NM','New Mexico'],['NY','New York'],['NC','North Carolina'],['ND','North Dakota'],['MP','Northern Mariana Islands'],['OH','Ohio'],['OK','Oklahoma'],['OR','Oregon'],['PW','Palau'],['PA','Pennsylvania'],['PR','Puerto Rico'],['RI','Rhode Island'],['SC','South Carolina'],['SD','South Dakota'],['TN','Tennessee'],['TX','Texas'],['UT','Utah'],['VT','Vermont'],['VI','Virgin Islands'],['VA','Virginia '],['WA','Washington'],['WV','West Virginia'],['WI','Wisconsin'],['WY','Wyoming']);for (var i=0;i < states.length;i++){if(val == states[i][0]){retval = states[i][1];}}}return retval;}
function AssignClub(val){
cname = GetClubName(val);
if(cname){cnum=val;}else{cname=val;cnum=0;}
if(go('ClubID')){go('ClubID').value=cnum;}
if(go('ClubName')){go('ClubName').value=cname;}}

function SelectClub(nota){
if(go('ClubSelect')){
dobj=go('ClubSelect');
dval=0;dname='Select Club';
if(go('ClubID') && go('ClubID').value != 0){
dval=go('ClubID').value;
dname=GetClubName(dval);
if(!dname){dval=0;dname='Select Club';}}
dobj.options.length = 0;
wd=clubinfo();
if(!nota || nota == 1){
dobj.options[0] = new Option(dname,dval);
dobj.options[0].selected = true;}
for (var i=0;i < wd.length;i++){
dobj.options[i+1] = new Option(wd[i][1],wd[i][0]);}
if(!nota){
dname='Team Florida';dval=0;
if(go('State') && go('State').value.length == 2){
i += 1;dname='Team '+getstate(go('State').value);
dobj.options[i] = new Option(dname,dname);}
i += 1;dobj.options[i] = new Option('None Of The Above',dname);}}}

function isnum(obj, e){if(obj.value.length == 6){obj.value=obj.value.substr(0,5);}else{if(!IsNumeric(String.fromCharCode(e.keyCode))){obj.value='';return false;}}}

function  valid(obj,bname,fname){ok = true;msg = '';
if(!go('First').value.length){ok = false;msg += 'You must enter a correct FIRST NAME to continue!\n';}
if(!go('Last').value.length){ok = false;msg += 'You must enter a correct LAST NAME to continue!\n';}
if(!checkdate(go('BirthDate'))){ok = false;msg += 'You must enter a correct BIRTH DAY to continue! (MMDDYYYY) \n';}
if(ok){obj.style.display='none';go(bname).style.display='';go(fname).submit();}
else if(!ok){obj.style.display='';go('tic').style.display='none';alert(msg);}}

function  validclub(obj,bname,fname){msg = '';
if(!go('User').value.length){msg += 'You must enter a correct USERNAME to continue!\n';}
if(!go('Pword').value.length){msg += 'You must enter a correct PASSWORD to continue!\n';}
if(go('ClubSelect').value == 0){msg += 'You must select a CLUB to continue!\n';}
if(msg == ""){obj.style.display='none';go(bname).style.display='';go(fname).submit();}
else{obj.style.display='';go('tic').style.display='none';alert(msg);}
}

function mWeight(){
if(go('WtClassSelect')){
wobj=go('WtClassSelect');
dval=go('Division').value;
wval=go('WtClass').value;
wobj.options.length = 0;
wobj.options[0] = new Option(wval,wval);
wobj.options[0].selected = true;
wd=getwdarray();
for (var i=0;i < wd.length;i++){
if(dval == wd[i][1]){k=1;
for (var j=5;j < (wd[i].length);j++){
wobj.options[k] = new Option(wd[i][j]+' lbs',wd[i][j]);
k += 1;}}}}}
//####################### autoTab #######################
var isNN = (navigator.appName.indexOf("Netscape")!=-1);
function autoTab(input,len, e, oid, frmat) {
var keyCode = (isNN) ? e.which : e.keyCode; 
if(!IsNumeric(String.fromCharCode(e.keyCode))){input.value='';}
var filter = (isNN) ? [0,8,9] : [0,8,9,16,17,18,37,38,39,40,46];
if(input.value.length >= len && !containsElement(filter,keyCode)) {
input.value = input.value.slice(0, len);
input.form[(getIndex(input)+1) % input.form.length].focus();
if(oid == "BirthDate"){go(oid).value = go(oid+'1').value+'/'+go(oid+'2').value+'/'+go(oid+'3').value;}
else{
if(oid == "Phone"){go(oid).value = go(oid+'1').value+go(oid+'2').value+go(oid+'3').value;}
if(frmat){go(oid).value = '('+go(oid+'1').value+') '+go(oid+'2').value+'-'+go(oid+'3').value;}
//else{go(oid).value = go(oid+'1').value+go(oid+'2').value+go(oid+'3').value;}
}}
function containsElement(arr, ele) {var found = false, index = 0;while(!found && index < arr.length){if(arr[index] == ele){found = true;}else{index++;}}return found;}
function getIndex(input) {var index = -1, i = 0, found = false;while (i < input.form.length && index == -1)if (input.form[i] == input){index = i;}else {i++;}return index;}return true;}
function IsNumeric(PossibleNumber){var PNum = new String(PossibleNumber);var regex = /[^0-9]/;return !regex.test(PNum);}

function checkdate(input){
if(input){validformat=/^\d{2}\/\d{2}\/\d{4}$/;if (!validformat.test(input.value)){return false;}
else{monthfield=input.value.split("/")[0];dayfield=input.value.split("/")[1];yearfield=input.value.split("/")[2];dayobj = new Date(yearfield, monthfield-1, dayfield);
if ((dayobj.getMonth()+1!=monthfield)||(dayobj.getDate()!=dayfield)||(dayobj.getFullYear()!=yearfield)){return false;}
else{return true;}}}}



function disable(frm,val){
if(!frm && !val){return false;}
for (i=0;i<go(frm).elements.length;i++) {
box = go(frm).elements[i];
if(box.className == "dis"){box.disabled = val;}}}
// #########  Calendar #########

// #########  emails #########
function emailthis(v,u){
if(go('abox')){bx = 'abox';}
if(go('abox1')){bx = 'abox1';}
ntobr(go('Msg'+v));
msg =go('Msg'+v).value;
url = u+'?Att=Email';
url += '&From='+go('From'+v).value;
url += '&Email='+go('Email'+v).value;
url += '&Subject='+go('Subject'+v).value;
url += '&Name='+go('Name'+v).value;
url += '&Msg='+msg;
url += '&Attach='+go('Attach'+v).value;
ajax(0,url,bx);}

function ntobr(o){
br = '<br>';o.value=escape(o.value);
for(i=0; i<o.value.length; i++){
if(o.value.indexOf("%0D%0A") > -1){o.value=o.value.replace("%0D%0A",br);}
else if(o.value.indexOf("%0A") > -1){o.value=o.value.replace("%0A",br);}
else if(o.value.indexOf("%0D") > -1){o.value=o.value.replace("%0D",br);}}
o.value=unescape(o.value);}

// #########  AJAX #########
var loadedobjects="";
var bustcachevar=1; //bust potential caching of external pages after initial request? (1=yes, 0=no)

function whenloaded(v){if(go('isloading')){setTimeout('whenloaded('+v+')', 1500);}else if(!go('isloading')){eval(v);}}

function ajax(loadjava,url, containerid, jss1, jss2, jss3){
if(url == ""){go(containerid).innerHTML='';return;}
o=document.getElementById(containerid);
if (o.tagName.toUpperCase() != "TEXTAREA") {o.innerHTML="<center><img id=isloading src='http://floridausawrestling.org/images/loading.gif' /> Please Wait...</center>";}

if(loadjava){ajaxload(1);}
if(jss1){ajaxjss(jss1);}
if(jss2){ajaxjss(jss2);}
if(jss3){ajaxjss(jss3);}
var page_request = false;
if (window.XMLHttpRequest){page_request = new XMLHttpRequest();}
else if (window.ActiveXObject){
try {page_request = new ActiveXObject("Msxml2.XMLHTTP");} 
catch (e){try{page_request = new ActiveXObject("Microsoft.XMLHTTP");}
catch (e){}}}
else{return false;}
page_request.onreadystatechange=function(){loadpage(page_request, containerid);}
bustcacheparameter='';
if (bustcachevar){bustcacheparameter=(url.indexOf("?")!=-1)? "&"+new Date().getTime() : "?"+new Date().getTime();}
page_request.open('GET', url+bustcacheparameter, true);
page_request.send(null);
if(loadjava){ajaxload();}
}

function loadpage(page_request, containerid){
if (page_request.readyState == 4 && (page_request.status==200 || window.location.href.indexOf("http")==-1)){
o=document.getElementById(containerid);
if (o.tagName.toUpperCase() == "TEXTAREA") {o.value=page_request.responseText;}
else {o.innerHTML=page_request.responseText;}
}}

function ajaxload(reset){
id='AjaxOnload';
if(reset&&go(id)){go(id).id='';return;}
else if(!reset&&go(id)){if (id=='AjaxOnload'){eval(go('AjaxOnload').value);go(id).id='';}return;}
else if(!reset&&!go(id)){setTimeout("ajaxload()", 60);}}

function ajaxjss(){if (!document.getElementById){return;}
for (i=0; i<arguments.length; i++){var file=arguments[i];var fileref="";
if (loadedobjects.indexOf(file)==-1){if (file.indexOf(".js")!=-1){
fileref=document.createElement('script');fileref.setAttribute("type","text/javascript");fileref.setAttribute("src", file);}
else if (file.indexOf(".css")!=-1){fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");fileref.setAttribute("type", "text/css");fileref.setAttribute("href", file);}}
if (fileref!=""){document.getElementsByTagName("head").item(0).appendChild(fileref);loadedobjects+=file+" ";}}}
// #########  Maps #########
function mapt(obj,mi,ma,mt){
//storhtml = obj.innerHTML;
//storih = obj.ih;
//obj.innerHTML = storih;
//obj.ih = storhtml;
if('map'+mi){mapid = 'map'+mi;}

ihtm = '<iframe src="http://floridausawrestling.org/maps/mapclub.htm?ma='+ma+'&mt='+mt+'&mi='+mi+'" style="margin:0;padding:0;width:100%;height:370px;" scrolling=no frameborder=0></iframe>';
if(go(mapid).innerHTML == ''){go(mapid).innerHTML=ihtm;}
else{go(mapid).innerHTML='';}}

// #########  Menus #########
function pagename(){
sPath = window.location.pathname;
sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
return sPage;}

function settabs(cname){
p = pagename();
x = document.getElementsByTagName("A");
for (var i=0;i<x.length;i++){
if(x[i].className.match(cname)){
if(x[i].className.match('_')){x[i].className=cname;}
if(x[i].href.match(p)){x[i].className += '_';}
}}}

function makemenu(mname,ID){
eval("wa = "+mname+"()");
htm = '';
for (i=0;i<wa.length;i++){
if(wa[i][0] == "s"){
cname=wa[i][1];
htm+='<a class='+wa[i][1]+' href="'+wa[i][2]+'" target='+wa[i][3]+' title="'+wa[i][4]+'">'+wa[i][5]+'</a>';}}
go(ID).innerHTML = htm;
settabs(cname);
}
function Menu0(){var Menu0=new Array(
["s","m","http://floridausawrestling.org/event_results.shtml","_self","Event Results","Event Results"],
["s","m","http://floridausawrestling.org/meeting_minutes.htm","_self","Meeting Minutes","Meeting Minutes"],
["s","m","http://floridausawrestling.org/fawa_forms.htm","_self","FAWA Forms","FAWA Forms"],
["s","m","http://floridausawrestling.org/cgi-bin/events.cgi?actiontotake=AddNew","_self","Tournament Sanction","Tournament Sanction"],
["s","m","http://floridausawrestling.org/charter_club.htm","_self","Club Charter","Club Charter"],
["s","m","http://floridausawrestling.org/additional_insured.htm","_self","Additional Insured","Additional Insured"]);
return Menu0;}

// #########  New For Firefox #########

function bubble(evt) {
var e=(evt)?evt:window.event;
if (window.event) {
e.cancelBubble=true;
//e.returnValue = false;
} 
else {
//e.preventDefault();
e.stopPropagation();
}
}

function opcl(o,b){
t = o.title;ih = o.innerHTML;
if(go(b).style.display != "none"){go(b).style.display = 'none';}
else if(go(b).style.display == "none"){go(b).style.display = '';}
o.title = ih;
o.innerHTML = t;}

function printpage(n){
if (window.pWin) {window.pWin.close();}
pWin=window.open('', 'newwin');
htm = '<HTML><head><TITLE>FAWA Print</TITLE>';
htm += '<LINK href="http://floridausawrestling.org/print.css" type="text/css" rel="stylesheet">';
htm += '</head><body><img src="http://floridausawrestling.org/images/logobw_sm.jpg"><br>';
htm += go(n).innerHTML;
htm += '</body></html>';
pWin.document.write(htm);}

function MainUser(){return "fawa";}
function MainPword(){return "-Mw08Mwix";}
function AdminPword(){return "checkmate";}
function CurrentYear(){return "2011";}
function CurrentExpDate(){return "08/31/2009";}
function OldExpDate(){return "08/31/2008";}
function OsmallPic(){return "http://floridawrestling.net/images/logos2.jpg";}
function ProcessingFee(){return "0";}
function OfficialFee(){return "info@fawa.us";}
function FAWAEmail(){return "info@fawa.us";}
function FAWAPhone(){return "877-USA-FAWA";}
function FAWAAddress(){return "4446 Hendricks Ave 356";}
function FAWAAddress2(){return "Jacksonville,  Florida  32207";}
function FAWAwebsite(){return "http://www.floridausawrestling.org";}
function MembershipLines(){return "60";}
function VerificationCode(){return "Robert Kamperman";}

function getwdarray(){var wdivs=new Array(['A01','PEE-WEE','(Born 2006/2007)','01/01/2006','12/31/2012','35','40','45','50','55','60','65','70','75','75+'],
['A02','BANTAM','(Born 2004/2005)','01/01/2004','12/31/2005','40','45','50','55','60','65','70','75','75+'],
['A03','INTERMEDIATE','(Born 2002/2003)','01/01/2002','12/31/2003','50','55','60','65','70','75','80','87','95','103','112','120','120+'],
['A04','NOVICE','(Born 2000/2001)','01/01/2000','12/31/2001','60','65','70','75','80','85','90','95','100','105','112','120','130','140','140+'],
['A05','SCHOOLBOY/GIRL','(Born 1998/1999)','01/01/1998','12/31/1999','70','77','84','91','98','105','112','120','128','136','144','152','160','175','190','210','265'],
['A06','CADET','(Born 1996/1997)','01/01/1996','12/31/1997','88','94','100','106','113','120','126','132','138','145','152','160','170','182','195','220','285'],
['A07','JUNIOR','(Grades 9-12)','01/01/1992','12/31/1997','100','106','113','120','126','132','138','145','152','160','170','182','195','220','285'],
['A09','OPEN','(18 & Older)','01/01/1900','12/31/1994','121','132','146','163','185','212','285'],
['A10','MASTER','(35 & Older)','01/01/1900','12/31/1977','121','132','146','163','185','212','285'],
['C01','Coach','(18 & Older)','','','Coach','Copper','Bronze','Silver','Gold'],
['F02','Fawa','','','','Fawa'],
['G01','Guest','','','','Guest'],
['N01','National Coach','(18 & Older)','','','Coach','Copper','Bronze','Silver','Gold'],
['O01','Mat Official','(16 & Older)','','','New','M3','M2','M1C','M1'],
['O02','Pairing Official','(16 & Older)','','','New','PA','P3','P2','P1C','P1','P1E'],
['V01','Volunteer Coach','(18 & Older)','','','Coach','Copper','Bronze','Silver','Gold'],
['Z11','Early','(9 & Under)','01/01/2002','12/31/2004','47','55','62','70','78','87','95','103','112','130'],
['Z12','Lower','(12 & Under)','01/01/1999','12/31/2001','65','72','80','88','95','103','112','120','130','150'],
['Z13','Middle','(15 & Under)','01/01/1996','12/31/1998','77','84','91','98','105','112','120','128','136','144','152','160','175','190','215','285'],
['Z14','Upper','(12th Grade & Under)','09/01/1992','12/31/1996','105','112','119','125','130','135','140','145','152','160','171','189','215','285']);return wdivs;}


function clubinfo(){var clubinfo=new Array(["1123","305 Wrestling"],
["1062","Allapattah Wrestling"],
["1233","Ancient City Wrestling"],
["1277","Arrowhead Wrestling"],
["1274","Assumption Wrestling"],
["1002","Attack Wrestling"],
["1009","BSO PAL Deerfield Beach"],
["1224","Back in Black Wrestling"],
["1003","Bad Boys"],
["1245","Bad Cat Countryside"],
["1228","Bayshore Wrestling"],
["1126","Beach Sharks Wrestling"],
["1005","Bear Wrestling"],
["1237","Big Kahuna Wrestling"],
["1260","Big Red Wrestling"],
["1152","Big Sun Kids"],
["1220","Black and Blue"],
["1214","Boca Raton Sharks"],
["1008","Brandon"],
["1186","Braves Wrestling"],
["1194","Brooksville Wrestling"],
["1242","Buccaneer Wrestling"],
["1051","Buffalo Wrestling"],
["1010","Bulldogs of Jacksonville"],
["1117","Cains Lake Wrestling"],
["1124","Calvary Wrestling"],
["1187","Cape Coral Bulldogs"],
["1239","Celebration Wrestling"],
["1012","Central Wrestling"],
["1279","Charger Wrestling"],
["1180","Chiefs Wrestling"],
["1100","Christian Warriors"],
["1014","Citrus 3 Style"],
["1015","City of South Miami"],
["1130","Coral Springs Wrestling"],
["1141","Creeks Wrestling"],
["1253","Deep South"],
["1109","Deltona Wrestling"],
["1022","Doctor Funk"],
["1282","Dolphin Wrestling"],
["1256","Dunnellon Wrestling"],
["1286","Eaglestyle Wrestling"],
["1250","East Manatee Wrestling"],
["1136","Elite Wrestling"],
["1188","Emerald Coast Wrestling"],
["1027","Explorer Wrestling"],
["1134","Falcon Wrestling"],
["1163","Fernandina Beach GATA"],
["1240","Flagler"],
["1143","Fleming Island Wrestling"],
["1029","Florida Jets"],
["1230","Florida Rhinos"],
["1162","Fly Slamma Jamma"],
["1034","Fort Lauderdale"],
["1146","Fort Walton Beach"],
["1289","Freedom Fall"],
["1281","Freek Wrestling"],
["1032","Ft Myers Wrestling"],
["1211","Full Throttle Wrestling"],
["1215","George Jenkins Wrestling"],
["1287","Gladiator Wrestling"],
["1016","Green Cove Wrestling"],
["1035","Green Machine"],
["1036","Guardian Wrestling"],
["1045","Hawk Wrestling"],
["1037","Hialeah Miami Lakes"],
["1039","High Voltage"],
["1284","Hollywood Mustangs"],
["1111","Hornet Wrestling"],
["1107","Iowa Style Wrestling"],
["1189","Islamorada Wrestling"],
["1018","Jaguars Wrestling"],
["1170","Jupiter Warriors"],
["1259","Key West PAL Wrestling"],
["1264","King of the Jungle"],
["1225","Knights Wrestling"],
["1270","L.W.C."],
["1212","Lake Highland Wrestling"],
["1145","Lake Region Outlaws"],
["1046","Lakeland Wrestling"],
["1151","Lakewood Grapplers"],
["1258","Lecanto Lemurs"],
["1049","Lemon Bay Wrestling"],
["1290","LionsDen Wrestling"],
["1181","Longwood Wrestling"],
["1052","Manatee Kids Wrestling"],
["1053","Mat Cat"],
["1054","McIntosh Federation"],
["1246","Miami Beach Barracudas"],
["1158","Miami Gator Wrestling"],
["1056","Miami Sharks"],
["1139","Middleburg Takedown"],
["1269","Mustang Wrestling"],
["1078","Naples Shark Wrestling"],
["1164","North Jax Dreadnought"],
["1057","North Marion Wrestling"],
["1293","North Palm Beach Wrestling"],
["1058","North Port Wrestling"],
["1044","Ocala Knights"],
["1059","Ocala Wrestling"],
["1179","Oceanside Wrestling"],
["1060","Orange County Wrestling"],
["1110","Orange and Blue Gators"],
["1261","PBC Bronco Wrestling"],
["1138","PBC-PAL Gator Wrestling"],
["1132","PC Elite"],
["1063","Palatka Takedown"],
["1241","Panther Pride Tampa"],
["1257","Panther Wrestling"],
["1263","Pasco Federation"],
["1266","Pensacola Beach Spartans"],
["1067","Pin-N-Win"],
["1068","Plant City Wrestling"],
["1069","Post and Drag"],
["1113","Pray Then Play"],
["1175","Predators"],
["1254","Pride Wrestling"],
["1292","Ramland Wrestling"],
["1271","Renaissance Wrestling"],
["1073","Riverdale Wrestling"],
["1227","S.W.A.T."],
["1140","Samurai Wrestling"],
["1075","Sarasota Wrestling"],
["1076","SeaHorse Wrestling"],
["1262","Seahawk Takedown"],
["1244","Sentinel Wrestling"],
["1144","SeverePain Wrestling"],
["1137","South Florida Lightning"],
["1185","South Lake Gators"],
["1232","South Pinellas Wrestling"],
["1080","Spartan Express"],
["1223","Spartan Riverview"],
["1081","Spring Hill Wrestling"],
["1082","St Cloud"],
["1135","St Johns Wrestling"],
["1050","St Thomas Lions"],
["1171","Talon Wrestling"],
["1086","Tampa Bay Chaos"],
["1217","Tampa Bay Tiger"],
["1114","Team Beach Wrestling"],
["1213","Team Dynamic"],
["1193","Team Grappler"],
["1088","Team Jax"],
["1089","Team Pursuit"],
["1090","Team Wakulla"],
["1112","The Pride"],
["1265","The Takedown Tribe"],
["1210","Thoroughbred Wrestling"],
["1182","Thundercats Wrestling"],
["1153","Timberwolf Wrestling"],
["1273","Tornadoes Grappling"],
["1148","Trojan Wrestling"],
["1091","Valrico Wrestling"],
["1133","Venice Wrestling"],
["1092","Victory Wrestling"],
["1093","Viper Wrestling"],
["1283","Warrior Wrestling"],
["1096","Wellington Wrestling"],
["1154","Wesley Chapel Wildcats"],
["1275","West Boca Bulls"],
["1097","West Broward"],
["1103","West Lakeland Wrestling"],
["1099","West Port Ocala"],
["1238","West Volusia PAL"],
["1231","Westside Wrestling"],
["1226","Wewa Gators"],
["1102","Wild Mustangs"],
["1066","World Class Elite Team"],
["1219","World Class Wrestling"],
["1115","Wrangler Wrestling"],
["1276","i9 Sports Venom"]);return clubinfo;}


function eventinfo(){var eventinfo=new Array([1,'09/09/2006','09/09/2006','Brandon Open 1',1],
[2,'09/15/2007','09/15/2007','Spring Hill Fall Classic 1',1],
[3,'09/23/2006','09/23/2006','Brandon Open 2',1],
[4,'09/23/2006','09/23/2006','Citrus 3 Style Wrestling Open 1',1],
[5,'09/23/2006','09/23/2006','Spartan Express Open 1',1],
[6,'09/30/2006','09/30/2006','Lakeland Open 1',1],
[7,'09/30/2006','09/30/2006','North Florida Open 1',1],
[8,'09/30/2006','09/30/2006','Spartan Express Open 2',1],
[9,'10/07/2006','10/07/2006','Lakes Challenge',1],
[10,'10/07/2006','10/07/2006','Citrus 3 Style Wrestling Open 2',1],
[11,'10/14/2006','10/14/2006','Brandon Kick-Off Classic',1],
[12,'10/21/2006','10/21/2006','Lakeland Open 2',1],
[13,'10/21/2006','10/21/2006','Destructor Challenge',1],
[14,'10/28/2006','10/28/2006','2nd Annual Early Bird Opener',1],
[15,'10/28/2006','10/28/2006','Romp In The Swamp',1],
[16,'11/04/2006','11/04/2006','Wrangler Wrestlng Fall Brawl',1],
[17,'11/11/2006','11/11/2006','Jaguar Classic',1],
[18,'11/18/2006','11/18/2006','Cardinal Gibbons Open',1],
[19,'11/18/2006','11/18/2006','McIntosh Open',1],
[20,'11/24/2006','11/25/2006','32nd Annual Seahorse Open',1],
[21,'12/02/2006','12/02/2006','Wellington Kids',1],
[22,'12/03/2006','12/03/2006','Citrus 3 Style Winter 1',1],
[23,'12/09/2006','12/09/2006','McIntosh Kids Kick-Off',1],
[24,'12/23/2006','12/23/2006','Brandon Season Greetings Open 4',1],
[25,'12/28/2006','12/28/2006','Redskin Open',1],
[26,'01/07/2007','01/07/2007','Citrus 3 Style Winter 2',1],
[27,'01/13/2007','01/13/2007','Brandon Kids & Cadets Open 5',1],
[28,'02/04/2007','02/04/2007','Citrus 3 Style J V State Championships',1],
[29,'02/15/2007','02/17/2007','FHSAA High School Championships',1],
[30,'02/24/2007','02/24/2007','Florida Iron-Man',1],
[31,'02/24/2007','02/24/2007','Saint Cloud Open 1',1],
[32,'02/24/2007','02/24/2007','Rob Hermann Wrestling Clinic',1],
[33,'03/03/2007','03/03/2007','Saint Cloud Open 2',1],
[34,'03/03/2007','03/03/2007','Tri-State Championship Folkstyle Challenge',1],
[35,'03/03/2007','03/03/2007','Citrus 3 Style Winter 4',1],
[36,'03/03/2007','03/03/2007','Lakes Challenge 2',1],
[37,'03/10/2007','03/10/2007','Saint Cloud Open 3',1],
[38,'03/10/2007','03/10/2007','Bear Classic',1],
[39,'03/10/2007','03/10/2007','Brandon Open 6',1],
[40,'03/10/2007','03/10/2007','Gulf Coast Folkstyle Championships',1],
[41,'03/16/2007','03/17/2007','Florida State Folkstyle Championships',],
[42,'03/23/2007','03/24/2007','Cozart Classic',1],
[43,'03/24/2007','03/24/2007','Deltona Open',1],
[44,'03/30/2007','04/01/2007','Asics Folkstyle National Championships',1],
[45,'03/31/2007','03/31/2007','Lakeland Open 3',1],
[46,'03/31/2007','03/31/2007','1st Annual Spring Break Classic',1],
[47,'04/07/2007','04/07/2007','Lake Howell Open',1],
[48,'04/07/2007','04/07/2007','Bear Challenge',1],
[49,'04/07/2007','04/07/2007','Brandon Open 7',1],
[50,'04/14/2007','04/14/2007','Brandon Open 8',1],
[51,'04/14/2007','04/14/2007','Citrus 3 Style Spring 1',1],
[52,'04/14/2007','04/14/2007','River Rat Wrestling Classic I',1],
[53,'04/14/2007','04/14/2007','1st Annual City Of South Miami Open',1],
[54,'04/14/2007','04/14/2007','Lincoln Folkstyle',1],
[55,'04/20/2007','04/21/2007','Southeast Junior Regional Championships',1],
[56,'04/21/2007','04/21/2007','Marine Corp Ironman Challenge',1],
[57,'04/21/2007','04/21/2007','Lakeland Open 4',1],
[58,'04/21/2007','04/21/2007','Timberwolf Open',1],
[59,'04/21/2007','04/22/2007','Downrite Wrestling Fundraising Spectacular',1],
[60,'04/21/2007','04/21/2007','Calvary Exhibition Challenge 1',1],
[61,'04/27/2007','04/28/2007','Father Devine Open & Junior Duals',1],
[62,'05/05/2007','05/05/2007','Bear Brawl (canceled)',1],
[63,'05/05/2007','05/05/2007','Florida National Team Qualifier & Kids Open',1],
[64,'05/05/2007','05/05/2007','Poinciana Kids Open',1],
[65,'05/05/2007','05/05/2007','Wrangler Open',1],
[66,'05/12/2007','05/12/2007','Florida Folkstyle Challenge',1],
[67,'05/12/2007','05/12/2007','Citrus 3 Style Spring 2',1],
[68,'05/12/2007','05/13/2007','Downrite Wrestling Fundraising Spectacular',1],
[69,'05/12/2007','05/12/2007','1st Annual Panama City Marine Corp Devil Dog Challenge',1],
[70,'05/12/2007','05/12/2007','Brandon Open',1],
[71,'05/18/2007','05/19/2007','Florida State Freestyle Greco-Roman and Sombo Championships',1],
[72,'05/25/2007','05/27/2007','Southeast Kids and Cadets Regional Championships',1],
[73,'05/26/2007','05/26/2007','Calvary Exhibition Challenge 2',1],
[74,'05/26/2007','05/26/2007','Wolfpack Challenge',1],
[75,'06/02/2007','06/02/2007','Brandon Open 9',1],
[76,'06/02/2007','06/02/2007','River Rat Wrestling Classic I I',1],
[77,'06/02/2007','06/02/2007','South Miami Greyghost Wrestling Classic',1],
[78,'06/06/2007','06/10/2007','Schoolboy/Girl Dual National Championships',1],
[79,'06/09/2007','06/09/2007','Brandon Open 10',1],
[80,'06/16/2007','06/16/2007','Sunshine State Games',1],
[81,'06/21/2007','06/25/2007','Cadet Dual National Championships',1],
[82,'06/23/2007','06/23/2007','Calvary Exhibition Challenge 3',1],
[83,'06/26/2007','07/01/2007','Junior Dual National Championships',1],
[84,'06/30/2007','06/30/2007','Brandon Open 11',1],
[85,'07/05/2007','07/08/2007','Asics Kids Freestyle & Greco National Championships',1],
[86,'07/07/2007','07/07/2007','Citrus 3 Style Summer 2',1],
[87,'07/14/2007','07/14/2007','Brandon Open 12',1],
[88,'07/14/2007','07/14/2007','Calvary Exhibition Challenge 4',1],
[89,'07/20/2007','07/26/2007','Cadet & Junior National Championships',1],
[90,'08/11/2007','08/11/2007','Citrus 3 Style Summer 3',1],
[91,'08/18/2007','08/18/2007','Brandon Open 13',1],
[92,'08/18/2007','08/18/2007','Calvary Exhibition Challenge 5',1],
[93,'08/25/2007','08/25/2007','Brandon Open 14',1],
[94,'06/23/2007','06/23/2007','Orange Park Open I',1],
[95,'06/30/2007','06/30/2007','Orange Park Open I I',1],
[96,'10/06/2007','10/06/2007','Spring Hill U.S.A. Pre-Season Tournament',1],
[97,'08/04/2007','08/05/2007','Shawn Charles Wrestling Clinic',1],
[98,'08/04/2007','08/04/2007','Southeast Area Meeting',1],
[99,'08/05/2007','08/05/2007','Northeast Area Meeting',1]);return eventinfo;}


