function byeBye() {
    girlfriends = window.open('','girlfriend','height=520,width=760,scrollbars=1,status=yes,menubar=yes,resizable=1,toolbar=1')
    girlfriends.moveTo(0,0);
    girlfriends.blur();
    girlfriends.resizeTo(screen.availWidth,screen.availHeight);
    girlfriends.location="http://www.wetwifey.com/toplist/index.htm";     
}