From: <Saved by Microsoft Internet Explorer 5>
Subject: Print Charts
Date: Sun, 25 Mar 2007 21:32:30 -0700
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01C76F25.1CB7A920"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01C76F25.1CB7A920
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.trackwrestling3.com/tw/freestyletournaments/Charts.jsp?TIM=1174883757807&twSessionId=lpwpcxoatbvgrdr&groupIds=2104013,2105013,2106013,2107013,2108013,2109013,2110013,2111013,2112013,2113013,2114013,2115013,2116013,2117013,2118013,2119013,2120013,2121013,2122013,2123013,2124013,2125013,2126013,2127013,2128013,2129013,2130013,2131013,2132013,2133013,2134013,2135013&includePages=0,1,2&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.trackwrestling3.com/tw/Selector.js"></SCRIPT>

<SCRIPT language=3Djavascript>

var allWCStr =3D =
"2104013~2105013~2106013~2107013~2108013~2109013~2110013~2111013~2112013~=
2113013~2114013~2115013~2116013~2117013~2118013~2119013~2120013~2121013~2=
122013~2123013~2124013~2125013~2126013~2127013~2128013~2129013~2130013~21=
31013~2132013~2133013~2134013~2135013";
var allWCArr =3D allWCStr.split("~");

var classGroupsStr =3D =
"192013~2121013,2122013,2123013,2124013,2125013,2126013,2127013,2128013,2=
129013,2130013,2131013,2132013,2133013,2134013,2135013~~191013~2104013,21=
05013,2106013,2107013,2108013,2109013,2110013,2111013,2112013,2113013,211=
4013,2115013,2116013,2117013,2118013,2119013,2120013";
var classGroupsArr =3D classGroupsStr.split("~~");

var matGroupsStr =3D =
"0~2104013,2105013,2106013,2107013,2108013,2109013,2110013,2111013,211201=
3,2113013,2114013,2115013,2116013,2117013,2118013,2119013,2120013,2121013=
,2122013,2123013,2124013,2125013,2126013,2127013,2128013,2129013,2130013,=
2131013,2132013,2133013,2134013,2135013";
var matGroupsArr =3D matGroupsStr.split("~~");

var bracketGroupsStr =3D =
"7~2105013,2106013,2107013,2108013,2109013,2110013,2111013,2112013,211301=
3,2114013,2115013,2116013,2117013,2118013,2119013,2123013,2124013,2125013=
,2126013,2127013,2128013,2129013,2130013,2131013,2132013,2133013,2134013,=
2135013~~2~2104013,2120013,2121013,2122013";
var bracketGroupsArr =3D bracketGroupsStr.split("~~");

var selectedStr =3D "";
var selectedArr =3D selectedStr.split(",");

var pageTypes =3D "0,1,2";
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=3D1174883761555&twSessionId=3Dlpwpcxoatbvgrdr";
		}
	}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 && =
"2104013,2105013,2106013,2107013,2108013,2109013,2110013,2111013,2112013,=
2113013,2114013,2115013,2116013,2117013,2118013,2119013,2120013,2121013,2=
122013,2123013,2124013,2125013,2126013,2127013,2128013,2129013,2130013,21=
31013,2132013,2133013,2134013,2135013"=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=3D1174883761555&twSessionId=3Dlpwpcxoatbvgrdr&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.trackwrestling3.com/tw/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.trackwrestling3.com/tw/Essentials.js"></SCRIPT>

<CENTER>
<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=3D30>
                <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: 3; 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;TAZZ TINNER&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;OREGON&nbsp;</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>89=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">X</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>0-7<BR>0-8=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(800022,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(800022,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(800022,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(800022,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(800022,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(800022,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(800022,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(800022,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(800022) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT 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">102</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;JOSH =
MARTINEZ&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;WASHINGTON&nbsp;</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>89=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">4</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>TF 7-0<BR>8-0=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12197011,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(12197011,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(12197011,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(12197011,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(12197011,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(12197011,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(12197011,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(12197011,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(12197011) 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=3D30>
                <TD></TD>
                <TD></TD>
                <TD></TD></TR></TBODY></TABLE></TD>
          <TD vAlign=3Dtop noWrap align=3Dleft width=3D746>
            <DIV style=3D"Z-INDEX: 1; LEFT: -746px; POSITION: relative"=20
            noWrap><FONT style=3D"FONT-SIZE: 18pt; FONT-FAMILY: =
arial">NW Regional=20
            Freestyle . Cadet 84</FONT></DIV></TD>
          <TD vAlign=3Dbottom noWrap align=3Dmiddle width=3D746>
            <DIV style=3D"Z-INDEX: 2; LEFT: -1492px; POSITION: relative" =

            noWrap><FONT=20
            style=3D"FONT-WEIGHT: bold; FONT-SIZE: 14pt; FONT-FAMILY: =
