	var editProfile = '' ;
	
	function handleInfo(sText){
		document.getElementById("city").innerHTML = sText;
	}
	
	function getCity(){
		var countryCode = arguments[0];
		var type        = arguments[1];
		editProfile     = arguments[2];
		AJAXGet(domainName+'request/getCity.htm?countryCode='+countryCode+'&type='+type+'&mm='+Math.floor(1000000*Math.random()),handleInfo,false,true,"city");
	} 
	
	function checkSearch() {
		document.x.name.value    = trim(document.x.name.value);
		if((document.x.name.value === "") && (document.x.gender.value === "") && (document.x.age1.value === ""  ||  document.x.age2.value === "") && (document.x.country.value === "") && (document.x.city.value === "") ) {
			window.alert('الرجاء إختيار احدى المعايير التي تبحث عنها');
			document.x.name.focus();
			return false;       
		}
	}
	
	function NewReg(){
		document.location = 'http://ldap.maktoob.com/newreg/register_ar.php?page_name=http://as7ab.maktoob.com&maktoobfield=Friends&utm_source=as7ab&utm_medium=URL&utm_campaign=Registration-through-header';
	}