    
    function diverter() {
        var  camefrom = document.referrer;
        if (camefrom.indexOf("brothersoft") >= 0) {
          document.replace("http://www.brothersoft.com");
        }
      }



          
