openInNewBlank(); function openInNewBlank() { var mychar=document.getElementsByTagName("a"); window.open(mychar.href,"_blank",""); }