This code gets the current, if approximate, latitude and longitude of the user using the geolocation information in the browser. This information is then subbmited to the Yahoo YQL service to convert that position into readable data.
select * from geo.places where woeid in (select place.woeid from flickr.places where lat=0.0 and lon=0.0)