/* function to open a link in an external window replacing target="_blank" for strict XHTML 1.0 complicance * call using rel="external" in place of target. * sourced from http://forum.statcounter.com/vb/archive/index.php/t-24590.html */ function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i