Current File : /home/itiffy/public_html/public/js/humandetect.js
$(document).ready(function(){var number="0xFF9481";$("form").append('<input type="hidden" name="imahuman" class="imahuman" value="0" />').focus(function(){this.imahuman.value=parseInt(number,16);}).click(function(){this.imahuman.value=parseInt(number,16);});});