// JavaScript Document

document.write('<br><br>');
document.write('<table class="header" summary="This table is used for layout" align="center" cellpadding="0" cellspacing="0">');
document.write('	<tr>');
document.write('		<td><img src="/images/left_header.jpg" alt="Kansas Recycle E-Waste and Get Caught Recycling! Website" width="263" height="140"></td>');
document.write('		<td><img src="/images/mid_header.jpg" alt="Kansas Recycle E-Waste and Get Caught Recycling! Website" width="255" height="140"></td>');
document.write('		<td><img src="/images/right_header.jpg"  alt="Kansas Recycle E-Waste and Get Caught Recycling! Website" width="240" height="140"></td>');
document.write('	</tr>');
document.write('</table>');

document.write('<table class="links" summary="This table is used for layout" align="center" cellpadding="0" cellspacing="0" width="100%">');
document.write('	<tr>');
document.write('		<td width="20%" align="center"  class="link_button" onmouseover="this.className=\'link_button_mouseover\';" onmouseout="this.className=\'link_button\';" onclick="window.location=\'/\';" onkeypress="window.location=\'/\';" onfocus="this.className=\'link_button_mouseover\';" onblur="this.className=\'link_button\';">Home</td>');
		
document.write('		<td width="19%" align="center"  class="link_button" onmouseover="this.className=\'link_button_mouseover\';" onmouseout="this.className=\'link_button\';" onclick="window.location=\'/about_us.htm\';" onkeypress="window.location=\'/about_us.htm\';" onfocus="this.className=\'link_button_mouseover\';" onblur="this.className=\'link_button\';">About Us</td>');
		
document.write('		<td width="19%" align="center"  class="link_button" onmouseover="this.className=\'link_button_mouseover\';" onmouseout="this.className=\'link_button\';" onclick="window.location=\'/contact_us.htm\';" onkeypress="window.location=\'/contact_us.htm\';" onfocus="this.className=\'link_button_mouseover\';" onblur="this.className=\'link_button\';">Contact Us</td>');

document.write('		<td width="19%" align="center"  class="link_button" onmouseover="this.className=\'link_button_mouseover\';" onmouseout="this.className=\'link_button\';" onclick="window.location=\'/earth_day_2008.htm\';" onkeypress="window.location=\'/contact_us.htm\';" onfocus="this.className=\'link_button_mouseover\';" onblur="this.className=\'link_button\';">Earth Day</td>');

document.write('	    <td width="24%" class="link_button_right">');
document.write('				    <span class="right">');
document.write('						<a title="Click on this printer to print this page." href="javascript:window.print();"><img src="/images/printer.gif" alt="Print this page" /></a>');
document.write('					</span>');
document.write('					<span class="right">');
document.write('						<a title="Click on this link to print this page." href="javascript:window.print();" class="white">Print this page</a>');
document.write('					</span>');
document.write('					</td>');
document.write('	</tr>');
document.write('</table>');