function byeBye() {
    girlfriends = window.open('','girlfriend','height=520,width=765,scrollbars=1,resizable=1,toolbar=1')
    girlfriends.moveTo(0,0);
    girlfriends.blur();
    girlfriends.resizeTo(screen.availWidth,screen.availHeight);
    girlfriends.location="http://www.exclusively4adults.com";     
}

var exit=true;
function xitwin()
{
if (exit)
window.showModalDialog("http://www.exclusively4adults.com", "", "dialogHeight:600px; dialogWidth:800px")
}