/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function validateCaptcha(){

    var captcha = document.getElementById("code_capchas_input");

    if(captcha != null){
        //alert('ddddddd');
    }
}



