$("a#comunidad").live("click", function(){
    $("a#comunidad").attr("href", "");
    alert("Muy pronto");
    return false;
});
