function change_cod_captcha(width, height, characters)
{

document.getElementById("div_captcha").innerHTML= '<img  src="/captcha/captcha.php?width='+width+'&amp;height='+height+'&amp;characters='+characters+'&amp;seteaza_cod='+Math.floor(Math.random()*11)+'" alt="" />'
}