﻿// JScript 文件
function referer(UserId){
	document.write("<script src='http://probe.feydj.bbcwx.com/AccessInfo.aspx?ID=" + UserId + "&refurl="+escape(document.referrer)+"&OsWidth=" + (window.screen.width)+"'></script>");
	//document.write("<script src='AccessInfo.aspx?ID=" + UserId + "&refurl="+escape(document.referrer)+"&OsWidth=" + (window.screen.width)+"'></script>");
}
