function geoip_country_code() { return 'FR'; }
function geoip_country_name() { return 'France'; }
function geoip_city()         { return 'Nice'; }
function geoip_region()       { return 'B8'; }
function geoip_region_name()  { return 'Provence-Alpes-Cote d\'Azur'; }
function geoip_latitude()     { return '43.7000'; }
function geoip_longitude()    { return '7.2500'; }
function geoip_postal_code()  { return ''; }
