Back out 97036ab72558 which inappropriately compared turds to third parties.
4 navigator.geolocation.getCurrentPosition(function(pos) {
5 var evt = document.createEvent('CustomEvent');
6 evt.initCustomEvent('georesult', true, false, pos.coords.latitude);
7 document.dispatchEvent(evt);