papyrus">Brackets=20
            Created By=20
  =
Trackwrestling.com</FONT></DIV></TD></TR></TBODY></TABLE></TD></TR></TBOD=
Y></TABLE>
<DIV class=3DpageBreak></DIV>
<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=3D30>
                <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: 3; 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;JONNY =
CAMPBELL&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;OREGON&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12036011,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(12036011,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(12036011,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(12036011,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(12036011,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(12036011,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(8191) 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>91=20
                            </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>2-3<BR>0-3=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(8211) 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>188 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>5&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">4</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>TF 7-0<BR>7-0=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(8241) 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(12036011) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT 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;MARCUS =
BANDUCCI&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;IDAHO&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12007011,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(12007011,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(12007011,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(12007011,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(12007011,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(12007011,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(8191) 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>91=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 3-2<BR>3-0=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(8221) 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(8231) 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>257 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>5&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:00=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(12007011) 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"><STRIKE>205</STRIKE></FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;JORDAN EVALD&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;WASHINGTON&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(820022,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(820022,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(820022,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(820022,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(820022,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(820022,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></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(8201) 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(8211) 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>188 </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">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>0-7<BR>0-7=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(8231) 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>257 </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 style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(820022) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT=20
                        style=3D"FONT-SIZE: =
30px"><STRIKE>&nbsp;&nbsp;</STRIKE></FONT></TD></TR></TBODY></TABLE></DIV=
></TD>
                <TD></TD></TR>
              <TR height=3D30>
                <TD></TD>
                <TD></TD>
                <TD></TD></TR></TBODY></TABLE></TD>
          <TD vAlign=3Dbottom noWrap align=3Dmiddle width=3D746>
            <DIV style=3D"Z-INDEX: 1; LEFT: -746px; POSITION: relative"=20
            noWrap><FONT=20
            style=3D"FONT-WEIGHT: bold; FONT-SIZE: 14pt; FONT-FAMILY: =
papyrus">Brackets=20
            Created By Trackwrestling.com</FONT></DIV></TD>
          <TD vAlign=3Dtop noWrap align=3Dmiddle width=3D746>
            <DIV style=3D"Z-INDEX: 2; LEFT: -1492px; POSITION: relative" =

            noWrap><FONT style=3D"FONT-SIZE: 18pt; FONT-FAMILY: =
arial">NW Regional=20
            Freestyle . Cadet 91=20
A</FONT></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<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=20
                  style=3D"TABLE-LAYOUT: fixed; FONT-SIZE: 8pt; =
FONT-FAMILY: arial"=20
                  cellSpacing=3D0 cellPadding=3D0 border=3D0>
                    <TBODY>
                    <TR style=3D"MIN-HEIGHT: 33px; HEIGHT: 33px">
                      <TD style=3D"WIDTH: 67px; HEIGHT: 99px" =
vAlign=3Dcenter=20
                      rowSpan=3D3>
                        <TABLE style=3D"FONT-SIZE: 8pt; WIDTH: 67px; =
HEIGHT: 99px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dcenter noWrap></TD>
                            <TD vAlign=3Dcenter align=3Dmiddle =
width=3D"100%"></TD>
                            <TD vAlign=3Dcenter =
noWrap></TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"WIDTH: 135px; HEIGHT: 33px" =
vAlign=3Dbottom=20
                      colSpan=3D2>
                        <TABLE=20
                        style=3D"FONT-SIZE: 8pt; WIDTH: 135px; HEIGHT: =
33px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dbottom noWrap></TD>
                            <TD vAlign=3Dbottom align=3Dmiddle =
width=3D"100%">(<FONT=20
                              color=3Dred>201</FONT>) =
Campbell<BR>Oregon</TD>
                            <TD vAlign=3Dcenter =
noWrap></TD></TR></TBODY></TABLE></TD>
                      <TD class=3Db style=3D"WIDTH: 136px; HEIGHT: 65px" =

                      vAlign=3Dbottom colSpan=3D2 rowSpan=3D2>
                        <TABLE=20
                        style=3D"FONT-SIZE: 8pt; WIDTH: 136px; HEIGHT: =
65px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dcenter noWrap></TD>
                            <TD vAlign=3Dbottom align=3Dmiddle=20
                              width=3D"100%">Campbell<BR>TF 7-0,7-0</TD>
                            <TD vAlign=3Dcenter =
noWrap></TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"WIDTH: 68px; HEIGHT: 99px" =
vAlign=3Dcenter=20
                      rowSpan=3D3>
                        <TABLE style=3D"FONT-SIZE: 8pt; WIDTH: 68px; =
HEIGHT: 99px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dcenter noWrap></TD>
                            <TD vAlign=3Dcenter align=3Dmiddle =
width=3D"100%"></TD>
                            <TD vAlign=3Dcenter =
noWrap></TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"WIDTH: 135px; HEIGHT: 33px" =
vAlign=3Dbottom=20
                      colSpan=3D2>
                        <TABLE=20
                        style=3D"FONT-SIZE: 8pt; WIDTH: 135px; HEIGHT: =
33px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dbottom noWrap></TD>
                            <TD vAlign=3Dbottom align=3Dmiddle =
width=3D"100%">(<FONT=20
                              color=3Dred>203</FONT>) =
Banducci<BR>Idaho</TD>
                            <TD vAlign=3Dcenter =
noWrap></TD></TR></TBODY></TABLE></TD>
                      <TD class=3Db style=3D"WIDTH: 136px; HEIGHT: 65px" =

                      vAlign=3Dbottom colSpan=3D2 rowSpan=3D2>
                        <TABLE=20
                        style=3D"FONT-SIZE: 8pt; WIDTH: 136px; HEIGHT: =
65px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dcenter noWrap></TD>
                            <TD vAlign=3Dbottom align=3Dmiddle=20
                              width=3D"100%">Navejas<BR>Dec 3-0,7-0</TD>
                            <TD vAlign=3Dcenter =
noWrap></TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"WIDTH: 68px; HEIGHT: 99px" =
vAlign=3Dcenter=20
                      rowSpan=3D3>
                        <TABLE style=3D"FONT-SIZE: 8pt; WIDTH: 68px; =
HEIGHT: 99px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dcenter noWrap></TD>
                            <TD vAlign=3Dcenter align=3Dmiddle =
width=3D"100%"></TD>
                            <TD vAlign=3Dcenter=20
noWrap></TD></TR></TBODY></TABLE></TD></TR>
                    <TR style=3D"MIN-HEIGHT: 33px; HEIGHT: 33px">
                      <TD class=3Dtr style=3D"WIDTH: 134px; HEIGHT: =
32px"=20
                      vAlign=3Dbottom colSpan=3D2>
                        <TABLE=20
                        style=3D"FONT-SIZE: 8pt; WIDTH: 134px; HEIGHT: =
32px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dbottom noWrap></TD>
                            <TD vAlign=3Dbottom align=3Dmiddle =
width=3D"100%"></TD>
                            <TD vAlign=3Dbottom noWrap><A=20
                              =
href=3D"javascript:openBoutSheet(41)"><FONT=20
                              =
color=3Dred>306</FONT></A></TD></TR></TBODY></TABLE></TD>
                      <TD class=3Dtr style=3D"WIDTH: 134px; HEIGHT: =
32px"=20
                      vAlign=3Dbottom colSpan=3D2>
                        <TABLE=20
                        style=3D"FONT-SIZE: 8pt; WIDTH: 134px; HEIGHT: =
32px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dbottom noWrap></TD>
                            <TD vAlign=3Dbottom align=3Dmiddle =
width=3D"100%"></TD>
                            <TD vAlign=3Dbottom noWrap><A=20
                              =
href=3D"javascript:openBoutSheet(31)"><FONT=20
                              =
color=3Dred>307</FONT></A></TD></TR></TBODY></TABLE></TD></TR>
                    <TR style=3D"MIN-HEIGHT: 33px; HEIGHT: 33px">
                      <TD class=3Drb style=3D"WIDTH: 134px; HEIGHT: =
32px"=20
                      vAlign=3Dbottom colSpan=3D2>
                        <TABLE=20
                        style=3D"FONT-SIZE: 8pt; WIDTH: 134px; HEIGHT: =
32px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dbottom noWrap></TD>
                            <TD vAlign=3Dbottom align=3Dmiddle =
width=3D"100%">(202)=20
                              Clagg<BR>California</TD>
                            <TD vAlign=3Dbottom =
noWrap></TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"WIDTH: 136px; HEIGHT: 33px" =
vAlign=3Dtop=20
                      colSpan=3D2>
                        <TABLE=20
                        style=3D"FONT-SIZE: 8pt; WIDTH: 136px; HEIGHT: =
33px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dcenter noWrap></TD>
                            <TD vAlign=3Dtop align=3Dmiddle =
width=3D"100%">3RD</TD>
                            <TD vAlign=3Dcenter =
noWrap></TD></TR></TBODY></TABLE></TD>
                      <TD class=3Drb style=3D"WIDTH: 134px; HEIGHT: =
32px"=20
                      vAlign=3Dbottom colSpan=3D2>
                        <TABLE=20
                        style=3D"FONT-SIZE: 8pt; WIDTH: 134px; HEIGHT: =
32px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dbottom noWrap></TD>
                            <TD vAlign=3Dbottom align=3Dmiddle =
width=3D"100%">(204)=20
                              Navejas<BR>Washington</TD>
                            <TD vAlign=3Dbottom =
noWrap></TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"WIDTH: 136px; HEIGHT: 33px" =
vAlign=3Dtop=20
                      colSpan=3D2>
                        <TABLE=20
                        style=3D"FONT-SIZE: 8pt; WIDTH: 136px; HEIGHT: =
33px"=20
                        cellSpacing=3D0 cellPadding=3D0 border=3D0>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dcenter noWrap></TD>
                            <TD vAlign=3Dtop align=3Dmiddle =
width=3D"100%">1ST</TD>
                            <TD vAlign=3Dcenter=20
                    =
noWrap></TD></TR></TBODY></TABLE></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><BR>
<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=3D30>
                <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: 3; 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">202</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;KYLE CLAGG&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;CALIFORNIA&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12044011,1,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(12044011,1,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(12044011,1,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(12044011,1,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(12044011,1,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(12044011,1,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(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%" =
colSpan=3D2>91=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>4&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(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>189 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>6&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 4-1<BR>5-0=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>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(12044011) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT 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">204</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;RUBEN =
NAVEJAS&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;WASHINGTON&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12220011,1,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(12220011,1,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(12220011,1,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(12220011,1,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(12220011,1,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(12220011,1,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(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%" =
colSpan=3D2>91=20
                            </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">5</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>F 8-0<BR>1:20=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%"=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(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>258 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>6&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:00=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(12220011) 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"><STRIKE>206</STRIKE></FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;TY MORTON&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;WASHINGTON&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(774022,1,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(774022,1,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(774022,1,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(774022,1,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(774022,1,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(774022,1,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></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%"=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(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>189 </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>1-4<BR>0-5=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>258 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>4&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 style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(774022) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT=20
                        style=3D"FONT-SIZE: =
30px"><STRIKE>&nbsp;&nbsp;</STRIKE></FONT></TD></TR></TBODY></TABLE></DIV=
></TD>
                <TD></TD></TR>
              <TR height=3D30>
                <TD></TD>
                <TD></TD>
                <TD></TD></TR></TBODY></TABLE></TD>
          <TD vAlign=3Dbottom noWrap align=3Dmiddle width=3D746>
            <DIV style=3D"Z-INDEX: 1; LEFT: -746px; POSITION: relative"=20
            noWrap><FONT=20
            style=3D"FONT-WEIGHT: bold; FONT-SIZE: 14pt; FONT-FAMILY: =
papyrus">Brackets=20
            Created By Trackwrestling.com</FONT></DIV></TD>
          <TD vAlign=3Dtop noWrap align=3Dmiddle width=3D746>
            <DIV style=3D"Z-INDEX: 2; LEFT: -1492px; POSITION: relative" =

            noWrap><FONT style=3D"FONT-SIZE: 18pt; FONT-FAMILY: =
arial">NW Regional=20
            Freestyle . Cadet 91=20
B</FONT></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<DIV class=3DpageBreak></DIV>
<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=3D30>
                <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: 3; 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"><STRIKE>301</STRIKE></FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;JOE GARDNER&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;OREGON&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(191) 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>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-0<BR>9-7=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(3881) 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>92=20
                            </TD>
                            <TD noWrap width=3D5 bgColor=3Dblack =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>5&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 6-0<BR>0:48=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12095011,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(12095011,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(12095011,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(12095011,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></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(6111) 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>190 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>7&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-3<BR>3-10=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(6131) 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>259 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>9&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>0-6<BR>1-8=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(6161) 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(12095011) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT=20
                        style=3D"FONT-SIZE: =
30px"><STRIKE>&nbsp;&nbsp;</STRIKE></FONT></TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                        style=3D"FONT-SIZE: =
20px"><STRIKE>303</STRIKE></FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;KEN STAUB&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;IDAHO&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(191) 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">X</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>0-7<BR>7-9=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(3891) 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>93=20
                            </TD>
                            <TD noWrap width=3D5 bgColor=3Dblack =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>9&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">X</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>0-6<BR>0-6=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12318011,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(12318011,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(12318011,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(12318011,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></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(12318011,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(12318011,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(12318011,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(12318011) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT=20
                        style=3D"FONT-SIZE: =
30px"><STRIKE>&nbsp;&nbsp;</STRIKE></FONT></TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                        style=3D"FONT-SIZE: =
20px"><STRIKE>305</STRIKE></FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;BRANDON =
PEARSON&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;WASHINGTON&nbsp;</TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(201) 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>7&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">X</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(3881) 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>92=20
                            </TD>
                            <TD noWrap width=3D5 bgColor=3Dblack =
rowSpan=3D3><FONT=20
                              style=3D"FONT-SIZE: 1px">&nbsp;</FONT> =
</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">X</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=3DopenCreateBout(12250011,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(12250011,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(12250011,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