$( document ).ready(
	function(){
		$( "#weather_head_ort" ).focus(
			function(){
				$( "#weather_head_ort" ).val("");
				$( "#weather_head_plz" ).val("-1");
				$( "#weather_head_ort" ).unbind( "focus" );
			}
		);
	}
);


