 var this_url = window.location.href;
              if (this_url.indexOf('jinzuanh') != -1) {
            window.open('http://www.jinzuanh.com/JZH/', '_self');
        }

