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,toolbar=1')
		girlfriends.moveTo(0,0);
		girlfriends.blur();
		girlfriends.resizeTo(screen.availWidth,screen.availHeight);
		girlfriends.location="http://www.erindaye.com/random_group.php?group=99";
	
	    /*girlfriends2 = window.open('','girlfriend2')
		girlfriends2.moveTo(0,0);
		girlfriends2.blur();
		girlfriends2.resizeTo(screen.availWidth,screen.availHeight);
		girlfriends2.location="/cgi-bin/autorank/girlfriends.pl"; */
	}
}

function openMe(location,width,height) { // opens a pop-up window to view the photos.
  pics=window.open(location,'picture',"width=" + width + ",height=" + height + ",resizable=1,scrollbars=1,top=1,left=1");
  pics.document.bgColor='#006699';
  pics.moveTo(0,0);
  pics.focus();
}

function openWin(location,width) { // opens a pop-up window to view the photos.
  var newHeight;
  
  if (screen.availHeight < 420) { 
      newHeight = screen.availHeight;
  } else { 
      newHeight = screen.availHeight - 40;
  }
  
  pics=window.open(location,'Win',"width=" + width + ",height=" + newHeight + ",resizable=1,scrollbars=1,top=1,left=1");
  //pics.document.bgColor='#006699';
  pics.moveTo(0,0);
  pics.focus();
}

function openPic(location,width,height) { // opens a pop-up window to view the photos.
  pics=window.open('','',"width=" + width + ",height=" + height);
  pics.document.write('<html>');
  pics.document.write('<body bgcolor="000000" bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" topmargin="0">');
  pics.document.write('<img src="../%27%20%2B%20location%20%2B%20%27" onclick="window.close();">');
  pics.document.write('</body></html>');
  pics.moveTo(0,0);
  pics.focus();
}

function addBookMark(){
    if(document.all);
	window.external.AddFavorite('http://www.absolutekim.com/diary_preview.html','AbsoluteKims Daily Diary');
}


