function geoip_country_code() { return 'FR'; }
function geoip_country_name() { return 'France'; }
function geoip_city()         { return ''; }
function geoip_region()       { return ''; }
function geoip_region_name()  { return ''; }
function geoip_latitude()     { return '46.0000'; }
function geoip_longitude()    { return '2.0000'; }
function geoip_postal_code()  { return ''; }

