﻿function externalLinks() {
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName("a");
 for (var i=0; i<anchors.length; i++) {
  if(!anchors[i].href.match('www.milehighmerchantaccount.com/'))
    {anchors[i].target = "_self";}
  if(!anchors[i].href.match('www.milehighmerchantaccounts.com/'))
    {anchors[i].target = "_self";}
  if(!anchors[i].href.match('www.5280merchantaccounts.com/'))
    {anchors[i].target = "_self";}
  if(!anchors[i].href.match('www.5280merchantaccount.com/'))
    {anchors[i].target = "_self";}
  if(!anchors[i].href.match('www.milehimerchantaccount.com/'))
    {anchors[i].target = "_self";}
  if(!anchors[i].href.match('www.milehimerchantaccounts.com/'))
    {anchors[i].target = "_self";}
   
        }
}
window.onload = externalLinks;