16777215;document.addEventListener('DOMContentLoaded', function() { function loadJS(url, call) { var script = document.createElement('script'), func = call || function () {}; script.type = 'text/javascript'; script.onload = function () { func(); }; script.onreadystatechange = function () { if (this.readyState === 'complete' || this.readyState === 'loaded') { func(); } }; script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } loadJS('//zz.bdsstatic.com/linksubmit/push.js'); });