function geoip_country_code() { return 'AU'; } function geoip_country_name() { return 'Australia'; } function geoip_city() { return 'Sydney'; } function geoip_region() { return '02'; } function geoip_region_name() { return 'New South Wales'; } function geoip_latitude() { return '-33.8833'; } function geoip_longitude() { return '151.2167'; } function geoip_postal_code() { return ''; } function geoip_area_code() { return ''; } function geoip_metro_code() { return ''; } 
