var split_id = 1517910893;
   function setCookie(name, value, expires, path, domain, secure) {
     var curCookie = name + "=" + escape(value) +
      ((expires) ? "; expires=" + expires.toGMTString() : "") +
      ((path) ? "; path=" + path : "") +
      ((domain) ? "; domain=" + domain : "") +
      ((secure) ? "; secure" : "");
     document.cookie = curCookie;
   }

   function getCookie(name) {
      var dc = document.cookie;
      var prefix = name + "=";
      var begin = dc.indexOf("; " + prefix);
      if (begin == -1) {
	 begin = dc.indexOf(prefix);
	 if (begin != 0) return null;
      } else
	 begin += 2;
      var end = document.cookie.indexOf(";", begin);
   if (end == -1)
      end = dc.length;
      return unescape(dc.substring(begin + prefix.length, end));
   }

   if(!getCookie('awpopup_355864')) {
      var mydate = new Date();
      mydate.setTime(mydate.getTime() + 315360000000);
      setCookie('awpopup_355864', '1', mydate, '/', document.domain, 0);

   var windowprops = "height=435,width=400,status=no,menubar=no,location=no,resizable=yes,titlebar=no,scrollbars=no,top=" + (screen.height/2-(435/2)) + ",left=" + (screen.width/2-(400/2));
   function launcher() {
      win2 = window.open("http://forms.aweber.com/form/64/1517910893-355864.html","",windowprops);
      win2.blur();
      window.focus();

            unique_track = new Image();
      unique_track.src = "http://forms.aweber.com/form/displays.htm?id=zKysHGws&split_id=" + split_id;

   }
   setTimeout('launcher();', 2 * 1000);
}
