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