<!-- Begin
document.write('<FORM name="theForm" METHOD="POST" ACTION="http://www.nukanweb.com/cgi-bin/mailmachine.cgi">');
document.write('<TABLE BORDER="0" WIDTH="123" CELLSPACING="0" CELLPADDING="1">');
document.write('<Tr>');
document.write('<Td WIDTH="100%" VALIGN="top" ALIGN="center">');
document.write('<font face="arial" size="-2">');
document.write('For our newsletter, please enter your <B>E-mail Address</B> below');
document.write('</FONT>');
document.write('<BR>');
document.write('<INPUT TYPE="text" NAME="address" SIZE="14">');
document.write('</Td>');
document.write('</Tr>');
document.write('<Tr>');
document.write('<Td WIDTH="70%" VALIGN="top" ALIGN="center">');
document.write('<INPUT TYPE="hidden" VALUE="Subscribe" NAME="action" CHECKED="CHECKED"> '); 
document.write('<br>');
document.write('<A HREF="javascript:document.theForm.submit()">');
document.write('<IMG SRC="http://www.nukanweb.com/images/subscribe.gif" WIDTH="75" HEIGHT="21" BORDER="0">');
document.write('</A>');
document.write('</Td>');
document.write('</Tr>');
document.write('</TABLE>');
document.write('</FORM>');
// End -->