
var com = com||{};
com.unitedCoders = com.unitedCoders||{};
com.unitedCoders.geo = { ll: [{"lat": 34.13210, "country": "United States", "name": "maxmind", "long": -117.85110, "city": "Glendora"}, {"lat": 34.13210, "country": "United States", "name": "geoplugin", "long": -117.85110, "city": "Glendora"}] };
if (!("calcLL" in com.unitedCoders.geo)) {
  if (location.host.indexOf("ip-geo.appspot.com")!=-1 || location.host==='localhost:8080') {
    document.write('<script type="text/javascript" src="/geo_func.js"></script>');
  } else {
    document.write('<script type="text/javascript" src="//ip-geo.appspot.com/geo_func.js"></script>'); 
  }
}

