From: <Saved by Microsoft Internet Explorer 5>
Subject: Print Charts
Date: Sat, 24 Feb 2007 19:45:19 -0800
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01C7584C.517C5510"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01C7584C.517C5510
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.trackwrestling1.com/freestyletournaments/Charts.jsp?TIM=1172375077361&twSessionId=fnsmgumdyzkydmb&groupIds=34022,35022,36022,37022,38022,929011,930011,931011,932011,933011,991011,934011,936011,937011,938011,939011,940011,941011,942011,994011,948011,949011,950011,951011,952011,953011,954011,955011,956011,958011,961011,962011,963011,964011,965011,967011,998011,969011,999011,970011,971011,972011,974011&includePages=0&templateIds=

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Print Charts</TITLE>
<SCRIPT language=3Djavascript=20
src=3D"http://www.trackwrestling1.com/Selector.js"></SCRIPT>

<SCRIPT language=3Djavascript>

var allWCStr =3D =
"34022~35022~36022~37022~38022~929011~930011~931011~932011~933011~991011~=
934011~936011~937011~938011~939011~940011~941011~942011~994011~948011~949=
011~950011~951011~952011~953011~954011~955011~956011~958011~961011~962011=
~963011~964011~965011~967011~998011~969011~999011~970011~971011~972011~97=
4011";
var allWCArr =3D allWCStr.split("~");

var classGroupsStr =3D =
"100011~936011,937011,938011,939011,940011,941011,942011,994011~~101011~9=
48011,949011,950011,951011,952011,953011,954011,955011,956011,958011~~102=
011~961011,962011,963011,964011,965011,967011,998011,969011,999011,970011=
,971011,972011,974011~~99011~929011,930011,931011,932011,933011,991011,93=
4011~~98011~34022,35022,36022,37022,38022";
var classGroupsArr =3D classGroupsStr.split("~~");

var matGroupsStr =3D =
"0~34022,35022,36022,37022,38022,929011,930011,931011,932011,933011,99101=
1,934011,936011,937011,938011,939011,940011,941011,942011,994011,948011,9=
49011,950011,951011,952011,953011,954011,955011,956011,958011,961011,9620=
11,963011,964011,965011,967011,998011,969011,999011,970011,971011,972011,=
974011";
var matGroupsArr =3D matGroupsStr.split("~~");

var bracketGroupsStr =3D =
"1~34022,35022,36022,37022,38022,929011,930011,931011,932011,933011,99101=
1,934011,936011,937011,938011,939011,940011,941011,942011,994011,948011,9=
49011,950011,951011,952011,953011,954011,955011,956011,958011,961011,9620=
11,963011,964011,965011,967011,998011,969011,999011,970011,971011,972011,=
974011";
var bracketGroupsArr =3D bracketGroupsStr.split("~~");

var selectedStr =3D "";
var selectedArr =3D selectedStr.split(",");

var pageTypes =3D "0";
var includedPages =3D new Array(20);

function togglePageType(pt){
	includedPages[pt] =3D (includedPages[pt]+1)%2;
}

function verifyUser(){
	try{
		if("true"=3D=3D"false"){
			location.href =3D =
"../Login.jsp?TIM=3D1172375085486&twSessionId=3Dfnsmgumdyzkydmb";
		}
	}catch(error){
		alert("An error occured and below is the error message.\n\n" + =
error.message);
	}
}

