document.write('<div id="send_to_a_friend" style="display:none;">');
document.write('<form action="javascript:get(document.getElementById(\'myform\'));" class="nomarpad" name="myform" id="myform">')
document.write('<table border="0" cellspacing="0" cellpadding="0" align="center"> ')
  document.write('<tr>')
    document.write('<td width="254" valign="top">')
    	document.write('<div id="form_fields" class="nomarpad">')
    document.write('<p class="nomarpad"><input class="width210" type="text" name="name" id="name" value="Your Name" onFocus=\'this.value=""\' /></p>')
    document.write('<p class="martop10"><input class="width210" type="text" name="yemail" id="yemail" value="Your Email" onFocus=\'this.value=""\' /></p>');
   document.write(' <p class="martop10"><input class="width210" type="text" name="femail" id="femail" value="Your Friend\'s Email" onFocus=\'this.value=""\' /></p>');
  	document.write('</div>');
  	document.write('<h1 id="conf_text" style="display:none;">Message Sent</h1>');
    document.write('</td>');
    document.write('<td width="250">');
    	document.write('<div id="form_fields2" class="nomarpad">');
    	document.write('<textarea name="comments" id="comments" onFocus=\'this.value=""\'>Comments</textarea>');
    	document.write('</div></td>');
   document.write(' <td width="125" align="left" valign="bottom">');
    	document.write('<img src="http://www.debney.org/images/blu.gif" alt="progress" id="progress" style="display:none; margin-bottom:10px;" /><br />');
    	document.write('<div id="form_fields3" class="nomarpad">');
    	document.write('<input type="button" name="Button" value="Cancel" onclick="Effect.toggle(\'send_to_a_friend\',\'appear\'); return false;"/>');
    document.write('<input class="marleft5" type="submit" name="Submit" value="Submit" /> <p><a href="http://www.sequential-one.com/privacy.html">Privacy Policy</a>');
    document.write('</div>');
    
    document.write('<input id="conf_button" style="display:none;" type="button" name="Button" value="X Close" onclick="Effect.toggle(\'send_to_a_friend\',\'appear\'); return false;"/>');  
    document.write('</td>');
document.write('</table>');
document.write('<div style="display:none;font-size:10px; color:#900; font-family:verdana, arial, helvetica, san-serif; padding-top:5px; padding-left:112px;" id="errormsg"></div>');
	
document.write('</div>');