function geoplugin_city() { return 'Seattle';} function geoplugin_latitude() { return '47.6348';} function geoplugin_longitude() { return '-122.3451';} if (typeof on_geo === 'function') { on_geo(); }