<style type="text/css">
#<?=$this->encrypt("honey_pot")?> {
display:none;
}
</style>
<input type="input" name="<?=$this->encrypt("honey_pot")?>"" id="<?=$this->encrypt("honey_pot")?>"/>
<input ty[e="hidden" name="secondPot" />
<noscript>
<input type="input" name="<?=$this->encrypt("js_fill")?>" id="<?=$this->encrypt("js_fill")?>"/>
</noscript>
<input type="hidden" name="<?=$this->encrypt("start_time")?>" value="<?=$this->encrypt(time())?>" />
<!-- this last one will include an encrypted string that can be decoded into an array of data with original names -->
<input type="hidden" name="data" value="DATA"
<script type="text/javascript">
document.getElementById("nojs")
.value="<?=$this->getJsSecret()?>";
</script>
<noscript>
Please enter '<?=$this->getJsSecret()?>' above without the quotes for human verification
</noscript>