function startUp(){
	try{
	=09
		addSelector("template","");
		selectAll("template");
		unselectAll("template");
	=09
		if(selectedStr.length > 0 && =
"34022,35022,36022,37022,38022,929011,930011,931011,932011,933011,991011,=
934011,936011,937011,938011,939011,940011,941011,942011,994011,948011,949=
011,950011,951011,952011,953011,954011,955011,956011,958011,961011,962011=
,963011,964011,965011,967011,998011,969011,999011,970011,971011,972011,97=
4011"=3D=3D""){
			for(var i=3D0;i<selectedArr.length;i++){
				document.getElementById("cb_"+selectedArr[i]).checked =3D true;
			}
		}
		for(var i=3D0;i<includedPages.length;i++){
			includedPages[i] =3D 0;
		}
		var arr =3D pageTypes.split(",");
		for(var i=3D0;i<arr.length;i++){
			includedPages[parseInt(arr[i])] =3D =
(document.getElementById("page_type_cb_"+arr[i]).checked?1:0);
		}
	}catch(error){}
}

function printBrackets(){
	try{
		var gIds =3D "";
		for(var i=3D0;i<allWCArr.length;i++){
			if(document.getElementById("cb_"+allWCArr[i]).checked){
				gIds +=3D "," + allWCArr[i];
			}
		}
		if(gIds.length > 0){
			var pages =3D "";
			for(var i=3D0;i<includedPages.length;i++){
				if(includedPages[i]=3D=3D1){
					pages +=3D "," + i;
				}
			}
			if(pages=3D=3D""){
				alert("You must select the pages of the bracket you want to show");
			}else{
				location.href =3D =
"Charts.jsp?TIM=3D1172375085486&twSessionId=3Dfnsmgumdyzkydmb&groupIds=3D=
"+gIds.substring(1,gIds.length)+"&includePages=3D"+pages.substring(1,page=
s.length)+"&templateIds=3D"+getSelected("template");
			}
		}else{
			alert("You must select some brackets to print.");
		}
	}catch(error){
		alert("An error occured and below is the error message.\n\n" + =
error.message);
	}
}

function bracketSelectAll(bId){
	try{
		if(bId=3D=3D""){ return; }
		var str =3D lookup(bId,bracketGroupsArr,"~");
		if(str=3D=3D"Value Not Found"){ return; }
		var arr =3D str.split(",");
		for(var i=3D0;i<arr.length;i++){
			document.getElementById("cb_"+arr[i]).checked =3D true;
		}
	}catch(error){
		alert("An error occured and below is the error message.\n\n" + =
error.message);
	}
}

function bracketUnselectAll(bId){
	try{
		if(bId=3D=3D""){ return; }
		var str =3D lookup(bId,bracketGroupsArr,"~");
		if(str=3D=3D"Value Not Found"){ return; }
		var arr =3D str.split(",");
		for(var i=3D0;i<arr.length;i++){
			document.getElementById("cb_"+arr[i]).checked =3D false;
		}
	}catch(error){
		alert("An error occured and below is the error message.\n\n" + =
error.message);
	}
}

function matSelectAll(mId){
	try{
		if(mId=3D=3D""){ return; }
		var str =3D lookup(mId,matGroupsArr,"~");
		if(str=3D=3D"Value Not Found"){ return; }
		var arr =3D str.split(",");
		for(var i=3D0;i<arr.length;i++){
			document.getElementById("cb_"+arr[i]).checked =3D true;
		}
	}catch(error){
		alert("An error occured and below is the error message.\n\n" + =
error.message);
	}
}

function matUnselectAll(mId){
	try{
		if(mId=3D=3D""){ return; }
		var str =3D lookup(mId,matGroupsArr,"~");
		if(str=3D=3D"Value Not Found"){ return; }
		var arr =3D str.split(",");
		for(var i=3D0;i<arr.length;i++){
			document.getElementById("cb_"+arr[i]).checked =3D false;
		}
	}catch(error){
		alert("An error occured and below is the error message.\n\n" + =
error.message);
	}
}

function classSelectAll(cId){
	try{
		var str =3D lookup(cId,classGroupsArr,"~");
		var arr =3D str.split(",");
		for(var i=3D0;i<arr.length;i++){
			document.getElementById("cb_"+arr[i]).checked =3D true;
		}
	}catch(error){
		alert("An error occured and below is the error message.\n\n" + =
error.message);
	}
}

