$(document).ready(function(){$("a[@rel]").click(function(){if(this.rel.indexOf("external")>=0){window.open(this.href);return false}});$("ol.comments a.comment_del").click(function(){var A;A=this.getAttribute("name");$.post("/inc/comentarios-elimina.asp",{id:A},function(){var B;B="#comentario_"+A;$(B).remove()})})});