function geoplugin_request() { return '139.5.253.109';} function geoplugin_status() { return '200';} function geoplugin_credit() { return 'Some of the returned data includes GeoLite data created by MaxMind, available from https://www.maxmind.com.';} function geoplugin_city() { return 'Delhi';} function geoplugin_region() { return 'Delhi';} function geoplugin_regionCode() { return '07';} function geoplugin_regionName() { return 'Delhi';} function geoplugin_areaCode() { return '0';} function geoplugin_dmaCode() { return '0';} function geoplugin_countryCode() { return 'IN';} function geoplugin_countryName() { return 'India';} function geoplugin_continentCode() { return 'AS';} function geoplugin_latitude() { return '28.6667';} function geoplugin_longitude() { return '77.2167';} function geoplugin_currencyCode() { return 'INR';} function geoplugin_currencySymbol() { return '₨';} function geoplugin_currencySymbol_UTF8() { return '₨';} function geoplugin_currencyConverter(amt, symbol) { if (!amt) { return false; } var converted = amt * 64.96; if (converted <0) { return false; } if (symbol === false) { return Math.round(converted * 100)/100; } else { return '₨'+(Math.round(converted * 100)/100);} return false; }