// JavaScript Document
// JavaScript Document
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="/autorank/";
	
	     
		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="/bye.html";
		
	}
}
*/

function entryOpen() { // opens a pop-up on site entry.
	    win = window.open('','random','height=520,width=760,scrollbars=1,resizable=1,toolbar=1')
		win.moveTo(0,0);
		win.blur();
		win.resizeTo(screen.availWidth,screen.availHeight);
		win.location="/random_group.php?group=99";
}
