var Evento = {
	
    'adicionar' : function() {
	$("#modal_dialog").html("");
        $("#modal_dialog").load("evento-form.php?id=" + ev.id).dialog({
            modal: true,
            width:770,
            height:480,
            title: 'Novo Momento'
        });
    }	
}
