<!-- Begin
var exit=true;
function leave() {
if (exit)
window.open('http://www.johnscabin.com/close.html','','toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,height=200,width=700');
}
// End -->