$(document).ready(function() {
	var options = { 
        target: '#commento_ins' 
    };
    $('#form_commento').ajaxForm(options); 
}); 
