$("feedback_form").onsubmit=feedbackCheckForm;
controllerAutofocusForm($("feedback_form"));

function feedbackCheckForm()
{
if(!controllerCheckForm($("feedback_form"))) return false;
return true;
}