function classUnselectAll(cId){
	try{
		var str =3D lookup(cId,classGroupsArr,"~");
		var arr =3D str.split(",");
		for(var i=3D0;i<arr.length;i++){
			document.getElementById("cb_"+arr[i]).checked =3D false;
		}
	}catch(error){
		alert("An error occured and below is the error message.\n\n" + =
error.message);
	}
}

</SCRIPT>

<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3DWINDOWS-1252">
<META content=3D"MSHTML 6.00.2900.3059" name=3DGENERATOR>
<STYLE>H3 {
	PAGE-BREAK-BEFORE: always
}
</STYLE>
<LINK href=3D"http://www.trackwrestling1.com/stylesheet.css" =
type=3Dtext/css=20
rel=3Dstylesheet></LINK></HEAD>
<BODY onload=3DverifyUser();startUp()>
<FORM id=3DtheForm name=3DtheForm method=3Dpost>
<SCRIPT language=3Djavascript=20
src=3D"http://www.trackwrestling1.com/Essentials.js"></SCRIPT>

<CENTER><FONT style=3D"FONT-SIZE: 25px" face=3Darial><U>ELMA FREESTYLE =
(PEEWEE TO=20
SCHOOLBOY)</U>&nbsp;&nbsp;&nbsp;<U><B>PEEWEE</U>&nbsp;&nbsp;&nbsp;<U>33.7=
</B></U>&nbsp;&nbsp;&nbsp;<U></U></FONT>
<TABLE style=3D"TABLE-LAYOUT: fixed" cellSpacing=3D0 cellPadding=3D0 =
width=3D1=20
  border=3D0><TBODY>
  <TR>
    <TD vAlign=3Dcenter width=3D746>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD width=3D746>
            <TABLE style=3D"TABLE-LAYOUT: fixed" cellSpacing=3D0 =
cellPadding=3D0=20
            border=3D0>
              <TBODY>
              <TR height=3D0>
                <TD noWrap width=3D0></TD>
                <TD noWrap width=3D746></TD>
                <TD noWrap width=3D0></TD></TR>
              <TR>
                <TD></TD>
                <TD>
                  <DIV style=3D"Z-INDEX: 1; POSITION: relative">
                  <TABLE style=3D"FONT-SIZE: 12px; FONT-FAMILY: arial"=20
                  borderColor=3Dblack cellSpacing=3D0 cellPadding=3D0 =
border=3D1>
                    <TBODY>
                    <TR>
                      <TD noWrap align=3Dmiddle width=3D50>NO</TD>
                      <TD noWrap align=3Dmiddle width=3D170>NAME</TD>
                      <TD align=3Dmiddle>1</TD>
                      <TD align=3Dmiddle>2</TD>
                      <TD align=3Dmiddle>3</TD>
                      <TD align=3Dmiddle>4</TD>
                      <TD align=3Dmiddle>5</TD>
                      <TD align=3Dmiddle>6</TD>
                      <TD align=3Dmiddle>RR1</TD>
                      <TD align=3Dmiddle>RR2</TD>
                      <TD align=3Dmiddle>RR3</TD>
                      <TD align=3Dmiddle>FINISH</TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">101</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;TYLER MURPHY&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;TUMWATER FREESTYLE&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7779013,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7779013,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7779013,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7779013,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7779013,0,5) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7779013,0,6) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD>
                            <TD noWrap width=3D5 bgColor=3Dred =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenCreateBout(7779013,0,97) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: =
30px">X</FONT></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7779013,0,97) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7779013,0,97) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(7779013) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: 30px"><FONT=20
                        =
color=3Dred>1</FONT></FONT></TD></TR></TBODY></TABLE></DIV></TD>
                <TD></TD></TR>
              <TR height=3D0>
                <TD></TD>
                <TD></TD>
                =
<TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY=
></TABLE>
<DIV class=3DpageBreak></DIV><FONT style=3D"FONT-SIZE: 25px" =
face=3Darial><U>ELMA=20
FREESTYLE (PEEWEE TO=20
SCHOOLBOY)</U>&nbsp;&nbsp;&nbsp;<U><B>PEEWEE</U>&nbsp;&nbsp;&nbsp;<U>40.6=
-42.7</B></U>&nbsp;&nbsp;&nbsp;<U></U></FONT>
<TABLE style=3D"TABLE-LAYOUT: fixed" cellSpacing=3D0 cellPadding=3D0 =
width=3D1=20
  border=3D0><TBODY>
  <TR>
    <TD vAlign=3Dcenter width=3D746>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD width=3D746>
            <TABLE style=3D"TABLE-LAYOUT: fixed" cellSpacing=3D0 =
cellPadding=3D0=20
            border=3D0>
              <TBODY>
              <TR height=3D0>
                <TD noWrap width=3D0></TD>
                <TD noWrap width=3D746></TD>
                <TD noWrap width=3D0></TD></TR>
              <TR>
                <TD></TD>
                <TD>
                  <DIV style=3D"Z-INDEX: 1; POSITION: relative">
                  <TABLE style=3D"FONT-SIZE: 12px; FONT-FAMILY: arial"=20
                  borderColor=3Dblack cellSpacing=3D0 cellPadding=3D0 =
border=3D1>
                    <TBODY>
                    <TR>
                      <TD noWrap align=3Dmiddle width=3D50>NO</TD>
                      <TD noWrap align=3Dmiddle width=3D170>NAME</TD>
                      <TD align=3Dmiddle>1</TD>
                      <TD align=3Dmiddle>2</TD>
                      <TD align=3Dmiddle>3</TD>
                      <TD align=3Dmiddle>4</TD>
                      <TD align=3Dmiddle>5</TD>
                      <TD align=3Dmiddle>6</TD>
                      <TD align=3Dmiddle>RR1</TD>
                      <TD align=3Dmiddle>RR2</TD>
                      <TD align=3Dmiddle>RR3</TD>
                      <TD align=3Dmiddle>FINISH</TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">201</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;BRAYDEE =
PEDDER&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;BETHEL FREESTYLE&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7785013,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7785013,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7785013,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7785013,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7785013,0,5) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7785013,0,6) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD>
                            <TD noWrap width=3D5 bgColor=3Dred =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(1) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>1=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>2&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>LF =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(21) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>81=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>3&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>LF =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(51) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>BYE </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>--&nbsp;=20
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>-- =
</TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(7785013) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: 30px"><FONT=20
                        color=3Dred>3</FONT></FONT></TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">202</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;RILEY ELDER&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;TUMWATER FREESTYLE&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(83022,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(83022,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(83022,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(83022,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(83022,0,5) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(83022,0,6) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD>
                            <TD noWrap width=3D5 bgColor=3Dred =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(1) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>1=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>1&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">5</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>F 3:10=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(31) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>BYE </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>--&nbsp;=20
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>-- =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(41) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>147 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>3&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">1</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>1-8<BR>0-3=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand" =
onclick=3DopenWrestlerStatus(83022)=20
                      noWrap align=3Dmiddle width=3D50><FONT=20
                        style=3D"FONT-SIZE: 30px"><FONT=20
                      color=3Dred>2</FONT></FONT></TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">203</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;NOLAN KEESEE&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;TUMWATER FREESTYLE&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(130022,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(130022,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(130022,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(130022,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(130022,0,5) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(130022,0,6) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD>
                            <TD noWrap width=3D5 bgColor=3Dred =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(11) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>BYE </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>--&nbsp;=20
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>-- =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(21) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>81=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>1&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">5</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>F 0:30=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(41) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>147 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>2&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">3</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>D 8-1<BR>3-0=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(130022) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: 30px"><FONT=20
                        =
