$(document).ready(function(){
	// captcha value
	$('#turingtest').html('<input type="hidden" name="f_ishuman" value="1"/>');
	
});
	
