From: <Saved by Microsoft Internet Explorer 5>
Subject: Print Charts
Date: Sun, 25 Mar 2007 21:34:09 -0700
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0009_01C76F25.55941670"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028

This is a multi-part message in MIME format.

------=_NextPart_000_0009_01C76F25.55941670
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.trackwrestling3.com/tw/freestyletournaments/Charts.jsp?TIM=1174883874040&twSessionId=lpwpcxoatbvgrdr&groupIds=2072013,2073013,2074013,2075013,2076013,2077013,2078013,2079013,2080013,2081013,2082013,2083013,2084013,2085013,2086013,2087013,2088013,2089013,2090013,2091013,2092013,2093013,2094013,2095013,2096013,2097013,2098013,2099013,2100013,2101013,2102013,2103013&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 =
"2072013~2073013~2074013~2075013~2076013~2077013~2078013~2079013~2080013~=
2081013~2082013~2083013~2084013~2085013~2086013~2087013~2088013~2089013~2=
090013~2091013~2092013~2093013~2094013~2095013~2096013~2097013~2098013~20=
99013~2100013~2101013~2102013~2103013";
var allWCArr =3D allWCStr.split("~");

var classGroupsStr =3D =
"189013~2072013,2073013,2074013,2075013,2076013,2077013,2078013,2079013,2=
080013,2081013,2082013,2083013,2084013,2085013,2086013,2087013,2088013~~1=
90013~2089013,2090013,2091013,2092013,2093013,2094013,2095013,2096013,209=
7013,2098013,2099013,2100013,2101013,2102013,2103013";
var classGroupsArr =3D classGroupsStr.split("~~");

var matGroupsStr =3D =
"0~2072013,2073013,2074013,2075013,2076013,2077013,2078013,2079013,208001=
3,2081013,2082013,2083013,2084013,2085013,2086013,2087013,2088013,2089013=
,2090013,2091013,2092013,2093013,2094013,2095013,2096013,2097013,2098013,=
2099013,2100013,2101013,2102013,2103013";
var matGroupsArr =3D matGroupsStr.split("~~");

var bracketGroupsStr =3D =
"7~2074013,2075013,2076013,2077013,2078013,2079013,2080013,2081013,208201=
3,2083013,2084013,2085013,2091013,2092013,2093013,2094013,2095013,2096013=
,2097013,2098013,2099013,2100013,2101013,2102013,2103013~~2~2072013,20730=
13,2086013,2087013,2088013,2089013,2090013";
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=3D1174883877316&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 && =
"2072013,2073013,2074013,2075013,2076013,2077013,2078013,2079013,2080013,=
2081013,2082013,2083013,2084013,2085013,2086013,2087013,2088013,2089013,2=
090013,2091013,2092013,2093013,2094013,2095013,2096013,2097013,2098013,20=
99013,2100013,2101013,2102013,2103013"=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=3D1174883877316&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>26=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-6=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(954022,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(954022,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(954022,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(954022,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(954022,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(954022,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(954022,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(954022,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(954022) 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>26=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>6-0=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12561011,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(12561011,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(12561011,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(12561011,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(12561011,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(12561011,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(12561011,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(12561011,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(12561011) 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=20
            style=3D"FONT-SIZE: 16pt; FONT-FAMILY: arial">03/23-25/2007 =
