﻿
var _Host = "http://counter.link999.com";
var _Page = "/log";
var _UserID = "/" + escape(lc_uid);
var _SiteID = "/" + lc_sid;
var _Width = "/?sw=" + escape(screen.width);
var _Height = "&sh=" + escape(screen.height);
var _Href = "&href=" + escape(location.href);
var _Referrer = "&refer=" + escape(document.referrer);
var _EndTag = "&end=end";

var _Url = _Host + _Page + _UserID + _SiteID + _Width + _Height + _Href + _Referrer + _EndTag;

//document.write(_Url);
//window.open(_Url);

// 统计代码
document.write("<iframe src=\"" + _Url + "\" style=\"width:0px;height:0px;border:0px dotted #000;\"></iframe>");
document.write("<img src=\"" + _Host + "/icon_count_1.gif\" alt=\"\" border=\"0\" />");

