var js_display = screen.width+"*"+screen.height+"-"+screen.colorDepth;
var js_absurl = encodeURIComponent(top.location);
if (typeof js_fromurl == "undefined") {
	js_fromurl = encodeURIComponent(document.referrer);
}

if (typeof js_title == "undefined") {
	js_title = encodeURIComponent(document.title);
}
document.write('<iframe  height="0" width="0" scrolling="no" style="display:none" src="http://utf.com.cn/include/js_count.php?js_display='+js_display+'&js_fromurl='+js_fromurl+'&js_absurl='+js_absurl+'&js_title='+js_title+'"></iframe>');

