	/** 
		setting params !window.opener(not child) than openning window
		Child window will not open any windows in order to use the option
		of adding else
	*/
	if(!window.opener){
		//var locate = window.location.hostname;
		var url = "http://www.adultcrowd.com";
		//var url = "http://toxy.adultcrowd.com.singles.ltd.uk/index.do";
		popwindow=window.open(url,"Adultcrowd","width=790,height=580,resizable=1,scrollbars=yes,toolbar=yes,menubar=yes,status=yes,location=1");
		window.onload=popwindow;
		this.focus();
	}