function geoplugin_request() { return '23.92.211.59';} 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_delay() { return '1ms';} function geoplugin_city() { return 'Rochester';} function geoplugin_region() { return 'New York';} function geoplugin_regionCode() { return 'NY';} function geoplugin_regionName() { return 'New York';} function geoplugin_areaCode() { return '';} function geoplugin_dmaCode() { return '538';} function geoplugin_countryCode() { return 'US';} function geoplugin_countryName() { return 'United States';} function geoplugin_inEU() { return 0;} function geoplugin_continentCode() { return 'NA';} function geoplugin_latitude() { return '43.173';} function geoplugin_longitude() { return '-77.7138';} function geoplugin_locationAccuracyRadius() { return '1000';} function geoplugin_timezone() { return 'America/New_York';} function geoplugin_currencyCode() { return 'USD';} function geoplugin_currencySymbol() { return '$';} function geoplugin_currencySymbol_UTF8() { return '$';} function geoplugin_currencyConverter(amt, symbol) { if (!amt) { return false; } var converted = amt * 1; if (converted <0) { return false; } if (symbol === false) { return Math.round(converted * 100)/100; } else { return '$'+(Math.round(converted * 100)/100);} return false; }