﻿var domainnums;
var rands;
theDomain = new Array();

domainnums=1;
theDomain[0] = "c.cnxad.com";
theDomain[1] = "c25.cnxad.com";
theDomain[2] = "c.cnxad.com";
theDomain[3] = "c.cnxad.com";

if (domainnums>1)
{
  rands = Math.round(Math.random()*domainnums);
  while (rands >(domainnums-1)) {
   rands = Math.round(Math.random()*domainnums);
  }
}else{rands=0;}

if (rands==""){rands=0}
var codedomain=theDomain[rands];

var cnxad_location = window.location.href;
var cnxad_from_url = document.referrer;
if ((cnxad_userid!='0')&&(cnxad_userid!='1000')&&(cnxad_userid!='7907')&&(cnxad_userid!='44567'))
{
  if ((cnxad_from_url.indexOf("star8.net")<0)&&(cnxad_from_url.indexOf("cnxad.com")<0))
  { 
    if(self!=top)
    {
	//alert('CNXAD.COM Warning!');
	top.location=self.location; 
    }
  }
}
cnxad_location=escape(cnxad_location);
cnxad_from_url=escape(cnxad_from_url);

if (cnxad_userid=='12467')
{document.writeln("<br>");}

document.writeln("<iframe src='http://"+codedomain+"/c1.ashx?w="+cnxad_userid+"&sid="+cnxad_subid+"&logo="+cnxad_logo+"&e="+cnxad_encode+"&furl="+cnxad_location+"&ffurl="+cnxad_from_url+"' width='"+cnxad_width+"' height='"+cnxad_height+"' marginwidth=0 marginheight=0  scrolling=no border=0 frameborder=0></iframe>");

 