CINXE.COM

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><script> if (navigator.geolocation) { navigator.geolocation.getCurrentPosition( function (p) { var xcurrent=p.coords.longitude; var ycurrent=p.coords.latitude; var xxHREF = 'http://www.etomesto.ru/go-gs.php?x=' + xcurrent + '&y=' + ycurrent + '&m=peterburg_suvorin_1925'; top.location.href = xxHREF; }, function (err) { var xxHREF = 'http://www.etomesto.ru/'; top.location.href = xxHREF; },{enableHighAccuracy: false, timeout: 300000, maximumAge: 50000}); } else { var xxHREF = 'http://www.etomesto.ru/'; top.location.href = xxHREF;} </script> </html>