 var RecaptchaOptions = {
    theme : 'white'
 };
window.onload=function(){
    //Recaptcha.should_focus = false;
    Recaptcha.reload("t");
}
