jQuery(document).ready(function() {
    jQuery("#form_buscar").validate();
    jQuery("#form_comments").validate();
});
