document.getElementById('linkWrap').addEventListener('click', function(){ window.open(this.getAttribute('data-href'), '_blank'); })