var platform_id = 5526;
var ref = document.referrer ;
var counter = document.createElement("a");
var img = document.createElement("img");
counter.id='erotop.us';
counter.href="http://erotop.us/go/" + platform_id;
counter.title="erotop.us";
img.alt="";
img.src="http://erotop.us/imageOther/"+platform_id+"?ref="+ref;
img.style.cssText = "opacity: 1 !important";counter.appendChild(document.createTextNode("") );
counter.appendChild(img);
var arr = document.getElementsByTagName('script');
for (var i=0; i < arr.length; i++){
if (arr[i].src == "http://erotop.us/js/" + platform_id) {
var fnd = arr[i];
break;
}
}
if((self.parent&&!(self.parent===self))&&(self.parent.frames.length!=0)){
top.location.href='http://erotop.us';
}else{
fnd.parentNode.insertBefore(counter,fnd);
}