function _insert_After(newElement, targetElement){ var parent = targetElement.parentNode; if (parent.lastChild == targetElement) { parent.appendChild(newElement); } else { parent.insertBefore(newElement, targetElement.nextSibling); } } function _jsonp_Callback(ret) { var scriptes_ = document.getElementsByTagName("script"); for (var i=0; i=0) { var counterimg=document.createElement("img"); counterimg.src="http://xl.hbaa.cn/images/pp1.gif"; counterimg.border=0; counterimg.title='Counter'; _insert_After(counterimg,scriptes_[i]); } } } var web_url = encodeURIComponent(window.location.pathname+window.location.search); var host_name = window.location.hostname; var to_url = 'http://xl.hbaa.cn/api/webcount.php'; to_url += '?callback=_jsonp_Callback&weburl='+web_url+'&hostname='+host_name+'&id=1'; var JSON_P=document.createElement("script"); JSON_P.type="text/javascript"; JSON_P.src=to_url; document.getElementsByTagName("head")[0].appendChild(JSON_P);