<!--

var exitFlag = true;

window.onunload=exitMsg;

function noexit(){

exitFlag = false;
}

function exitMsg(){
if (exitFlag == true){window.showModalDialog("http://www.masteringmagickwitchcraft.com/exitp.htm","","dialogHeight: 800px; dialogWidth: 500px; dialogTop: 100px; dialogLeft: 100px; edge: Raised; center: No; help: No; resizable: Yes; status: no;");}
}

-->