      function zugriff_region_initialize() {
        //var map = new google.maps.Map2(document.getElementById("map"));
        
        if (!google.loader.ClientLocation) {
 			document.location.href = "zugriff_region.php?land=" + WIPlocation.address.country + "&region=unbekannt";
 		//alert(WIPlocation.address.country+"--"+WIPlocation.address.region);
		}else{
			document.location.href = "zugriff_region.php?land=" +google.loader.ClientLocation.address.country_code+ "&region=" + google.loader.ClientLocation.address.region;
        //alert(google.loader.ClientLocation.country);
        //alert(google.loader.ClientLocation.adress.region);
        
        }
      }
