function initCaptcha()
{
        Recaptcha.create("6LcyiAoAAAAAAM9GROZf310tcxSUBjHsabQxtQrT","recaptcha_div",{ theme:
"clean",callback: Recaptcha.focus_response_field});
} 
initCaptcha();