. NW=20
            Regional Greco . 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"><STRIKE>201</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=3DopenBoutSheet(31) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>27=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-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(3521) 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>
                            <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>5&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(961022,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(961022,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(961022,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(961022,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(961022,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(961022,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(961022,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(961022) 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">202</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=3DopenBoutSheet(31) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>27=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 6-0<BR>8-1=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(3531) 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>
                              <TABLE style=3D"FONT-SIZE: 10px" =
height=3D0=20
                              cellSpacing=3D0 cellPadding=3D0 width=3D0 =
border=3D0>
                                <TBODY>
                                <TR>
                                <TD=20
class=3DredBox>90</TD></TR></TBODY></TABLE></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 vAlign=3Dbottom align=3Dmiddle =

                              rowSpan=3D2><FONT style=3D"FONT-SIZE: =
20px">X</FONT>=20
                              <TABLE style=3D"FONT-SIZE: 9px; WIDTH: =
100%"=20
                              cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR>
                                <TD align=3Dmiddle>
                                <TABLE style=3D"FONT-SIZE: 9px" =
height=3D0=20
                                cellSpacing=3D0 cellPadding=3D0 =
width=3D0 border=3D0>
                                <TBODY>
                                <TR>
                                <TD=20
                                =
class=3DredBox>0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></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(5001) 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>141 </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">5</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>F 5-8<BR>0:30=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12403011,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(12403011,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(12403011,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(7861) 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>184 </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>10-3=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(7891) 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(7901) 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>90=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">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>=3D&gt;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(12403011) 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;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=3DopenBoutSheet(41) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>28=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">3</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>D 7-5<BR>5-3=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(3531) 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>
                              <TABLE style=3D"FONT-SIZE: 10px" =
height=3D0=20
                              cellSpacing=3D0 cellPadding=3D0 width=3D0 =
border=3D0>
                                <TBODY>
                                <TR>
                                <TD=20
class=3DredBox>90</TD></TR></TBODY></TABLE></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"><STRIKE>5</STRIKE></FONT>=20
                            </TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>F 3-1<BR>1:15=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(5011) 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>
                              <TABLE style=3D"FONT-SIZE: 10px" =
height=3D0=20
                              cellSpacing=3D0 cellPadding=3D0 width=3D0 =
border=3D0>
                                <TBODY>
                                <TR>
                                <TD=20
                          =
class=3DredBox>142</TD></TR></TBODY></TABLE></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"><STRIKE>5</STRIKE></FONT>=20
                            </TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>F 1:20=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12580011,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(12580011,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(12580011,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(7871) 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(7881) 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>142 </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>=3D&gt;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(7901) 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>90=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>=3D&gt;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(12580011) 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>204</STRIKE></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=3DopenBoutSheet(41) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>28=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>3&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">X</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>5-7<BR>3-5=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(3541) 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(5001) 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>141 </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>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>LF =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12426011,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(12426011,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(12426011,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(12426011,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(12426011,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(12426011,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(12426011) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: 30px"><FONT=20
                        =
color=3Dred><STRIKE>4</STRIKE></FONT></FONT></TD></TR>
                    <TR height=3D60>
                      <TD align=3Dmiddle><FONT=20
                      style=3D"FONT-SIZE: 20px">205</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=3DopenBoutSheet(51) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>BYE </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>--&nbsp;=20
</TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>-- =
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(3521) 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>1&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">5</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>F 1:44=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(5011) 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>
                              <TABLE style=3D"FONT-SIZE: 10px" =
height=3D0=20
                              cellSpacing=3D0 cellPadding=3D0 width=3D0 =
border=3D0>
                                <TBODY>
                                <TR>
                                <TD=20
                          =
class=3DredBox>142</TD></TR></TBODY></TABLE></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 vAlign=3Dbottom align=3Dmiddle =

                              rowSpan=3D2><FONT style=3D"FONT-SIZE: =
20px">X</FONT>=20
                              <TABLE style=3D"FONT-SIZE: 9px; WIDTH: =
100%"=20
                              cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR>
                                <TD align=3Dmiddle>
                                <TABLE style=3D"FONT-SIZE: 9px" =
height=3D0=20
                                cellSpacing=3D0 cellPadding=3D0 =
width=3D0 border=3D0>
                                <TBODY>
                                <TR>
                                <TD=20
                                =
class=3DredBox>0</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></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(12433011,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(12433011,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(12433011,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(7861) 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>184 </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db vAlign=3Dbottom =
align=3Dmiddle>2&nbsp;=20
                              <TABLE cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR height=3D5>
                                <TD width=3D"100%"></TD>
                                <TD noWrap width=3D5=20
                              =
bgColor=3Dred></TD></TR></TBODY></TABLE></TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">1</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>0-7<BR>3-10=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(7881) 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>142 </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>=3D&gt;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(7911) 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(12433011) noWrap =
align=3Dmiddle=20
                      width=3D50><FONT style=3D"FONT-SIZE: 30px"><FONT=20
                        =
color=3Dred>3</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=20
            style=3D"FONT-SIZE: 16pt; FONT-FAMILY: arial">03/23-25/2007 =
. NW=20
            Regional Greco . Cadet 91</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 bgColor=3D#cacaca height=3D0>
                      <TD align=3Dmiddle rowSpan=3D2><FONT=20
                        style=3D"FONT-SIZE: =
20px"><STRIKE>301</STRIKE></FONT></TD>
                      <TD noWrap align=3Dmiddle rowSpan=3D2>&nbsp;CLINT=20
POWERS&nbsp;
                        <HR width=3D"95%" SIZE=3D1>
                        </HR>&nbsp;WASHINGTON&nbsp;</TD>
                      <TD align=3Dmiddle colSpan=3D10><FONT=20
                        style=3D"FONT-SIZE: =
10px">WITHDRAWN</FONT></TD></TR>
                    <TR bgColor=3D#cacaca height=3D60>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(81) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>29=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>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">X</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>INJ=20
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12610011,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(12610011,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(12610011,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(12610011,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(12610011,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(12610011,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(12610011,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(12610011,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(12610011) 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;DAN FAAS&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(81) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>29=20
                            </TD></TR>
                          <TR height=3D15>
                            <TD class=3Db align=3Dmiddle>1&nbsp; </TD>
                            <TD class=3Dl align=3Dmiddle =
rowSpan=3D2><FONT=20
                              style=3D"FONT-SIZE: 20px">5</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>WBI=20
</TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(3621) 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>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">5</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>F =
4-12<BR>6-4<BR>1:48=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12460011,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(12460011,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(12460011,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(12460011,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(5201) 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>143 </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>5-7=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(5231) 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(5241) 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>185 </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">0</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>0-8<BR>0-6=20
                        </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(12460011) 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">305</FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;BROCK BANTA&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(91) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>30=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">4</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>TF 6-0<BR>6-0=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(3611) 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>
                              <TABLE style=3D"FONT-SIZE: 10px" =
height=3D0=20
                              cellSpacing=3D0 cellPadding=3D0 width=3D0 =
border=3D0>
                                <TBODY>
                                <TR>
                                <TD=20
class=3DredBox>91</TD></TR></TBODY></TABLE></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"><STRIKE>4</STRIKE></FONT>=20
                            </TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>TF 6-0<BR>7-0=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenCreateBout(12404011,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(12404011,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(12404011,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(12404011,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(5211) 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(5221) 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>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">4</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>=3D&gt;=20
                      </TD></TR></TBODY></TABLE></TD>
                      <TD noWrap width=3D50>
                        <TABLE style=3D"FONT-SIZE: 10px; CURSOR: hand"=20
                        onclick=3DopenBoutSheet(5241) 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>185 </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">4</FONT> =
</TD></TR>
                          <TR style=3D"FONT-SIZE: 9px" height=3D35>
                            <TD noWrap align=3Dmiddle>TF 8-0<BR>6-0=20
                          </TD></TR></TBODY></TABLE></TD>
                      <TD style=3D"CURSOR: hand"=20
                      onclick=3DopenWrestlerStatus(12404011) 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>307</STRIKE></FONT></TD>
                      <TD noWrap align=3Dmiddle>&nbsp;VINCE MOITA&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=3DopenBoutSheet(91) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%" =
colSpan=3D2>30=20
                            </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">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=3DopenBoutSheet(3621) 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>3&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(12570011,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(12570011,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(12570011,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(12570011,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(12570011,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(12570011,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(12570011,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(12570011) 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">309</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(101) height=3D"100%" =
cellSpacing=3D0=20
                        cellPadding=3D0 width=3D"100%" border=3D0>
                          <TBODY>
                          <TR height=3D10>
                            <TD class=3Db align=3Dmiddle width=3D"100%"=20
                              colSpan=3D2>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(3611) 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>
                              <TABLE style=3D"FONT-SIZE: 10px" =
height=3D0=20
                              cellSpacing=3D0 cellPadding=3D0 width=3D0 =
border=3D0>
                                <TBODY>
                                <TR>
                                <TD=20
class=3DredBox>91</TD></TR></TBODY></TABLE></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 vAlign=3Dbottom align=3Dmiddle =

                              rowSpan=3D2><FONT style=3D"FONT-SIZE: =
20px">X</FONT>=20
                              <TABLE style=3D"FONT-SIZE: 9px; WIDTH: =
100%"=20
                              cellSpacing=3D0 cellPadding=3D0 =
border=3D0>
                                <TBODY>
                                <TR>
                                <TD align=3Dmiddle>
                                <TABLE style=3D"FONT-SIZE: 9px" =
height=3D0=20
                                cellSpacing=3D0 cellPadding=3D0 =
width=3D0 border=3D0>
                                <TBODY>
                                <TR>
                                <TD=20
         