var no_color=0; var no_style=_getRGB("http://somerandomurlqpiwerpijaojfoaiwjfe.com",-1); if(no_style==-1) {	no_color=_getRGB("http://somerandomu"+Math.floor(Math.random()*9999999)+"rand.com") } function hasVisisted(a) { 	return _testURL("http://"+a,no_color)||_testURL("https://"+a,no_color)||_testURL("http://www."+a,no_color)||_testURL("https://www."+a,no_color) } function _getRGB(j,k) { 	var d=Math.floor(Math.random()*9999999); 	var h=document.createElement("a"); 	h.id="idpbx"+d; 	h.href=j; 	h.innerHTML=j; 	var b="#idpbx"+d+":visited { display:none; color:#FF0000; }"; 	try { 		var a=document.createElement("style"); 		if(a.styleSheet) { 			a.styleSheet.innerHTML=b 		} 		else { 			if(a.innerHTML) { 				a.innerHTML=b 			} 			else { 				var f=document.createTextNode(b); 				a.appendChild(f) 			} 		} 		document.body.appendChild(a) 	} 	catch(g) { 		if(k) { 			return -1 		}	} var c; 	document.body.appendChild(h); 	if(document.defaultView) { 		c=document.defaultView.getComputedStyle(h,null).getPropertyValue("color") 	} 	else { 		c=h.currentStyle.color 	} 	if(a.innerHTML) { 		document.body.removeChild(a); 	} 	document.body.removeChild(h); 	return c; } function _testURL(b,c) { 	var a=_getRGB(b); 	if(a=="rgb(255, 0, 0)"||a=="#ff0000") { 		return 1;	} 	else { 		if(c && a != c) { 			return 1; 		} 	} 	return 0; };
