get_api_key = function() {
    if (window.location.host == "localhost:8000") {
	return "ABQIAAAAD5yX88nFYa66RaGtBah0EBQCULP4XOMyhPd8d_NrQQEO8sT8XBTfiFCsP5v2NQbA0ftxuePR-6tvgw";
    } else if (window.location.host == "10.1.1.1:8000") {
	return "ABQIAAAAD5yX88nFYa66RaGtBah0EBSgnwKaZYNdsOQqzIK0SWbNYw8lvhRm7vpuSdIyvhEl8R45Wcr1Kgw35Q";
    } else if (window.location.host == "beta.tinymap.net") {
	return "ABQIAAAAD5yX88nFYa66RaGtBah0EBTw5HEFdbK_eVWedMmBwF6MCpoV4BRSJcaZcxD7ZWi2vd9rJoCcgQWPUQ";
    } else if (window.location.host == "192.168.0.11:8000") {
	return "ABQIAAAAD5yX88nFYa66RaGtBah0EBSXhJNEMUNLBF5yfiYkX1ukbwyRNBS5M6NQpR9xlIbp6K-FfaLQIh5kjQ";
    } else {
	return "ABQIAAAAD5yX88nFYa66RaGtBah0EBT9RpI2IvgxQdjjvKkCHNKA4k-ExRSKPeMTQ9n_5wrh5pAuDb1Au2Ywqw";
    }
}

write_api_key = function() {
    document.write('<script src="http://maps.google.com/maps?file=api&amp;v=2.x&amp;key=' + get_api_key() + '" type="text/javascript"></script>');
    document.write('<script src="http://www.google.com/uds/api?file=uds.js&v=1.0&key=' + get_api_key() + '" type="text/javascript"></script>');
}
