function ldpu()
{
 if (top.name!='pez')
 {
 // var display = 'http://achievewealthathome.com/milliondollarjvp.html';
 // var display = 'http://achievewealthathome.com/tmlp.html';
 var display = 'http://loopbiz.com/super/lendingtree.html';
 //wiz=window.open(display,'pez','width=370,height=300,left=1,right=1,top=0,toolbar=no,menubar=no,scrollbars=yes,status=no,resizable=yes,location=no');
 wiz=window.open(display,'pez','width=320,height=320,left=1,right=1,top=0,toolbar=no,menubar=no,scrollbars=yes,status=no,resizable=yes,location=no');
 if(typeof(wiz) != "undefined")
  wiz.blur();
 window.focus();
 return true;
 }
}

function getc(Name)
{
 var cook = Name + "=";
 if (document.cookie.length > 0)
 {
  off = document.cookie.indexOf(cook);
  if (off != -1)
  {
   off += cook.length;
   end = document.cookie.indexOf(";",off);
   if (end == -1)
    end = document.cookie.length;
   return unescape(document.cookie.substring(off, end))
  }
 }
}

function chk()
{
 if (navigator.appVersion.indexOf("AOL") == -1)
 {
  var b4c=getc("b41a");
  if(b4c==null)
  {
   document.cookie = "b41a=y;";
   document.onunload=ldpu;
   window.onunload=ldpu;
  }
 }
}

chk();

