//spam controller
//using with		<input type="hidden" name="js_checko" id="js_checko" value="" />	
function init_checko()
{
		document.getElementById('js_checko').value = 'pass';
}