function verifica_captcha(input,form){
	return false;
    loadAjax(document.getElementById("captcha_content"),"http://www.sindiconet.com.br/include/asp/captcha_verifica_ajax.asp?fk_input=" + input.value + "&form=" + form.name ,document.getElementById("captcha_load").innerHTML);
	
	setTimeout(1000,"verifica_captcha_retorno('" + getElementById("captcha_content").value + "'," + form +");")
	
} 

function verifica_captcha(input,form){
	alert(input);
}






