function chechURL()
{
	var url = document.URL+"";
	document.cookie = "egov.city.url="+url;	
}
