';
var input_id = '#mc_embed_signup';
var f = jQuery(input_id);
if (ftypes[index] == 'address') {
input_id = '#mce-' + fnames[index] + '-addr1';
f = jQuery(input_id).parent().parent().get(0);
} else if (ftypes[index] == 'date') {
input_id = '#mce-' + fnames[index] + '-month';
f = jQuery(input_id).parent().parent().get(0);
} else {
input_id = '#mce-' + fnames[index];
f = jQuery().parent(input_id).get(0);
}
if (f) {
jQuery(f).append(html);
jQuery(input_id).focus();
} else {
jQuery('#mce-' + resp.result + '-response').show();
jQuery('#mce-' + resp.result + '-response').html(msg);
}
}
} catch (e) {
jQuery('#mce-' + resp.result + '-response').show();
jQuery('#mce-' + resp.result + '-response').html(msg);
}
}
}