color=3Dred>1</FONT></FONT></TD></TR></TBODY></TABLE></DIV></TD>
                <TD></TD></TR>
              <TR height=3D0>
                <TD></TD>
                <TD></TD>
                =
<TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY=
></TABLE>
<DIV class=3DpageBreak></DIV><FONT style=3D"FONT-SIZE: 25px" =
face=3Darial><U>ELMA=20
FREESTYLE (PEEWEE TO=20
SCHOOLBOY)</U>&nbsp;&nbsp;&nbsp;<U><B>PEEWEE</U>&nbsp;&nbsp;&nbsp;<U>43.9=
-46.4</B></U>&nbsp;&nbsp;&nbsp;<U></U></FONT>
<TABLE style=3D"TABLE-LAYOUT: fixed" cellSpacing=3D0 cellPadding=3D0 =
width=3D1=20
  border=3D0><TBODY>
  <TR>
    <TD vAlign=3Dcenter width=3D746>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD width=3D746>
            <TABLE style=3D"TABLE-LAYOUT: fixed" cellSpacing=3D0 =
cellPadding=3D0=20
            border=3D0>
              <TBODY>
              <TR height=3D0>
                <TD noWrap width=3D0></TD>
                <TD noWrap width=3D746></TD>
                <TD noWrap width=3D0></TD></TR>
              <TR>
                <TD></TD>
                <TD>
                  <DIV style=3D"Z-INDEX: 1; POSITION: relative">
                  <TABLE style=3D"FONT-SIZE: 12px; FONT-FAMILY: arial"=20
                  borderColor=3Dblack cellSpacing=3D0 cellPadding=3D0 =
border=3D1>
                    <TBODY>
                    <TR>
                      <TD noWrap align=3Dmiddle width=3D50>NO</TD>
                      <TD noWrap align=3Dmiddle width=3D170>NAME</TD>
                      <TD align=3Dmiddle>1</TD>
                      <TD align=3Dmiddle>2</TD>
                      <TD align=3Dmiddle>3</TD>
                      <TD align=3Dmiddle>4</TD>
                      <TD align=3Dmiddle>5</TD>
                      <TD align=3Dmiddle>6</TD>
                      <TD align=3Dmiddle>RR1</TD>
                      <TD align=3Dmiddle>RR2</TD>
                      <TD align=3Dmiddle>RR3</TD>
                      <TD align=3Dmiddle>FINISH</TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">301</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;HUNTER =
BEHNKE&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;ORTING COUGARS&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7707013,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7707013,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7707013,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7707013,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7707013,0,5) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7707013,0,6) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD>
                            <TD noWrap width=3D5 bgColor=3Dred =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(61) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>2=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>2&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">5</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>F 2:54=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(81) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>82=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>3&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">3</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>D =
6-0<BR>4-4<BR>6-1=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(111) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>BYE </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>--&nbsp;=20
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>-- =
</TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(7707013) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: 30px"><FONT=20
                        color=3Dred>1</FONT></FONT></TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">302</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;JACK JORDAN&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;WILLAPA WRESTLING WARRIORS&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7751013,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7751013,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7751013,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7751013,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7751013,0,5) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7751013,0,6) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD>
                            <TD noWrap width=3D5 bgColor=3Dred =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(61) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>2=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>1&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>LF =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(91) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>BYE </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>--&nbsp;=20
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>-- =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(101) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>148 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>3&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">1</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>1-5<BR>6-7=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(7751013) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: 30px"><FONT=20
                        color=3Dred>3</FONT></FONT></TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">303</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;ELIZABETH =
MCMULLEN&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;WILLAPA WRESTLING WARRIORS&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7769013,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7769013,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7769013,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7769013,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7769013,0,5) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7769013,0,6) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD>
                            <TD noWrap width=3D5 bgColor=3Dred =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(71) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>BYE </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>--&nbsp;=20
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>-- =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(81) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>82=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>1&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">1</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>0-6<BR>4-4<BR>1-6=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(101) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>148 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>2&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">3</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>D 5-1<BR>7-6=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(7769013) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: 30px"><FONT=20
                        =
