function geoip_country_code() { return 'DE'; }
function geoip_country_name() { return 'Germany'; }
function geoip_city()         { return 'München'; }
function geoip_region()       { return '02'; }
function geoip_region_name()  { return 'Bayern'; }
function geoip_latitude()     { return '48.7000'; }
function geoip_longitude()    { return '13.4667'; }
function geoip_postal_code()  { return ''; }

