jQuery(document).ready(function() {
    jQuery('.submit').click(function() { jQuery('form').submit(); return false; });
});