color=3Dred>2</FONT></FONT></TD></TR></TBODY></TABLE></DIV></TD>
                <TD></TD></TR>
              <TR height=3D0>
                <TD></TD>
                <TD></TD>
                =
<TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY=
></TABLE>
<DIV class=3DpageBreak></DIV><FONT style=3D"FONT-SIZE: 25px" =
face=3Darial><U>ELMA=20
FREESTYLE (PEEWEE TO=20
SCHOOLBOY)</U>&nbsp;&nbsp;&nbsp;<U><B>PEEWEE</U>&nbsp;&nbsp;&nbsp;<U>46.4=
-50.0</B></U>&nbsp;&nbsp;&nbsp;<U></U></FONT>
<TABLE style=3D"TABLE-LAYOUT: fixed" cellSpacing=3D0 cellPadding=3D0 =
width=3D1=20
  border=3D0><TBODY>
  <TR>
    <TD vAlign=3Dcenter width=3D746>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD width=3D746>
            <TABLE style=3D"TABLE-LAYOUT: fixed" cellSpacing=3D0 =
cellPadding=3D0=20
            border=3D0>
              <TBODY>
              <TR height=3D0>
                <TD noWrap width=3D0></TD>
                <TD noWrap width=3D746></TD>
                <TD noWrap width=3D0></TD></TR>
              <TR>
                <TD></TD>
                <TD>
                  <DIV style=3D"Z-INDEX: 1; POSITION: relative">
                  <TABLE style=3D"FONT-SIZE: 12px; FONT-FAMILY: arial"=20
                  borderColor=3Dblack cellSpacing=3D0 cellPadding=3D0 =
