<!-- This File Goes In the WWW root directory -->

var marquee = "Congratulations to the IKWF State Qualifiers! Shayne Oster 84 lbs Novice, Tyler Johnson 156 lbs Novice, Anthony Berta 101 lbs Senior, Jim Brennan 122 lbs senior and Pedro Mata 138 lbs Senior. Great Job and good luck at the State Tourney March 11-13! " <!-- The value inside the quotation marks on this line is where the scrolling text goes. Any Text can go inside the quotation marks except a quotation character.-->

document.write('<td>');
document.write('	<table class="header" width=100%>');
document.write('		<tr>');
document.write('			<td class="header" align="center">');
document.write('				<table width="100%" align="center" height="250px">');
document.write('					<tr>');
document.write('						<td class="header" valign="top" align="left">');
document.write('							<img class="logo" src="Images_lb/trophy.jpg">');
document.write('						</td>');
document.write('						<td align="center" valign="middle">');
document.write('							<img class="logo" src="Images_lb/banner.jpg">');
document.write('						</td>');
document.write('						<td class="header" valign="top" align="right">');
document.write('							<img class="logo" src="Images_lb/wrestlers.jpg">');
document.write('						</td>');
document.write('					</tr>');
document.write('					<tr>');
document.write('						<td colspan="3" align="center" valign="bottom">');
document.write('							<marquee scrollamount="4" class="headline" direction="left" loop="9999" width="100%">'+ marquee +'</marquee>');
document.write('						</td>');
document.write('					</tr>');
document.write('				</table>');
document.write('			</td>');
document.write('		</tr>');
document.write('	</table>');
document.write('</td>');