var refurl=document.referrer;
if ( refurl != "" ) {
  refurl=escape(refurl);
}
var topic=document.title;
if ( topic != "" ) {
  topic=escape(topic);
}
var onurl=document.URL;
if (onurl != "") {
  onurl=escape(onurl);
}


//var strs = navigator.cpuClass +" "+navigator.platform+" "+navigator.appName + " " + navigator.appVersion;
//var Pattern = /[^0-9\.]/ig;
//strs = strs.replace(Pattern," ");
//var Pattern = / +/ig;
//strs = strs.replace(Pattern," ");
//var Pattern = / \. /ig;
//strs = strs.replace(Pattern," ");
//code = window.screen.width+ "*" +window.screen.height+ "*" + window.screen.colorDepth + strs ;
//code = code + " " + document.body.offsetWidth +"*"+document.body.offsetHeight+" "+document.body.clientWidth+"*"+document.body.clientHeight+" ";


var URLS = "?F="+refurl+"&P="+onurl+"&T="+topic+"&C="+escape(navigator.appName);
document.write("<img src=\"http\:\/\/www.aiqiye.org\/counter.asp"+URLS+"\"  border='0' width='0' height='0' >");