function geoip_country_code() { return 'US'; }
function geoip_country_name() { return 'United States'; }
function geoip_city()         { return 'Portland'; }
function geoip_region()       { return 'OR'; }
function geoip_region_name()  { return 'Oregon'; }
function geoip_latitude()     { return '45.2945'; }
function geoip_longitude()    { return '-122.6554'; }
function geoip_postal_code()  { return ''; }

