var exit=true;
var filename='http:\/\/www.realestatemoneymaker.com/ask.html';
var popup;
var height=300;
var width=570;
var left=100;
var top=100;
function exitpop(){
if(exit){
popup = window.open(filename, "","height="+height+",width="+width+",top="+top+",left="+left+",location=no,menubar=no,resizable=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=no,directories=no");
}
}
document.onunload=exitpop;
window.onunload=exitpop;
// end -->