function setCookie(a,c){var b=30;var d=new Date();d.setTime(d.getTime()+b*24*60*60*1000);document.cookie=a+"="+escape(c)+";path=/;expires="+d.toGMTString()}function getCookie(b){var a=document.cookie.match(new RegExp("(^| )"+b+"=([^;]*)(;|$)"));if(a!=null){return unescape(a[2])}return null}function delCookie(a){var c=new Date();c.setTime(c.getTime()-1);var b=getCookie(a);if(b!=null){document.cookie=a+"="+b+";expires="+c.toGMTString()}}function setlog(f){f=f?f:window.event;var d=(f.target)?f.target:f.srcElement;try{while(d.parentNode&&d!=d.parentNode){if(d.tagName&&d.tagName.toUpperCase()=="A"){if(navigator.userAgent.indexOf("Firefox")>=0){linkname=d.textContent}else{linkname=d.innerText}if(d.href.indexOf("find")>=0){address=d.href+"_www.96so.com_"}else{address=escape(d.href.split(d.hostname)[1])+"_www.96so.com_"}wlink=linkname+"+"+address;old_info=getCookie("history_info");var c=true;if(old_info!=null){var b=old_info.split("_www.96so.com_");for(var a=0;a<b.length&&a<10;a++){if(b[a].indexOf(linkname)!=-1){c=false}if(b[a]=="null"){break}}}if(c){wlink+=getCookie("history_info");setCookie("history_info",wlink);history_show();break}}d=d.parentNode}}catch(f){}return true}function history_show(){try{ifclose=getCookie("close");if(ifclose){document.getElementById("history_div").style.display="none"}var b=getCookie("history_info");var d="";if(b!=null){history_arg=b.split("_www.96so.com_");for(var a=0;a<history_arg.length&&a<10;a++){if(history_arg[a]!="null"){var c=history_arg[a].split("+");d+=("<span><a href='"+c[1]+"' target='_blank'>"+c[0]+"</a></span>")}}document.getElementById("history").innerHTML=d+"<input type=button class=close_botton onclick=\"setCookie('close',true);document.getElementById('history_div').style.display='none'\" />"}else{document.getElementById("history").innerHTML="欢迎光临！"}}catch(f){}}history_show();document.onclick=setlog;