function geoip_country_code() { return 'BR'; } function geoip_country_name() { return 'Brazil'; } function geoip_city() { return 'Rio De Janeiro'; } function geoip_region() { return '21'; } function geoip_region_name() { return 'Rio de Janeiro'; } function geoip_latitude() { return '-22.9000'; } function geoip_longitude() { return '-43.2333'; } function geoip_postal_code() { return ''; } function geoip_area_code() { return ''; } function geoip_metro_code() { return ''; } 
