var RecaptchaOptions = {
   theme : 'white',
   lang: 'en',
};
$(document).ready(function() {
    $("#txtName").focus();
    //$("#contact").validate();
});
