function geoplugin_request() { return '80.7.146.218';} function geoplugin_status() { return '200';} function geoplugin_credit() { return 'Some of the returned data includes GeoLite data created by MaxMind, available from http://www.maxmind.com.';} function geoplugin_city() { return 'Huddersfield';} function geoplugin_region() { return 'Kirklees';} function geoplugin_regionCode() { return 'G8';} function geoplugin_regionName() { return 'Kirklees';} function geoplugin_areaCode() { return '0';} function geoplugin_dmaCode() { return '0';} function geoplugin_countryCode() { return 'GB';} function geoplugin_countryName() { return 'United Kingdom';} function geoplugin_continentCode() { return 'EU';} function geoplugin_latitude() { return '53.650002';} function geoplugin_longitude() { return '-1.7833';} function geoplugin_currencyCode() { return 'GBP';} function geoplugin_currencySymbol() { return '£';} function geoplugin_currencySymbol_UTF8() { return '£';} function geoplugin_currencyConverter(amt, symbol) { if (!amt) { return false; } var converted = amt * 0.6585; if (converted <0) { return false; } if (symbol === false) { return Math.round(converted * 100)/100; } else { return '£'+(Math.round(converted * 100)/100);} return false; }