function checktrack(){var url=window.location.href;var fromurl=document.referrer;if(url.indexOf('?')!=-1&&fromurl!=''&fromurl!=null&fromurl.indexOf('21csp.com.cn')==-1){var id=url.substr(url.indexOf('?')+1);DoAJAX('/ad/track.asp?oper=track&id='+id+'&rnd='+getRndStr(3));}}checktrack();