if ( typeof ndm == "undefined") {
	ndm = {};
}
if ( typeof ndm.geo == "undefined") {
	ndm.geo = {};
}
ndm.geo.country = "AU";
ndm.geo.region="NSW";
ndm.geo.city="SYDNEY";
ndm.geo.lat="-33.88";
ndm.geo.long="151.22";
ndm.geo.timezone="GMT+10";
ndm.geo.areacode="";
ndm.geo.county="";