border=3D1>
                    <TBODY>
                    <TR>
                      <TD noWrap align=3Dmiddle width=3D50>NO</TD>
                      <TD noWrap align=3Dmiddle width=3D170>NAME</TD>
                      <TD align=3Dmiddle>1</TD>
                      <TD align=3Dmiddle>2</TD>
                      <TD align=3Dmiddle>3</TD>
                      <TD align=3Dmiddle>4</TD>
                      <TD align=3Dmiddle>5</TD>
                      <TD align=3Dmiddle>6</TD>
                      <TD align=3Dmiddle>RR1</TD>
                      <TD align=3Dmiddle>RR2</TD>
                      <TD align=3Dmiddle>RR3</TD>
                      <TD align=3Dmiddle>FINISH</TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">401</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;SHANE QUEEN&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;PENINSULA YOUTH WRESTLING (GIG=20
                      HARBOR)&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(84022,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(84022,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(84022,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(84022,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(84022,0,5) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(84022,0,6) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD>
                            <TD noWrap width=3D5 bgColor=3Dred =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(121) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>3=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>2&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">1</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>0-6<BR>2-5=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(141) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>83=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>3&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>LF =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(171) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>BYE </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>--&nbsp;=20
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>-- =
</TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand" =
onclick=3DopenWrestlerStatus(84022)=20
                      noWrap align=3Dmiddle width=3D50><FONT=20
                        style=3D"FONT-SIZE: 30px"><FONT=20
                      color=3Dred>3</FONT></FONT></TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">402</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;JAYDEN =
LANCASTER&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;TWIN CITY WRESTLING CLUB&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(134022,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(134022,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(134022,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(134022,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(134022,0,5) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(134022,0,6) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD>
                            <TD noWrap width=3D5 bgColor=3Dred =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(121) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>3=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>1&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">3</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>D 6-0<BR>5-2=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(151) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>BYE </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>--&nbsp;=20
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>-- =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(161) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>149 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>3&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">3</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>D 7-2<BR>10-2=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(134022) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: 30px"><FONT=20
                        color=3Dred>1</FONT></FONT></TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">403</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;GAVEN MURPHY&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;TUMWATER FREESTYLE&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7778013,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7778013,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7778013,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7778013,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7778013,0,5) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7778013,0,6) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD>
                            <TD noWrap width=3D5 bgColor=3Dred =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(131) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>BYE </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>--&nbsp;=20
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>-- =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(141) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>83=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>1&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">5</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>F 1:22=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(161) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>149 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>2&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">1</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>2-7<BR>2-10=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(7778013) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: 30px"><FONT=20
                        =
color=3Dred>2</FONT></FONT></TD></TR></TBODY></TABLE></DIV></TD>
                <TD></TD></TR>
              <TR height=3D0>
                <TD></TD>
                <TD></TD>
                =
<TD></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY=
></TABLE>
<DIV class=3DpageBreak></DIV><FONT style=3D"FONT-SIZE: 25px" =
face=3Darial><U>ELMA=20
FREESTYLE (PEEWEE TO=20
SCHOOLBOY)</U>&nbsp;&nbsp;&nbsp;<U><B>PEEWEE</U>&nbsp;&nbsp;&nbsp;<U>56.6=
-58.6</B></U>&nbsp;&nbsp;&nbsp;<U></U></FONT>
<TABLE style=3D"TABLE-LAYOUT: fixed" cellSpacing=3D0 cellPadding=3D0 =
width=3D1=20
  border=3D0><TBODY>
  <TR>
    <TD vAlign=3Dcenter width=3D746>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR>
          <TD width=3D746>
            <TABLE style=3D"TABLE-LAYOUT: fixed" cellSpacing=3D0 =
cellPadding=3D0=20
            border=3D0>
              <TBODY>
              <TR height=3D0>
                <TD noWrap width=3D0></TD>
                <TD noWrap width=3D746></TD>
                <TD noWrap width=3D0></TD></TR>
              <TR>
                <TD></TD>
                <TD>
                  <DIV style=3D"Z-INDEX: 1; POSITION: relative">
                  <TABLE style=3D"FONT-SIZE: 12px; FONT-FAMILY: arial"=20
                  borderColor=3Dblack cellSpacing=3D0 cellPadding=3D0 =
border=3D1>
                    <TBODY>
                    <TR>
                      <TD noWrap align=3Dmiddle width=3D50>NO</TD>
                      <TD noWrap align=3Dmiddle width=3D170>NAME</TD>
                      <TD align=3Dmiddle>1</TD>
                      <TD align=3Dmiddle>2</TD>
                      <TD align=3Dmiddle>3</TD>
                      <TD align=3Dmiddle>4</TD>
                      <TD align=3Dmiddle>5</TD>
                      <TD align=3Dmiddle>6</TD>
                      <TD align=3Dmiddle>RR1</TD>
                      <TD align=3Dmiddle>RR2</TD>
                      <TD align=3Dmiddle>RR3</TD>
                      <TD align=3Dmiddle>FINISH</TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">501</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;LUKE =
DAHLGREN&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;PENINSULA WRESTLING =
(FORKS)&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7721013,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7721013,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7721013,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7721013,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7721013,0,5) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7721013,0,6) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD>
                            <TD noWrap width=3D5 bgColor=3Dred =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(181) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>4=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>2&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">5</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>F 0:57=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7721013,0,97) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(7721013,0,97) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(7721013) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: 30px"><FONT=20
                        color=3Dred>1</FONT></FONT></TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">502</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;LEVI =
CAMPBELL&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;SHELTON WRESTLING CLUB&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(129022,0,1) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(129022,0,2) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(129022,0,3) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">&nbsp;</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>&nbsp;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(129022,0,4) =
height=3D"100%"=20
                        cellSpacing=3D0 cellPadding=3D0 width=3D"100%" =
border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>&nbsp; </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>&nbsp;&nbsp; =
</TD>
                            <TD 