	function changestandort( param )
	{
		switch( param )
		{
			case "sn":
				document.location.href='/schwerin/immobilien_wohnung.php';
			break;

			case "gc":
				document.location.href='/grancanaria/immobilien_wohnung.php';
			break;
			
			case "ml":
				document.location.href='/mallorca/immobilien_wohnung.php?city=mallorca';
			break;

			case "hwi":
				document.location.href='/wismar/immobilien_wohnung.php';
			break;

			case "b":
				document.location.href='/berlin/immobilien_wohnung.php';
			break;

			case "hh":
				document.location.href='/hamburg/immobilien_wohnung.php';
			break;

			case "hro":
				document.location.href='/rostock/immobilien_wohnung.php';
			break;

			case "nb":
				document.location.href='/neubrandenburg/immobilien_wohnung.php';
			break;

			case "ctg":
				document.location.href='/cartagena/immobilien_wohnung.php';
			break;

			case "hl":
				document.location.href='/luebeck/immobilien_wohnung.php';
			break;

			case "dd":
				document.location.href='/dresden/immobilien_wohnung.php';
			break;
			
			case "l":
				document.location.href='/leipzig/immobilien_wohnung.php';
			break;
			
			case "d":
				document.location.href='/dresden/immobilien_wohnung.php';
			break;

			case "stralsund":
			case "hst":
				document.location.href='/stralsund/immobilien_wohnung.php';
			break;


	}
}

