document.write('<table width=500 cellspacing=0 cellpadding=0 border=0>');
document.write('<tr>');
document.write('<td align=center valign=top>');

<!--TABLE TOPS-->
document.write('<table width=500 cellpadding=0 cellspacing=0>');

document.write('<td width=15 bgcolor=#f0f4f6 align=left valign=top>');
document.write('<img src="/images/table/upperleft.jpg" border=0>');
document.write('</td>');

document.write('<td width=470 bgcolor=#f0f4f6 align=left valign=top>');
document.write('&nbsp;');
document.write('</td>');

document.write('<td width=15 bgcolor=#f0f4f6 align=right valign=top>');
document.write('<img src="/images/table/upperright.jpg" border=0>');
document.write('</td>');

document.write('</table>');
<!--END TABLE TOPS-->


document.write('</td>');
document.write('</tr>');

document.write('<tr>');
document.write('<td align=center valign=top bgcolor=#f0f4f6>');
document.write('<font size=1 face=arial>');
document.write('Blue Zombie &copy 2002-2004 Esrix, Gah, Jakal. All ideas, images, and code, unless specified, is our property. Please do not reuse or redistribute the content of these pages without our notification or a hoard of angry flees will feast upon your lower regions.');
document.write('<br><br>');
document.write(' Blue Zombie is hosted by <a href="http://www.keenspace.com">Keenspace</a>, a free webhosting and site automation service for webcomics.');
document.write('</font>');

document.write('</td>');
document.write('</tr>');

document.write('<tr>');
document.write('<td align=center valign=top>');


<!--TABLE BOTTOMS-->
document.write('<table width=500 cellpadding=0 cellspacing=0>');

document.write('<td width=15 bgcolor=#f0f4f6 align=left valign=bottom>');
document.write('<img src="/images/table/lowerleft.jpg" border=0>');
document.write('</td>');

document.write('<td width=470 bgcolor=#f0f4f6 align=left valign=top>');
document.write('&nbsp;');
document.write('</td>');

document.write('<td width=15 bgcolor=#f0f4f6 align=right valign=bottom>');
document.write('<img src="/images/table/lowerright.jpg" border=0>');
document.write('</td>');

document.write('</table>');
<!--END TABLE BOTTOMS-->


document.write('</td>');
document.write('</tr>');
document.write('</table>');
