Back out 97036ab72558 which inappropriately compared turds to third parties.
3 <title>Simple access of geolocation</title>
6 function loadedWindow() {
7 opener.postMessage("loaded", "*");
9 navigator.geolocation.getCurrentPosition(loadedWindow, loadedWindow, {timeout:30000});