<!--begin
/*
 * Popup code generated by PopUpMaster Pro from 
 * http://popupmaster.com
 * Copyright (c)2003, Steve Shaw, takanomi.com
 */
var exit=true;
var filename='http:\/\/www.longlostmarketingsecrets.com/exit.htm';
var popup;
var height=500;
var width=500;
var left=100;
var top=100;
function exitpop(){
if(exit){
var pop = window.open('','','fullscreen=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=yes,toolbar=no,directories=no');
pop.blur();
self.focus();
pop.moveTo(6000,6000);
pop.document.write("<html><title> </title><head>\n");
pop.document.write("<script language=JavaScript>\n");
pop.document.write("<!--\n");
pop.document.write("var pops;\n");
pop.document.write("function popup(){\n");
pop.document.write("pops=window.open('"+filename+"','',");
pop.document.write("'height="+height);
pop.document.write(",width="+width);
pop.document.write(",top="+top+",left="+left+",location=no,menubar=no,resizable=yes,");
pop.document.write("scrollbars=yes,status=yes,titlebar=yes,toolbar=no,directories=no');");
pop.document.write("}\n");
pop.document.write("setTimeout(\"popup();self.close();\",3*1000);\n");
      pop.document.write("setTimeout(\"self.close();\",(3+1)*1000);\n");
pop.document.write("\/\/--\>\n");
pop.document.write("</script>\n</head>\n<body>\n&nbsp;\n</body></html>");
pop.blur();
}
}
document.onunload=exitpop;
window.onunload=exitpop;
// end -->