function PageRecord(sid) { var CONTENTSECTION= ""; var CUSTOMDATA= ""; var osp_URL= document.URL; var osp_Title= document.title; function A(B, C) { W+="&"+B+"="+escape(C); } var t = new Date(); var W = "http://www.energypark.org.tw/coolhouse/maintain/PageRecord2/PageRecord.asp?sid=" + sid; A( "tz", t.getTimezoneOffset()); //時區 A( "ti", typeof(osp_Title)== "string" ? osp_Title : document.title); //標題 A( "url", typeof(osp_URL)== "string" ? osp_URL : document.URL); //網址 A( "rf", parent==self ? window.document.referrer : top.document.referrer); //來源 A( "ul", navigator.appName=="Netscape" ? navigator.language : navigator.userLanguage); //語版 if(typeof(screen)=="object") { A( "sr", screen.width+"x"+screen.height); //解析度 A( "cd", screen.colorDepth); //多少位元像素 } if( W.length>2048 && navigator.userAgent.indexOf('MSIE')>=0) W= W.substring( 0, 2043)+"&tu=1"; //連接字串過長 document.write(''); }