var sVisitInfo=" ------------流量统计------------\r\n 今日[访问: 人 浏览: 次]\r\n 总计[访问: 6466 人 流量: 8526 次]\r\n -----------------------------------"; //-----------------------------------> var sys_url; var style; var uid="jena_counter"; if(typeof(sVisitInfo)=="undefined") { sVisitInfo="Jena_Want Counter"; style=1; } else{ style=18; } function readCookie(name){ var cookieValue = ""; var search = name + "="; if(document.cookie.length > 0){ offset = document.cookie.indexOf(search); if (offset != -1){ offset += search.length; end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; cookieValue = unescape(document.cookie.substring(offset, end)) } } return cookieValue; } function writeCookie(name, value, hours){ var expire = ""; if(hours != null){ expire = new Date((new Date()).getTime() + hours * 3600000); expire = "; expires=" + expire.toGMTString(); } document.cookie = name + "=" + escape(value) + expire; } var visited = 1; var cookies_name = 'visited_site_'+uid; if(readCookie(cookies_name).length<1){ writeCookie(cookies_name,1); visited=0; } var sCountUrl = ''; var sSiteUrl = (document.location.hostname); var sCountPath = (document.location.pathname); sCountPath = sCountPath.substr(0,sCountPath.lastIndexOf("/")+1); sCountUrl = "http://" + sSiteUrl + sCountPath ; var page = escape(location.href); var ref = escape(document.referrer); var Color = screen.colorDepth; var Language = (navigator.systemLanguage?navigator.systemLanguage:navigator.language); var sSize = screen.width + '_' + screen.height; var count = sCountUrl + "WebManage/Counter/core/default.asp" + "?id=" + uid + "&l=" + Language + "&t=" + style + "&p=" + page + "&r=" + ref + "&s=" + sSize + "&c=" + Color + "&v=" + visited + "&z=" + (new Date()).getTimezoneOffset()/60; document.write(''+sVisitInfo+''); //-------------------------------------------------------->