function show_esdzipcity(cityData)
{	var cityNameData = cityData.responseText;

	alert("gefunden" + cityNameData);
}