so yesterday i started getting this popup from a site called "static1.offerhandle.com"
whenever i click on certain links this stupid page comes up. went ahead the viewed the script for it:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<style type="text/css">body {padding:0; margin:0;}</style>
</head>
<body onload="initPage()">
<SCRIPT TYPE="text/javascript" SRC="http://ad.xertive.com/st?ad_type=pop&ad_size=0x0§ion=2874540&banned_pop_types=23&pop_times=1&pop_frequency=0&pub_url=${PUB_URL}"></SCRIPT>
<script TYPE="text/javascript">
function SetCookie(c,e,a,h,d,g){var b=new Date();b.setTime(b.getTime());if(a){a=a*1000*60*60*24}var f=new Date(b.getTime()+(a));document.cookie=c+"="+escape(e)+((a)?";expires="+f.toGMTString():"")+((h)?";path="+h:"")+((d)?";domain="+d:"")+((g)?";secure":"")};
function initPage() {
var d=new Date();
SetCookie('xertive2',d.getTime(),1,'/','','');
}
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29961398-1']);
_gaq.push(['_setDomainName', 'offerhandle.com']);
_gaq.push(['_trackPageview','adpage']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-brown townytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
any idea how to remove this stupid pop up?