<!-- start

// NOTE: If you use a ' add a slash before it like this \'

document.write('<table width="100%"><tr valign="bottom" >');
document.write('<td width="50%" align="left"');
document.write('<span class="copytext">&copy;Copyright 2006 - 2010 ');
document.write('<a href="index.html">Natural Perfumers Guild</a> ');
document.write('All Rights Reserved<br>');
document.write('</td>');
document.write('<td align="right"  width="50%" style="text-align:center;z-Index:1; filter:alpha(opacity=55); -moz-opacity:.55; opacity:.55;background:#000;padding:10px;">');
document.write('To Join the Guild Mailing List, please fill in the following form:<br>'); 

document.write('<form name="cmail" action="http://naturalperfumersguild.cmail1.com/s/223848/" method="post">');

document.write('<div style="text-align:center;">');
document.write('<table style="margin-left:auto;margin-right:auto;"><tr>');
document.write('<td>');
document.write('<label for="name">Name:&nbsp;</label>');
document.write('<input type="text" name="name" id="name" />');
document.write('</td>');
document.write('<td>');
document.write('<label for="l223848-223848">Email:&nbsp;</label>');
document.write('<input type="text" name="cm-223848-223848" id="l223848-223848" />');
document.write('</td>');
document.write('</tr></table>');
document.write('<a href="javascript: submitform()">--Submit the form--</a>');
document.write('</div>');
document.write('</form>');

document.write('</td>');

document.write('</tr></table>');

function submitform()
{
  document.cmail.submit();
}


//  End -->