var joining = 0;

/*if (self != top) {
top.location = self.location;
}
*/

function byeBye() {
    if (joining == 0) { 
	    girlfriends = window.open('','girlfriend','height=520,width=760,scrollbars=1,resizable=1')
		girlfriends.moveTo(0,0);
		girlfriends.blur();
		girlfriends.resizeTo(screen.availWidth,screen.availHeight);
		girlfriends.location="http://www.swingerville.com/autorank/index.shtml";
	
	    //girlfriends2 = window.open('','girlfriend2','height=20,width=20,scrollbars=1,resizable=1,toolbar=1')
		//girlfriends2.moveTo(0,0);
		//girlfriends2.blur();
		//girlfriends2.resizeTo(screen.availWidth,screen.availHeight);
		//girlfriends2.location="http://www.jeanswing.com/random.php";
	}
}
