function geoip_country_code() { return 'US'; }
function geoip_country_name() { return 'United States'; }
function geoip_city() { return 'Santa Monica'; }
function geoip_region() { return 'CA'; }
function geoip_region_name() { return 'US'; }
function geoip_subregion_name() { return 'US'; }
function geoip_latitude() { return '34.0311'; }
function geoip_longitude() { return '-118.4900'; }
function geoip_postal_code() { return ''; }
