window.onload=function(){ventanaNueva("nuevaVentana","status=1,toolbar=1,scrollbars=1,resizable=1,menubar=1")};window.addEvent("domready",enlacesnofollow);function enlacesnofollow(a){$$("span.enlacesNoFollow").each(function(d){var e=d.getParent();if(e.get("tag")=="div"){var c=d.getElement("img");var b=d.getParent().getElement("a");if(b!=null){c.addEvent("click",function(g,f){location.href=f}.bindWithEvent(this,b.get("href")))}}})}function ventanaNueva(e,d){var c=document.getElementsByTagName("a");for(i=0;i<c.length;i++){var b=c[i];r=new RegExp("(^| )"+e+"($| )");if(r.test(b.className)){b.title=b.title+" Se abre en una nueva ventana";b.onclick=function(){window.open(this.href,"nuevaVentana",d);return false}}}};
