<!--
//#####################################################
//## COPYRIGHT (C) 2002, Metasun Software
//## For support, please visit http://www.metasun.com 
//## 汉化：中国曹氏网http://chinacao.126.com（以及）
//######################################################

// SCRIPTLOCATION -- CHANGE THE VALUE BELOW TO A URL WHERE TRACK.ASP IS INSTALLED

var scriptlocation = "http://127.0.0.1/IISSamples/Default/功能全面的albb/admin/tong/track.asp";

document.write ('<img height=1 width=1 ');
document.write ('src="' + scriptlocation + '?r=');
document.write (escape(document.referrer) + '&t=2');
document.write ('&s=' + window.screen.width + 'x' + window.screen.height + '">');

//-->