Cast your vote
Processing...

");
}
function create_9a9eef0cc1f0_external_field() {
}
function enable_9a9eef0cc1f0_ajax_form() {
$("#fbSubmitButton").click(function() {
$.ajax({
type: "POST",
url: "/www_publicradio/applications/formbuilder/user/form_display.php?form_code=9a9eef0cc1f0",
data: $("#form_display_9a9eef0cc1f0").serialize(),
complete: function (transport) {
//turn off the ajax loader
$("#indicator_9a9eef0cc1f0").hide();
},
beforeSend: function () {
$("#indicator_9a9eef0cc1f0").show();
},
success: function(html) {
$("#resp_9a9eef0cc1f0").html(html);
$("#indicator_9a9eef0cc1f0").hide();
create_9a9eef0cc1f0_external_field();
enable_9a9eef0cc1f0_ajax_form();
}
});
return false;
});
}
create_9a9eef0cc1f0_external_field();
enable_9a9eef0cc1f0_ajax_form();