/* Sencillo script para hacer un target="_blank" a todos los links que tengan rel="blank" para que valide en XHTML 1.0 estricto */ function targetBlank() { if (!document.getElementsByTagName){ return; } var anchors = document.getElementsByTagName("a"); // loop through all anchor tags for (var i=0; i