function geoip_country_code() { return 'TR'; }
function geoip_country_name() { return 'Turkey'; }
function geoip_city()         { return 'Istanbul'; }
function geoip_region()       { return '34'; }
function geoip_region_name()  { return 'Istanbul'; }
function geoip_latitude()     { return '41.0186'; }
function geoip_longitude()    { return '28.9647'; }
function geoip_postal_code()  { return ''; }
function geoip_area_code()    { return ''; }
function geoip_metro_code()   { return ''; }

