CINXE.COM
NASA - Annular Solar Eclipse of 1963 Jan 25
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Language" content="en-us" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="orgcode" content="670" /> <meta name="rno" content="c.a.young" /> <meta name="content-owner" content="fred.espenak.1" /> <meta name="webmaster" content="fred.espenak.1" /> <meta name="keywords" content="eclipse, solar, map" /> <meta name="description" content="This page is part of the NASA Eclipse Website. It uses Google Maps to create an interactive map of the <!-- *** #01 Total Solar Eclipse of xxxx --> Annular Solar Eclipse of 1963 Jan 25 ." /> <!-- xxxxxxx BROWSER TITLE GOES HERE --> <!-- *** #01 Total Solar Eclipse of xxxx --> <title>NASA - Annular Solar Eclipse of 1963 Jan 25 </title> <script type="text/javascript" src="../../style/header.js"></script> <style type="text/css"> <!-- v\:* { behavior: url(#default#VML); } --> </style> <script src="//maps.google.com/maps?file=api&v=2&key=ABQIAAAAEsdjL5c_YyDEVfitXT9SFBQlZ_edRM1OtaWLACTb9ImNAVBrQRTh9zpBcfbdBUMEJcoj2HYEu9TkLg" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> //<![CDATA[<!-- var gPrevLat = 0; var gPrevLng = 0; var gCurrentMarker = null; /* Insert Eclipse Besselian Elements below */ // // Eclipse Elements // // First line - // (0) Julian date // (1) t0 // (2) tmin // (3) tmax // (4) dT // Second line - // (5) X0, X1, X2, X3 - X elements // Third line - // (9) Y0, Y1, Y2, Y3 - Y elements // Fourth line - // (13) D0, D1, D2 - D elements // Fifth line - // (16) M0, M1, M2 - mu elements // Sixth line - // (19) L10, L11, L12 - L1 elements // Seventh line - // (22) L20, L21, L22 - L2 elements // Eighth line - // (25) tan f1 // (26) tan f2 // var elements = new Array( //*** #0U - Input Besselian Elements here 2438055.067498, 14.0, -4.0, 4.0, 34.5, 0.27816227, 0.54659039, -0.00001114, -0.00000567, -0.45454419, 0.07954235, 0.00015845, -0.00000103, -19.04699326, 0.01000078, 0.00000462, 26.92919922, 14.99898148, -0.00000980, 0.55156898, -0.00012858, -0.00001179, 0.00540421, -0.00012794, -0.00001174, 0.00474943, 0.00472578 ); /* End Besselian Elements */ var map; var markers = new Array(); var mouselat, mouselng; function enlarge() { wd = document.createElement("div"); wd.setAttribute("id", "widetxt"); document.getElementsByTagName("body").item(0).appendChild(wd); var obj = document.getElementById("map"); if (!document.getElementById("showlarge").checked) { document.getElementsByTagName("body").item(0).removeChild(wd); pd = document.getElementById("paperw"); if (pd != null) pd.setAttribute("id", "paper"); obj.style.width = "725px"; obj.style.height = "500px"; } else { pd = document.getElementById("paper"); if (pd != null) pd.setAttribute("id", "paperw"); if (window.innerWidth <= 725) obj.style.width = "725px"; else obj.style.width = "100%";//(window.innerWidth - 30) + "px"; if (window.innerHeight <= 500) obj.style.height = "500px"; else obj.style.height = (window.innerHeight - 50) + "px"; } if (obj.offsetParent) { var curtop = 0; do { curtop += obj.offsetTop; } while (obj = obj.offsetParent); scrollTo(0, curtop); } } function createMarker(point) { var i; var markericon = new GIcon(G_DEFAULT_ICON, "../../image/marker.png"); var marker = new GMarker(point, {icon: markericon, draggable: true}); gCurrentMarker = marker; GEvent.addListener(marker, "mouseover", function() { gCurrentMarker = null; for (i = 0; i < markers.length; i ++) { if (marker == markers[i]) gCurrentMarker = marker; } marker.openInfoWindowHtml(loc_circ(marker.getPoint().lat(), marker.getPoint().lng())); document.getElementById("locCircShow").disabled = false; }); GEvent.addListener(marker, "dragstart", function() { map.closeInfoWindow(); }); GEvent.addListener(marker, "dragend", function() { marker.openInfoWindowHtml(loc_circ(marker.getPoint().lat(), marker.getPoint().lng())); document.getElementById("locCircShow").disabled = false; }); GEvent.addListener(marker, "infowindowclose", function() { document.getElementById("locCircShow").disabled = true; }); map.addOverlay(marker); marker.openInfoWindowHtml(loc_circ(marker.getPoint().lat(), marker.getPoint().lng())); document.getElementById("locCircShow").disabled = false; markers[markers.length] = marker; return; } function clearMarkers() { var i; for (i = 0; i < markers.length; i ++) map.removeOverlay(markers[i]); map.closeInfoWindow(); markers = new Array(); } function clearMarker() { var i; for (i = 0; i < markers.length; i ++) { if (gCurrentMarker == markers[i]) { map.removeOverlay(markers[i]); markers.splice(i, 1); document.getElementById("distValue").innerHTML = ""; break; } } map.closeInfoWindow(); } function wheelZoom(a) { if (a.cancelable) a.preventDefault(); if (a.detail || -a.wheelDelta) { var latlng = new GLatLng(mouselat,mouselng); if ((a.detail || -a.wheelDelta) < 0) map.zoomIn(latlng, false, true); else if ((a.detail || -a.wheelDelta) > 0) map.zoomOut(latlng, true); } return false; } function locCircShow() { locCirc = window.open(); locCirc.location = "../loccirc.html"; locCirc.name = "loccirc"; var a = new Array(); a[0] = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \""; a[1] = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\""; a[2] = "http://www.w3.org/1999/xhtml\">\n\n<head>\n <meta http-equiv=\"Content-Language\" "; a[3] = "content=\"en-us\" />\n <meta http-equiv=\"Content-Type\" content=\"text/html; "; a[4] = "charset=UTF-8\" />\n <meta name=\"author\" content=\"F. Espenak\" />\n "; a[5] = "<meta name=\"keywords\" content=\"eclipse, solar\" />\n <meta name=\"description\" "; a[6] = "content=\"This is part of NASA's official eclipse home page. It plots solar eclipse "; a[7] = "paths on Google Earth maps.\" />\n \n <!-- xxxxx BROWSER TITLE GOES HERE -->\n "; a[8] = "<title>NASA - Google Map of Solar Eclipse<"; a[9] = "/title>\n<"; a[10] = "/head>\n<body id=\"start\">\n"; a[11] = "<h2>" + document.getElementsByTagName("title").item(0).innerHTML + " - Local Circumstances</h2>"; a[12] = document.getElementById("mapmarker").innerHTML; a[13] = "\n<p>Eclipse predictions courtesy of Fred Espenak, NASA's GSFC.</p>\n"; a[14] = "\n<p>This page may be saved or printed.</p>\n</body>\n\n</html>"; var b; for (b = 0; b < a.length; b++) locCirc.document.write(a[b]); // locCirc.document.getElementById("start").appendChild(c); // locCirc.document.getElementsByTagName("body").item(0).appendChild(c); locCirc.document.close(); } function onLoad() { map = new GMap2(document.getElementById("map"), {draggableCursor: 'crosshair'}); // Map Controls map.addControl(new GLargeMapControl()); map.addControl(new GMapTypeControl()); map.addControl(new GScaleControl()); // map.enableScrollWheelZoom(); map.enableContinuousZoom(); GEvent.addDomListener(document.getElementById("map"), "DOMMouseScroll", wheelZoom); // Firefox GEvent.addDomListener(document.getElementById("map"), "mousewheel", wheelZoom); // IE // Event Listeners // // Event listeners are registered with =GEvent.addListener=. In this example, // we echo the lat/lng of the center of the map after it is dragged or moved // by the user. GEvent.addListener(map, "moveend", function() { var center = map.getCenter(); var latLngStr = "(" + latitudeToString(center.lat().toFixed(5)) + ", " + longitudeToString(center.lng().toFixed(5)) + ")"; document.getElementById("mapCenter").innerHTML = latLngStr; }); // Display lat/lng of the cursor under the map GEvent.addListener(map, "mousemove", function(point) { mouselat = point.lat().toFixed(6); mouselng = point.lng().toFixed(6); if ((gPrevLat != point.lat()) || (gPrevLng != point.lng())) { var latitude = point.lat(); var longitude = point.lng(); if (longitude < -180) longitude += 360; else if (longitude > 180) longitude -= 360; var cursor = latitudeToString(latitude.toFixed(5)) + ", " + longitudeToString(longitude.toFixed(5)); document.getElementById("latlngCursor").innerHTML = "(" + cursor + ")"; gPrevLat = point.lat(); gPrevLng = point.lng(); if (markers.length > 0) { var lastpnt = markers[markers.length - 1].getLatLng(); var kmDist = lastpnt.distanceFrom(point); kmDist = kmDist / 1000.0; var miDist = kmDist * 0.621371192; kmDist = kmDist.toFixed(2) + 'km (' + miDist.toFixed(2) + ' miles)'; document.getElementById("distValue").innerHTML = kmDist; } } }); //*** #0V map.setCenter(new GLatLng(xx.xxxxxx,xxx.xxxxxx), 2, G_NORMAL_MAP); map.setCenter(new GLatLng(-48.217464,-15.028076), 2, G_NORMAL_MAP); map.zoomIn(); // document.getElementById("deltaT").innerHTML = "ΔT = " + elements[4] + " s"; document.getElementById("locCircShow").disabled = true; var html = ""; var gemarkericon = new GIcon(G_DEFAULT_ICON, "../../image/gemarker.png"); var gemarker = new GMarker(map.getCenter(), {icon: gemarkericon, draggable: false}); GEvent.addListener(gemarker, "mouseover", function() { gCurrentMarker = null; gemarker.openInfoWindowHtml(loc_circ(gemarker.getPoint().lat(), gemarker.getPoint().lng())); document.getElementById("locCircShow").disabled = false; }); GEvent.addListener(gemarker, "infowindowclose", function() { document.getElementById("locCircShow").disabled = true; }); map.addOverlay(gemarker); GEvent.addListener(map, "click", function(overlay, point) { if (point) { html = loc_circ(point.lat(), point.lng()); if (html != "") { if (document.getElementById("showmarker").checked) { createMarker(point); // map.removeOverlay(marker); } else { var marker = new GMarker(point); map.addOverlay(marker); marker.openInfoWindowHtml(html); map.removeOverlay(marker); } } } }); // Insert TRACK.GOO (ex SHADOW.EXE) below here /* ++++++++++++++++++++++++++++++++++++++++++++++++++ */ /* ++++++++++++++++++++++++++++++++++++++++++++++++++ */ //*** #0W - Input Solar Eclipse Path Data Here // First BLUE, Solar Eclipse of 1963 Jan 25 - Northern Limit var polyline = new GPolyline([ new GLatLng( -35.71343, -101.92981), new GLatLng( -35.03978, -101.35931), new GLatLng( -35.16997, -101.00000), new GLatLng( -35.35171, -100.50000), new GLatLng( -35.53341, -100.00000), new GLatLng( -35.71500, -99.50000), new GLatLng( -35.89650, -99.00000), new GLatLng( -36.07784, -98.50000), new GLatLng( -36.25904, -98.00000), new GLatLng( -36.44006, -97.50000), new GLatLng( -36.62088, -97.00000), new GLatLng( -36.80148, -96.50000), new GLatLng( -36.98182, -96.00000), new GLatLng( -37.16191, -95.50000), new GLatLng( -37.34169, -95.00000), new GLatLng( -37.52115, -94.50000), new GLatLng( -37.70026, -94.00000), new GLatLng( -37.87901, -93.50000), new GLatLng( -38.05737, -93.00000), new GLatLng( -38.23531, -92.50000), new GLatLng( -38.41281, -92.00000), new GLatLng( -38.58984, -91.50000), new GLatLng( -38.76638, -91.00000), new GLatLng( -38.94239, -90.50000), new GLatLng( -39.11787, -90.00000), new GLatLng( -39.29276, -89.50000), new GLatLng( -39.46706, -89.00000), new GLatLng( -39.64074, -88.50000), new GLatLng( -39.81377, -88.00000), new GLatLng( -39.98613, -87.50000), new GLatLng( -40.15778, -87.00000), new GLatLng( -40.32871, -86.50000), new GLatLng( -40.49889, -86.00000), new GLatLng( -40.66829, -85.50000), new GLatLng( -40.83687, -85.00000), new GLatLng( -41.00463, -84.50000), new GLatLng( -41.17154, -84.00000), new GLatLng( -41.33756, -83.50000), new GLatLng( -41.50266, -83.00000), new GLatLng( -41.66683, -82.50000), new GLatLng( -41.83004, -82.00000), new GLatLng( -41.99226, -81.50000), new GLatLng( -42.15348, -81.00000), new GLatLng( -42.31365, -80.50000), new GLatLng( -42.47276, -80.00000), new GLatLng( -42.63078, -79.50000), new GLatLng( -42.78770, -79.00000), new GLatLng( -42.94348, -78.50000), new GLatLng( -43.09809, -78.00000), new GLatLng( -43.25152, -77.50000), new GLatLng( -43.40374, -77.00000), new GLatLng( -43.55473, -76.50000), new GLatLng( -43.70448, -76.00000), new GLatLng( -43.85293, -75.50000), new GLatLng( -44.00009, -75.00000), new GLatLng( -44.14594, -74.50000), new GLatLng( -44.29043, -74.00000), new GLatLng( -44.43355, -73.50000), new GLatLng( -44.57529, -73.00000), new GLatLng( -44.71563, -72.50000), new GLatLng( -44.85453, -72.00000), new GLatLng( -44.99199, -71.50000), new GLatLng( -45.12798, -71.00000), new GLatLng( -45.26248, -70.50000), new GLatLng( -45.39547, -70.00000), new GLatLng( -45.52695, -69.50000), new GLatLng( -45.65687, -69.00000), new GLatLng( -45.78523, -68.50000), new GLatLng( -45.91202, -68.00000), new GLatLng( -46.03720, -67.50000), new GLatLng( -46.16078, -67.00000), new GLatLng( -46.28273, -66.50000), new GLatLng( -46.40302, -66.00000), new GLatLng( -46.52166, -65.50000), new GLatLng( -46.63862, -65.00000), new GLatLng( -46.75389, -64.50000), new GLatLng( -46.86745, -64.00000), new GLatLng( -46.97930, -63.50000), new GLatLng( -47.08941, -63.00000), new GLatLng( -47.19778, -62.50000), new GLatLng( -47.30437, -62.00000), new GLatLng( -47.40920, -61.50000), new GLatLng( -47.51225, -61.00000), new GLatLng( -47.61349, -60.50000), new GLatLng( -47.71292, -60.00000), new GLatLng( -47.81054, -59.50000), new GLatLng( -47.90631, -59.00000), new GLatLng( -48.00025, -58.50000), new GLatLng( -48.09233, -58.00000), new GLatLng( -48.18255, -57.50000), new GLatLng( -48.27090, -57.00000), new GLatLng( -48.35735, -56.50000), new GLatLng( -48.44192, -56.00000), new GLatLng( -48.52458, -55.50000), new GLatLng( -48.60533, -55.00000), new GLatLng( -48.68415, -54.50000), new GLatLng( -48.76104, -54.00000), new GLatLng( -48.83600, -53.50000), new GLatLng( -48.90901, -53.00000), new GLatLng( -48.98006, -52.50000), new GLatLng( -49.04914, -52.00000), new GLatLng( -49.11626, -51.50000), new GLatLng( -49.18140, -51.00000), new GLatLng( -49.24454, -50.50000), new GLatLng( -49.30570, -50.00000), new GLatLng( -49.36485, -49.50000), new GLatLng( -49.42198, -49.00000), new GLatLng( -49.47710, -48.50000), new GLatLng( -49.53020, -48.00000), new GLatLng( -49.58126, -47.50000), new GLatLng( -49.63028, -47.00000), new GLatLng( -49.67726, -46.50000), new GLatLng( -49.72218, -46.00000), new GLatLng( -49.76503, -45.50000), new GLatLng( -49.80582, -45.00000), new GLatLng( -49.84453, -44.50000), new GLatLng( -49.88116, -44.00000), new GLatLng( -49.91570, -43.50000), new GLatLng( -49.94814, -43.00000), new GLatLng( -49.97847, -42.50000), new GLatLng( -50.00669, -42.00000), new GLatLng( -50.03278, -41.50000), new GLatLng( -50.05676, -41.00000), new GLatLng( -50.07858, -40.50000), new GLatLng( -50.09827, -40.00000), new GLatLng( -50.11580, -39.50000), new GLatLng( -50.13117, -39.00000), new GLatLng( -50.14437, -38.50000), new GLatLng( -50.15539, -38.00000), new GLatLng( -50.16423, -37.50000), new GLatLng( -50.17087, -37.00000), new GLatLng( -50.17530, -36.50000), new GLatLng( -50.17752, -36.00000), new GLatLng( -50.17752, -35.50000), new GLatLng( -50.17528, -35.00000), new GLatLng( -50.17080, -34.50000), new GLatLng( -50.16407, -34.00000), new GLatLng( -50.15508, -33.50000), new GLatLng( -50.14381, -33.00000), new GLatLng( -50.13026, -32.50000), new GLatLng( -50.11441, -32.00000), new GLatLng( -50.09626, -31.50000), new GLatLng( -50.07578, -31.00000), new GLatLng( -50.05299, -30.50000), new GLatLng( -50.02785, -30.00000), new GLatLng( -50.00037, -29.50000), new GLatLng( -49.97051, -29.00000), new GLatLng( -49.93828, -28.50000), new GLatLng( -49.90366, -28.00000), new GLatLng( -49.86664, -27.50000), new GLatLng( -49.82721, -27.00000), new GLatLng( -49.78534, -26.50000), new GLatLng( -49.74104, -26.00000), new GLatLng( -49.69428, -25.50000), new GLatLng( -49.64505, -25.00000), new GLatLng( -49.59334, -24.50000), new GLatLng( -49.53913, -24.00000), new GLatLng( -49.48241, -23.50000), new GLatLng( -49.42318, -23.00000), new GLatLng( -49.36139, -22.50000), new GLatLng( -49.29705, -22.00000), new GLatLng( -49.23014, -21.50000), new GLatLng( -49.16064, -21.00000), new GLatLng( -49.08855, -20.50000), new GLatLng( -49.01384, -20.00000), new GLatLng( -48.93649, -19.50000), new GLatLng( -48.85651, -19.00000), new GLatLng( -48.77386, -18.50000), new GLatLng( -48.68853, -18.00000), new GLatLng( -48.60051, -17.50000), new GLatLng( -48.50979, -17.00000), new GLatLng( -48.41634, -16.50000), new GLatLng( -48.32016, -16.00000), new GLatLng( -48.22122, -15.50000), new GLatLng( -48.11952, -15.00000), new GLatLng( -48.01503, -14.50000), new GLatLng( -47.90776, -14.00000), new GLatLng( -47.79767, -13.50000), new GLatLng( -47.68476, -13.00000), new GLatLng( -47.56902, -12.50000), new GLatLng( -47.45043, -12.00000), new GLatLng( -47.32898, -11.50000), new GLatLng( -47.20466, -11.00000), new GLatLng( -47.07746, -10.50000), new GLatLng( -46.94736, -10.00000), new GLatLng( -46.81437, -9.50000), new GLatLng( -46.67846, -9.00000), new GLatLng( -46.53964, -8.50000), new GLatLng( -46.39789, -8.00000), new GLatLng( -46.25322, -7.50000), new GLatLng( -46.10561, -7.00000), new GLatLng( -45.95506, -6.50000), new GLatLng( -45.80157, -6.00000), new GLatLng( -45.64514, -5.50000), new GLatLng( -45.48577, -5.00000), new GLatLng( -45.32346, -4.50000), new GLatLng( -45.15821, -4.00000), new GLatLng( -44.99004, -3.50000), new GLatLng( -44.81894, -3.00000), new GLatLng( -44.64493, -2.50000), new GLatLng( -44.46801, -2.00000), new GLatLng( -44.28820, -1.50000), new GLatLng( -44.10552, -1.00000), new GLatLng( -43.91997, -0.50000), new GLatLng( -43.73158, 0.00000), new GLatLng( -43.54037, 0.50000), new GLatLng( -43.34635, 1.00000), new GLatLng( -43.14957, 1.50000), new GLatLng( -42.95003, 2.00000), new GLatLng( -42.74779, 2.50000), new GLatLng( -42.54286, 3.00000), new GLatLng( -42.33528, 3.50000), new GLatLng( -42.12510, 4.00000), new GLatLng( -41.91234, 4.50000), new GLatLng( -41.69706, 5.00000), new GLatLng( -41.47931, 5.50000), new GLatLng( -41.25911, 6.00000), new GLatLng( -41.03654, 6.50000), new GLatLng( -40.81164, 7.00000), new GLatLng( -40.58447, 7.50000), new GLatLng( -40.35509, 8.00000), new GLatLng( -40.12356, 8.50000), new GLatLng( -39.88994, 9.00000), new GLatLng( -39.65430, 9.50000), new GLatLng( -39.41671, 10.00000), new GLatLng( -39.17722, 10.50000), new GLatLng( -38.93594, 11.00000), new GLatLng( -38.69291, 11.50000), new GLatLng( -38.44822, 12.00000), new GLatLng( -38.20195, 12.50000), new GLatLng( -37.95419, 13.00000), new GLatLng( -37.70499, 13.50000), new GLatLng( -37.45446, 14.00000), new GLatLng( -37.20267, 14.50000), new GLatLng( -36.94971, 15.00000), new GLatLng( -36.69566, 15.50000), new GLatLng( -36.44061, 16.00000), new GLatLng( -36.18465, 16.50000), new GLatLng( -35.92785, 17.00000), new GLatLng( -35.67032, 17.50000), new GLatLng( -35.41213, 18.00000), new GLatLng( -35.15337, 18.50000), new GLatLng( -34.89413, 19.00000), new GLatLng( -34.63450, 19.50000), new GLatLng( -34.37455, 20.00000), new GLatLng( -34.11437, 20.50000), new GLatLng( -33.85406, 21.00000), new GLatLng( -33.59367, 21.50000), new GLatLng( -33.33332, 22.00000), new GLatLng( -33.07306, 22.50000), new GLatLng( -32.81297, 23.00000), new GLatLng( -32.55314, 23.50000), new GLatLng( -32.29364, 24.00000), new GLatLng( -32.03453, 24.50000), new GLatLng( -31.77591, 25.00000), new GLatLng( -31.51782, 25.50000), new GLatLng( -31.26035, 26.00000), new GLatLng( -31.00355, 26.50000), new GLatLng( -30.74749, 27.00000), new GLatLng( -30.49224, 27.50000), new GLatLng( -30.23783, 28.00000), new GLatLng( -29.98435, 28.50000), new GLatLng( -29.73184, 29.00000), new GLatLng( -29.48035, 29.50000), new GLatLng( -29.22994, 30.00000), new GLatLng( -28.98066, 30.50000), new GLatLng( -28.73254, 31.00000), new GLatLng( -28.48564, 31.50000), new GLatLng( -28.23999, 32.00000), new GLatLng( -27.99564, 32.50000), new GLatLng( -27.75262, 33.00000), new GLatLng( -27.51098, 33.50000), new GLatLng( -27.27073, 34.00000), new GLatLng( -27.03193, 34.50000), new GLatLng( -26.79458, 35.00000), new GLatLng( -26.55874, 35.50000), new GLatLng( -26.32442, 36.00000), new GLatLng( -26.09163, 36.50000), new GLatLng( -25.86043, 37.00000), new GLatLng( -25.63080, 37.50000), new GLatLng( -25.40279, 38.00000), new GLatLng( -25.17641, 38.50000), new GLatLng( -24.95168, 39.00000), new GLatLng( -24.72860, 39.50000), new GLatLng( -24.50720, 40.00000), new GLatLng( -24.28749, 40.50000), new GLatLng( -24.06948, 41.00000), new GLatLng( -23.85318, 41.50000), new GLatLng( -23.63859, 42.00000), new GLatLng( -23.42574, 42.50000), new GLatLng( -23.21461, 43.00000), new GLatLng( -23.00523, 43.50000), new GLatLng( -22.79760, 44.00000), new GLatLng( -22.59171, 44.50000), new GLatLng( -22.38757, 45.00000), new GLatLng( -22.18519, 45.50000), new GLatLng( -21.98457, 46.00000), new GLatLng( -21.78570, 46.50000), new GLatLng( -21.58859, 47.00000), new GLatLng( -21.39324, 47.50000), new GLatLng( -21.19964, 48.00000), new GLatLng( -21.00780, 48.50000), new GLatLng( -20.81771, 49.00000), new GLatLng( -20.62937, 49.50000), new GLatLng( -20.44277, 50.00000), new GLatLng( -20.25792, 50.50000), new GLatLng( -20.07480, 51.00000), new GLatLng( -19.63522, 52.22083), new GLatLng( -20.27952, 52.66931)], "#3300FF", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // Second BLUE, Solar Eclipse of 1963 Jan 25 - Southern Limit var polyline = new GPolyline([ new GLatLng( -35.71343, -101.92981), new GLatLng( -35.86547, -101.50000), new GLatLng( -36.04171, -101.00000), new GLatLng( -36.21788, -100.50000), new GLatLng( -36.39393, -100.00000), new GLatLng( -36.56987, -99.50000), new GLatLng( -36.74565, -99.00000), new GLatLng( -36.92126, -98.50000), new GLatLng( -37.09669, -98.00000), new GLatLng( -37.27191, -97.50000), new GLatLng( -37.44689, -97.00000), new GLatLng( -37.62162, -96.50000), new GLatLng( -37.79606, -96.00000), new GLatLng( -37.97021, -95.50000), new GLatLng( -38.14403, -95.00000), new GLatLng( -38.31750, -94.50000), new GLatLng( -38.49060, -94.00000), new GLatLng( -38.66331, -93.50000), new GLatLng( -38.83560, -93.00000), new GLatLng( -39.00745, -92.50000), new GLatLng( -39.17884, -92.00000), new GLatLng( -39.34974, -91.50000), new GLatLng( -39.52011, -91.00000), new GLatLng( -39.68996, -90.50000), new GLatLng( -39.85925, -90.00000), new GLatLng( -40.02794, -89.50000), new GLatLng( -40.19603, -89.00000), new GLatLng( -40.36347, -88.50000), new GLatLng( -40.53026, -88.00000), new GLatLng( -40.69636, -87.50000), new GLatLng( -40.86175, -87.00000), new GLatLng( -41.02641, -86.50000), new GLatLng( -41.19030, -86.00000), new GLatLng( -41.35342, -85.50000), new GLatLng( -41.51572, -85.00000), new GLatLng( -41.67718, -84.50000), new GLatLng( -41.83779, -84.00000), new GLatLng( -41.99752, -83.50000), new GLatLng( -42.15634, -83.00000), new GLatLng( -42.31423, -82.50000), new GLatLng( -42.47116, -82.00000), new GLatLng( -42.62711, -81.50000), new GLatLng( -42.78206, -81.00000), new GLatLng( -42.93599, -80.50000), new GLatLng( -43.08886, -80.00000), new GLatLng( -43.24066, -79.50000), new GLatLng( -43.39136, -79.00000), new GLatLng( -43.54094, -78.50000), new GLatLng( -43.68937, -78.00000), new GLatLng( -43.83665, -77.50000), new GLatLng( -43.98273, -77.00000), new GLatLng( -44.12761, -76.50000), new GLatLng( -44.27126, -76.00000), new GLatLng( -44.41365, -75.50000), new GLatLng( -44.55477, -75.00000), new GLatLng( -44.69459, -74.50000), new GLatLng( -44.83310, -74.00000), new GLatLng( -44.97028, -73.50000), new GLatLng( -45.10609, -73.00000), new GLatLng( -45.24054, -72.50000), new GLatLng( -45.37358, -72.00000), new GLatLng( -45.50522, -71.50000), new GLatLng( -45.63542, -71.00000), new GLatLng( -45.76417, -70.50000), new GLatLng( -45.89146, -70.00000), new GLatLng( -46.01726, -69.50000), new GLatLng( -46.14156, -69.00000), new GLatLng( -46.26434, -68.50000), new GLatLng( -46.38557, -68.00000), new GLatLng( -46.50526, -67.50000), new GLatLng( -46.62338, -67.00000), new GLatLng( -46.73991, -66.50000), new GLatLng( -46.85484, -66.00000), new GLatLng( -46.96817, -65.50000), new GLatLng( -47.07985, -65.00000), new GLatLng( -47.18991, -64.50000), new GLatLng( -47.29830, -64.00000), new GLatLng( -47.40502, -63.50000), new GLatLng( -47.51006, -63.00000), new GLatLng( -47.61340, -62.50000), new GLatLng( -47.71503, -62.00000), new GLatLng( -47.81494, -61.50000), new GLatLng( -47.91312, -61.00000), new GLatLng( -48.00955, -60.50000), new GLatLng( -48.10423, -60.00000), new GLatLng( -48.19713, -59.50000), new GLatLng( -48.28826, -59.00000), new GLatLng( -48.37761, -58.50000), new GLatLng( -48.46515, -58.00000), new GLatLng( -48.55087, -57.50000), new GLatLng( -48.63478, -57.00000), new GLatLng( -48.71687, -56.50000), new GLatLng( -48.79711, -56.00000), new GLatLng( -48.87550, -55.50000), new GLatLng( -48.95204, -55.00000), new GLatLng( -49.02671, -54.50000), new GLatLng( -49.09951, -54.00000), new GLatLng( -49.17043, -53.50000), new GLatLng( -49.23944, -53.00000), new GLatLng( -49.30656, -52.50000), new GLatLng( -49.37178, -52.00000), new GLatLng( -49.43507, -51.50000), new GLatLng( -49.49644, -51.00000), new GLatLng( -49.55588, -50.50000), new GLatLng( -49.61338, -50.00000), new GLatLng( -49.66893, -49.50000), new GLatLng( -49.72254, -49.00000), new GLatLng( -49.77417, -48.50000), new GLatLng( -49.82383, -48.00000), new GLatLng( -49.87152, -47.50000), new GLatLng( -49.91722, -47.00000), new GLatLng( -49.96093, -46.50000), new GLatLng( -50.00264, -46.00000), new GLatLng( -50.04235, -45.50000), new GLatLng( -50.08003, -45.00000), new GLatLng( -50.11570, -44.50000), new GLatLng( -50.14933, -44.00000), new GLatLng( -50.18093, -43.50000), new GLatLng( -50.21048, -43.00000), new GLatLng( -50.23798, -42.50000), new GLatLng( -50.26342, -42.00000), new GLatLng( -50.28679, -41.50000), new GLatLng( -50.30808, -41.00000), new GLatLng( -50.32730, -40.50000), new GLatLng( -50.34441, -40.00000), new GLatLng( -50.35942, -39.50000), new GLatLng( -50.37233, -39.00000), new GLatLng( -50.38313, -38.50000), new GLatLng( -50.39179, -38.00000), new GLatLng( -50.39832, -37.50000), new GLatLng( -50.40270, -37.00000), new GLatLng( -50.40493, -36.50000), new GLatLng( -50.40500, -36.00000), new GLatLng( -50.40290, -35.50000), new GLatLng( -50.39861, -35.00000), new GLatLng( -50.39213, -34.50000), new GLatLng( -50.38345, -34.00000), new GLatLng( -50.37255, -33.50000), new GLatLng( -50.35944, -33.00000), new GLatLng( -50.34410, -32.50000), new GLatLng( -50.32651, -32.00000), new GLatLng( -50.30666, -31.50000), new GLatLng( -50.28455, -31.00000), new GLatLng( -50.26017, -30.50000), new GLatLng( -50.23349, -30.00000), new GLatLng( -50.20452, -29.50000), new GLatLng( -50.17323, -29.00000), new GLatLng( -50.13962, -28.50000), new GLatLng( -50.10366, -28.00000), new GLatLng( -50.06537, -27.50000), new GLatLng( -50.02471, -27.00000), new GLatLng( -49.98167, -26.50000), new GLatLng( -49.93624, -26.00000), new GLatLng( -49.88842, -25.50000), new GLatLng( -49.83818, -25.00000), new GLatLng( -49.78551, -24.50000), new GLatLng( -49.73040, -24.00000), new GLatLng( -49.67282, -23.50000), new GLatLng( -49.61279, -23.00000), new GLatLng( -49.55027, -22.50000), new GLatLng( -49.48525, -22.00000), new GLatLng( -49.41771, -21.50000), new GLatLng( -49.34765, -21.00000), new GLatLng( -49.27504, -20.50000), new GLatLng( -49.19988, -20.00000), new GLatLng( -49.12215, -19.50000), new GLatLng( -49.04182, -19.00000), new GLatLng( -48.95890, -18.50000), new GLatLng( -48.87337, -18.00000), new GLatLng( -48.78520, -17.50000), new GLatLng( -48.69439, -17.00000), new GLatLng( -48.60093, -16.50000), new GLatLng( -48.50479, -16.00000), new GLatLng( -48.40596, -15.50000), new GLatLng( -48.30444, -15.00000), new GLatLng( -48.20020, -14.50000), new GLatLng( -48.09324, -14.00000), new GLatLng( -47.98354, -13.50000), new GLatLng( -47.87108, -13.00000), new GLatLng( -47.75587, -12.50000), new GLatLng( -47.63788, -12.00000), new GLatLng( -47.51711, -11.50000), new GLatLng( -47.39354, -11.00000), new GLatLng( -47.26717, -10.50000), new GLatLng( -47.13799, -10.00000), new GLatLng( -47.00598, -9.50000), new GLatLng( -46.87114, -9.00000), new GLatLng( -46.73347, -8.50000), new GLatLng( -46.59296, -8.00000), new GLatLng( -46.44961, -7.50000), new GLatLng( -46.30341, -7.00000), new GLatLng( -46.15435, -6.50000), new GLatLng( -46.00245, -6.00000), new GLatLng( -45.84770, -5.50000), new GLatLng( -45.69011, -5.00000), new GLatLng( -45.52966, -4.50000), new GLatLng( -45.36636, -4.00000), new GLatLng( -45.20024, -3.50000), new GLatLng( -45.03130, -3.00000), new GLatLng( -44.85954, -2.50000), new GLatLng( -44.68497, -2.00000), new GLatLng( -44.50761, -1.50000), new GLatLng( -44.32748, -1.00000), new GLatLng( -44.14458, -0.50000), new GLatLng( -43.95895, 0.00000), new GLatLng( -43.77061, 0.50000), new GLatLng( -43.57957, 1.00000), new GLatLng( -43.38586, 1.50000), new GLatLng( -43.18951, 2.00000), new GLatLng( -42.99056, 2.50000), new GLatLng( -42.78903, 3.00000), new GLatLng( -42.58496, 3.50000), new GLatLng( -42.37840, 4.00000), new GLatLng( -42.16937, 4.50000), new GLatLng( -41.95793, 5.00000), new GLatLng( -41.74411, 5.50000), new GLatLng( -41.52798, 6.00000), new GLatLng( -41.30957, 6.50000), new GLatLng( -41.08894, 7.00000), new GLatLng( -40.86614, 7.50000), new GLatLng( -40.64124, 8.00000), new GLatLng( -40.41429, 8.50000), new GLatLng( -40.18535, 9.00000), new GLatLng( -39.95450, 9.50000), new GLatLng( -39.72179, 10.00000), new GLatLng( -39.48729, 10.50000), new GLatLng( -39.25109, 11.00000), new GLatLng( -39.01324, 11.50000), new GLatLng( -38.77381, 12.00000), new GLatLng( -38.53290, 12.50000), new GLatLng( -38.29057, 13.00000), new GLatLng( -38.04690, 13.50000), new GLatLng( -37.80197, 14.00000), new GLatLng( -37.55587, 14.50000), new GLatLng( -37.30866, 15.00000), new GLatLng( -37.06044, 15.50000), new GLatLng( -36.81128, 16.00000), new GLatLng( -36.56129, 16.50000), new GLatLng( -36.31051, 17.00000), new GLatLng( -36.05906, 17.50000), new GLatLng( -35.80701, 18.00000), new GLatLng( -35.55444, 18.50000), new GLatLng( -35.30143, 19.00000), new GLatLng( -35.04808, 19.50000), new GLatLng( -34.79445, 20.00000), new GLatLng( -34.54063, 20.50000), new GLatLng( -34.28670, 21.00000), new GLatLng( -34.03274, 21.50000), new GLatLng( -33.77882, 22.00000), new GLatLng( -33.52502, 22.50000), new GLatLng( -33.27142, 23.00000), new GLatLng( -33.01810, 23.50000), new GLatLng( -32.76511, 24.00000), new GLatLng( -32.51253, 24.50000), new GLatLng( -32.26044, 25.00000), new GLatLng( -32.00888, 25.50000), new GLatLng( -31.75793, 26.00000), new GLatLng( -31.50767, 26.50000), new GLatLng( -31.25813, 27.00000), new GLatLng( -31.00939, 27.50000), new GLatLng( -30.76149, 28.00000), new GLatLng( -30.51450, 28.50000), new GLatLng( -30.26847, 29.00000), new GLatLng( -30.02344, 29.50000), new GLatLng( -29.77947, 30.00000), new GLatLng( -29.53659, 30.50000), new GLatLng( -29.29487, 31.00000), new GLatLng( -29.05434, 31.50000), new GLatLng( -28.81503, 32.00000), new GLatLng( -28.57699, 32.50000), new GLatLng( -28.34026, 33.00000), new GLatLng( -28.10486, 33.50000), new GLatLng( -27.87084, 34.00000), new GLatLng( -27.63821, 34.50000), new GLatLng( -27.40702, 35.00000), new GLatLng( -27.17729, 35.50000), new GLatLng( -26.94904, 36.00000), new GLatLng( -26.72230, 36.50000), new GLatLng( -26.49709, 37.00000), new GLatLng( -26.27343, 37.50000), new GLatLng( -26.05134, 38.00000), new GLatLng( -25.83084, 38.50000), new GLatLng( -25.61194, 39.00000), new GLatLng( -25.39467, 39.50000), new GLatLng( -25.17903, 40.00000), new GLatLng( -24.96504, 40.50000), new GLatLng( -24.75270, 41.00000), new GLatLng( -24.54203, 41.50000), new GLatLng( -24.33304, 42.00000), new GLatLng( -24.12573, 42.50000), new GLatLng( -23.92011, 43.00000), new GLatLng( -23.71620, 43.50000), new GLatLng( -23.51398, 44.00000), new GLatLng( -23.31348, 44.50000), new GLatLng( -23.11468, 45.00000), new GLatLng( -22.91759, 45.50000), new GLatLng( -22.72222, 46.00000), new GLatLng( -22.52856, 46.50000), new GLatLng( -22.33663, 47.00000), new GLatLng( -22.14640, 47.50000), new GLatLng( -21.95789, 48.00000), new GLatLng( -21.77109, 48.50000), new GLatLng( -21.58601, 49.00000), new GLatLng( -21.40264, 49.50000), new GLatLng( -21.22097, 50.00000), new GLatLng( -21.04100, 50.50000), new GLatLng( -20.86273, 51.00000), new GLatLng( -20.27952, 52.66931)], "#3300FF", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // First RED, Solar Eclipse of 1963 Jan 25 - Central Line var polyline = new GPolyline([ new GLatLng( -35.37617, -101.64331), new GLatLng( -35.42734, -101.50000), new GLatLng( -35.60636, -101.00000), new GLatLng( -35.78532, -100.50000), new GLatLng( -35.96420, -100.00000), new GLatLng( -36.14296, -99.50000), new GLatLng( -36.32159, -99.00000), new GLatLng( -36.50008, -98.50000), new GLatLng( -36.67839, -98.00000), new GLatLng( -36.85650, -97.50000), new GLatLng( -37.03440, -97.00000), new GLatLng( -37.21206, -96.50000), new GLatLng( -37.38945, -96.00000), new GLatLng( -37.56656, -95.50000), new GLatLng( -37.74336, -95.00000), new GLatLng( -37.91982, -94.50000), new GLatLng( -38.09594, -94.00000), new GLatLng( -38.27166, -93.50000), new GLatLng( -38.44698, -93.00000), new GLatLng( -38.62187, -92.50000), new GLatLng( -38.79631, -92.00000), new GLatLng( -38.97025, -91.50000), new GLatLng( -39.14371, -91.00000), new GLatLng( -39.31664, -90.50000), new GLatLng( -39.48901, -90.00000), new GLatLng( -39.66080, -89.50000), new GLatLng( -39.83198, -89.00000), new GLatLng( -40.00254, -88.50000), new GLatLng( -40.17244, -88.00000), new GLatLng( -40.34166, -87.50000), new GLatLng( -40.51018, -87.00000), new GLatLng( -40.67796, -86.50000), new GLatLng( -40.84499, -86.00000), new GLatLng( -41.01123, -85.50000), new GLatLng( -41.17667, -85.00000), new GLatLng( -41.34127, -84.50000), new GLatLng( -41.50502, -84.00000), new GLatLng( -41.66788, -83.50000), new GLatLng( -41.82985, -83.00000), new GLatLng( -41.99085, -82.50000), new GLatLng( -42.15092, -82.00000), new GLatLng( -42.31000, -81.50000), new GLatLng( -42.46807, -81.00000), new GLatLng( -42.62511, -80.50000), new GLatLng( -42.78109, -80.00000), new GLatLng( -42.93599, -79.50000), new GLatLng( -43.08978, -79.00000), new GLatLng( -43.24245, -78.50000), new GLatLng( -43.39396, -78.00000), new GLatLng( -43.54430, -77.50000), new GLatLng( -43.69345, -77.00000), new GLatLng( -43.84138, -76.50000), new GLatLng( -43.98806, -76.00000), new GLatLng( -44.13347, -75.50000), new GLatLng( -44.27760, -75.00000), new GLatLng( -44.42042, -74.50000), new GLatLng( -44.56190, -74.00000), new GLatLng( -44.70205, -73.50000), new GLatLng( -44.84082, -73.00000), new GLatLng( -44.97819, -72.50000), new GLatLng( -45.11415, -72.00000), new GLatLng( -45.24870, -71.50000), new GLatLng( -45.38177, -71.00000), new GLatLng( -45.51339, -70.50000), new GLatLng( -45.64352, -70.00000), new GLatLng( -45.77214, -69.50000), new GLatLng( -45.89924, -69.00000), new GLatLng( -46.02481, -68.50000), new GLatLng( -46.14881, -68.00000), new GLatLng( -46.27123, -67.50000), new GLatLng( -46.39207, -67.00000), new GLatLng( -46.51130, -66.50000), new GLatLng( -46.62890, -66.00000), new GLatLng( -46.74488, -65.50000), new GLatLng( -46.85920, -65.00000), new GLatLng( -46.97184, -64.50000), new GLatLng( -47.08281, -64.00000), new GLatLng( -47.19208, -63.50000), new GLatLng( -47.29964, -63.00000), new GLatLng( -47.40549, -62.50000), new GLatLng( -47.50960, -62.00000), new GLatLng( -47.61196, -61.50000), new GLatLng( -47.71256, -61.00000), new GLatLng( -47.81139, -60.50000), new GLatLng( -47.90844, -60.00000), new GLatLng( -48.00369, -59.50000), new GLatLng( -48.09713, -59.00000), new GLatLng( -48.18877, -58.50000), new GLatLng( -48.27857, -58.00000), new GLatLng( -48.36654, -57.50000), new GLatLng( -48.45266, -57.00000), new GLatLng( -48.53692, -56.50000), new GLatLng( -48.61932, -56.00000), new GLatLng( -48.69984, -55.50000), new GLatLng( -48.77847, -55.00000), new GLatLng( -48.85522, -54.50000), new GLatLng( -48.93005, -54.00000), new GLatLng( -49.00298, -53.50000), new GLatLng( -49.07400, -53.00000), new GLatLng( -49.14307, -52.50000), new GLatLng( -49.21022, -52.00000), new GLatLng( -49.27542, -51.50000), new GLatLng( -49.33867, -51.00000), new GLatLng( -49.39996, -50.50000), new GLatLng( -49.45928, -50.00000), new GLatLng( -49.51663, -49.50000), new GLatLng( -49.57199, -49.00000), new GLatLng( -49.62537, -48.50000), new GLatLng( -49.67674, -48.00000), new GLatLng( -49.72611, -47.50000), new GLatLng( -49.77347, -47.00000), new GLatLng( -49.81881, -46.50000), new GLatLng( -49.86212, -46.00000), new GLatLng( -49.90340, -45.50000), new GLatLng( -49.94263, -45.00000), new GLatLng( -49.97982, -44.50000), new GLatLng( -50.01495, -44.00000), new GLatLng( -50.04802, -43.50000), new GLatLng( -50.07901, -43.00000), new GLatLng( -50.10792, -42.50000), new GLatLng( -50.13475, -42.00000), new GLatLng( -50.15948, -41.50000), new GLatLng( -50.18211, -41.00000), new GLatLng( -50.20263, -40.50000), new GLatLng( -50.22103, -40.00000), new GLatLng( -50.23730, -39.50000), new GLatLng( -50.25144, -39.00000), new GLatLng( -50.26343, -38.50000), new GLatLng( -50.27327, -38.00000), new GLatLng( -50.28096, -37.50000), new GLatLng( -50.28646, -37.00000), new GLatLng( -50.28980, -36.50000), new GLatLng( -50.29094, -36.00000), new GLatLng( -50.28989, -35.50000), new GLatLng( -50.28662, -35.00000), new GLatLng( -50.28115, -34.50000), new GLatLng( -50.27344, -34.00000), new GLatLng( -50.26350, -33.50000), new GLatLng( -50.25130, -33.00000), new GLatLng( -50.23686, -32.50000), new GLatLng( -50.22014, -32.00000), new GLatLng( -50.20114, -31.50000), new GLatLng( -50.17985, -31.00000), new GLatLng( -50.15626, -30.50000), new GLatLng( -50.13036, -30.00000), new GLatLng( -50.10212, -29.50000), new GLatLng( -50.07155, -29.00000), new GLatLng( -50.03863, -28.50000), new GLatLng( -50.00335, -28.00000), new GLatLng( -49.96569, -27.50000), new GLatLng( -49.92564, -27.00000), new GLatLng( -49.88319, -26.50000), new GLatLng( -49.83833, -26.00000), new GLatLng( -49.79103, -25.50000), new GLatLng( -49.74130, -25.00000), new GLatLng( -49.68911, -24.50000), new GLatLng( -49.63446, -24.00000), new GLatLng( -49.57731, -23.50000), new GLatLng( -49.51767, -23.00000), new GLatLng( -49.45552, -22.50000), new GLatLng( -49.39084, -22.00000), new GLatLng( -49.32362, -21.50000), new GLatLng( -49.25383, -21.00000), new GLatLng( -49.18149, -20.50000), new GLatLng( -49.10655, -20.00000), new GLatLng( -49.02902, -19.50000), new GLatLng( -48.94886, -19.00000), new GLatLng( -48.86608, -18.50000), new GLatLng( -48.78065, -18.00000), new GLatLng( -48.69256, -17.50000), new GLatLng( -48.60180, -17.00000), new GLatLng( -48.50834, -16.50000), new GLatLng( -48.41217, -16.00000), new GLatLng( -48.31330, -15.50000), new GLatLng( -48.21746, -15.02808), new GLatLng( -48.21169, -15.00000), new GLatLng( -48.10733, -14.50000), new GLatLng( -48.00021, -14.00000), new GLatLng( -47.89032, -13.50000), new GLatLng( -47.77763, -13.00000), new GLatLng( -47.66216, -12.50000), new GLatLng( -47.54387, -12.00000), new GLatLng( -47.42276, -11.50000), new GLatLng( -47.29882, -11.00000), new GLatLng( -47.17203, -10.50000), new GLatLng( -47.04239, -10.00000), new GLatLng( -46.90989, -9.50000), new GLatLng( -46.77452, -9.00000), new GLatLng( -46.63628, -8.50000), new GLatLng( -46.49516, -8.00000), new GLatLng( -46.35114, -7.50000), new GLatLng( -46.20424, -7.00000), new GLatLng( -46.05444, -6.50000), new GLatLng( -45.90175, -6.00000), new GLatLng( -45.74616, -5.50000), new GLatLng( -45.58768, -5.00000), new GLatLng( -45.42630, -4.50000), new GLatLng( -45.26204, -4.00000), new GLatLng( -45.09489, -3.50000), new GLatLng( -44.92488, -3.00000), new GLatLng( -44.75199, -2.50000), new GLatLng( -44.57625, -2.00000), new GLatLng( -44.39767, -1.50000), new GLatLng( -44.21626, -1.00000), new GLatLng( -44.03204, -0.50000), new GLatLng( -43.84504, 0.00000), new GLatLng( -43.65526, 0.50000), new GLatLng( -43.46274, 1.00000), new GLatLng( -43.26749, 1.50000), new GLatLng( -43.06956, 2.00000), new GLatLng( -42.86897, 2.50000), new GLatLng( -42.66574, 3.00000), new GLatLng( -42.45993, 3.50000), new GLatLng( -42.25156, 4.00000), new GLatLng( -42.04067, 4.50000), new GLatLng( -41.82732, 5.00000), new GLatLng( -41.61153, 5.50000), new GLatLng( -41.39338, 6.00000), new GLatLng( -41.17289, 6.50000), new GLatLng( -40.95014, 7.00000), new GLatLng( -40.72516, 7.50000), new GLatLng( -40.49802, 8.00000), new GLatLng( -40.26879, 8.50000), new GLatLng( -40.03752, 9.00000), new GLatLng( -39.80428, 9.50000), new GLatLng( -39.56914, 10.00000), new GLatLng( -39.33216, 10.50000), new GLatLng( -39.09342, 11.00000), new GLatLng( -38.85299, 11.50000), new GLatLng( -38.61095, 12.00000), new GLatLng( -38.36737, 12.50000), new GLatLng( -38.12233, 13.00000), new GLatLng( -37.87590, 13.50000), new GLatLng( -37.62818, 14.00000), new GLatLng( -37.37924, 14.50000), new GLatLng( -37.12917, 15.00000), new GLatLng( -36.87805, 15.50000), new GLatLng( -36.62596, 16.00000), new GLatLng( -36.37298, 16.50000), new GLatLng( -36.11921, 17.00000), new GLatLng( -35.86473, 17.50000), new GLatLng( -35.60962, 18.00000), new GLatLng( -35.35397, 18.50000), new GLatLng( -35.09785, 19.00000), new GLatLng( -34.84137, 19.50000), new GLatLng( -34.58459, 20.00000), new GLatLng( -34.32761, 20.50000), new GLatLng( -34.07049, 21.00000), new GLatLng( -33.81332, 21.50000), new GLatLng( -33.55620, 22.00000), new GLatLng( -33.29918, 22.50000), new GLatLng( -33.04235, 23.00000), new GLatLng( -32.78578, 23.50000), new GLatLng( -32.52954, 24.00000), new GLatLng( -32.27371, 24.50000), new GLatLng( -32.01835, 25.00000), new GLatLng( -31.76355, 25.50000), new GLatLng( -31.50935, 26.00000), new GLatLng( -31.25582, 26.50000), new GLatLng( -31.00303, 27.00000), new GLatLng( -30.75104, 27.50000), new GLatLng( -30.49990, 28.00000), new GLatLng( -30.24967, 28.50000), new GLatLng( -30.00040, 29.00000), new GLatLng( -29.75215, 29.50000), new GLatLng( -29.50497, 30.00000), new GLatLng( -29.25889, 30.50000), new GLatLng( -29.01398, 31.00000), new GLatLng( -28.77027, 31.50000), new GLatLng( -28.52780, 32.00000), new GLatLng( -28.28660, 32.50000), new GLatLng( -28.04673, 33.00000), new GLatLng( -27.80821, 33.50000), new GLatLng( -27.57109, 34.00000), new GLatLng( -27.33538, 34.50000), new GLatLng( -27.10111, 35.00000), new GLatLng( -26.86833, 35.50000), new GLatLng( -26.63704, 36.00000), new GLatLng( -26.40729, 36.50000), new GLatLng( -26.17908, 37.00000), new GLatLng( -25.95244, 37.50000), new GLatLng( -25.72739, 38.00000), new GLatLng( -25.50395, 38.50000), new GLatLng( -25.28214, 39.00000), new GLatLng( -25.06196, 39.50000), new GLatLng( -24.84345, 40.00000), new GLatLng( -24.62659, 40.50000), new GLatLng( -24.41142, 41.00000), new GLatLng( -24.19793, 41.50000), new GLatLng( -23.98615, 42.00000), new GLatLng( -23.77606, 42.50000), new GLatLng( -23.56770, 43.00000), new GLatLng( -23.36105, 43.50000), new GLatLng( -23.15612, 44.00000), new GLatLng( -22.95292, 44.50000), new GLatLng( -22.75145, 45.00000), new GLatLng( -22.55171, 45.50000), new GLatLng( -22.35372, 46.00000), new GLatLng( -22.15745, 46.50000), new GLatLng( -21.96293, 47.00000), new GLatLng( -21.77014, 47.50000), new GLatLng( -21.57908, 48.00000), new GLatLng( -21.38976, 48.50000), new GLatLng( -21.20217, 49.00000), new GLatLng( -21.01631, 49.50000), new GLatLng( -20.83217, 50.00000), new GLatLng( -20.64976, 50.50000), new GLatLng( -20.46906, 51.00000), new GLatLng( -19.95683, 52.44434)], "#FF0000", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 12.1667 1 var polyline = new GPolyline([ new GLatLng(-42.99740, -78.32605), new GLatLng(-43.24897, -79.47253)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 12.3333 2 var polyline = new GPolyline([ new GLatLng(-46.20541, -66.81775), new GLatLng(-46.51631, -67.45349)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 12.5000 3 var polyline = new GPolyline([ new GLatLng(-48.12765, -57.80548), new GLatLng(-48.42944, -58.20520)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 12.6667 4 var polyline = new GPolyline([ new GLatLng(-49.31222, -49.94568), new GLatLng(-49.59094, -50.19714)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 12.8333 5 var polyline = new GPolyline([ new GLatLng(-49.96066, -42.79773), new GLatLng(-50.21352, -42.94653)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 13.0000 6 var polyline = new GPolyline([ new GLatLng(-50.17702, -36.16870), new GLatLng(-50.40524, -36.24365)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 13.1667 7 var polyline = new GPolyline([ new GLatLng(-50.02573, -29.95984), new GLatLng(-50.23241, -29.98059)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 13.3333 8 var polyline = new GPolyline([ new GLatLng(-49.55140, -24.11121), new GLatLng(-49.74060, -24.09094)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 13.5000 9 var polyline = new GPolyline([ new GLatLng(-48.78677, -18.57703), new GLatLng(-48.96296, -18.52405)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 13.6667 10 var polyline = new GPolyline([ new GLatLng(-47.75591, -13.31360), new GLatLng(-47.92369, -13.23242)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 13.8333 11 var polyline = new GPolyline([ new GLatLng(-46.47552, -8.27258), new GLatLng(-46.63935, -8.16394)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 14.0000 12 var polyline = new GPolyline([ new GLatLng(-44.95473, -3.39612), new GLatLng(-45.11879, -3.25793)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 14.1667 13 var polyline = new GPolyline([ new GLatLng(-43.19387, 1.38806), new GLatLng(-43.36197, 1.56116)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 14.3333 14 var polyline = new GPolyline([ new GLatLng(-41.18183, 6.17419), new GLatLng(-41.35720, 6.39136)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 14.5000 15 var polyline = new GPolyline([ new GLatLng(-38.89018, 11.09448), new GLatLng(-39.07525, 11.37000)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 14.6667 16 var polyline = new GPolyline([ new GLatLng(-36.26028, 16.35242), new GLatLng(-36.45574, 16.71069)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 14.8333 17 var polyline = new GPolyline([ new GLatLng(-33.16892, 22.31580), new GLatLng(-33.37071, 22.80420)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 15.0000 18 var polyline = new GPolyline([ new GLatLng(-29.30419, 29.85156), new GLatLng(-29.48792, 30.60046)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); // YELLOW Solar Eclipse Time Line: 15.1667 19 var polyline = new GPolyline([ new GLatLng(-23.07148, 43.34131), new GLatLng(-22.79440, 45.81470)], "#FFFF00", 2, 0.65, {clickable: false}); map.addOverlay(polyline); <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> /* ++++++++++++++++++++++++++++++++++++++++++++++++++ */ /* ++++++++++++++++++++++++++++++++++++++++++++++++++ */ // Insert TRACK.GOO (ex SHADOW.EXE) above here } //-->//]]> </script> <!-- xxxxx JAVASCRIPT TO COMPUTE LOCAL CIRCUMSTANCES GOES HERE xxxxx --> <script type="text/javascript" src="../SEcirc.js"></script> </head> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> <body class="lnfiveon" onload="onLoad()"> <script type="text/javascript" src="../../style/highlighter.js"></script> <script type="text/javascript" src="../../style/navbar.js"></script> <noscript> <h1><a href="http://www.nasa.gov/">NASA (National Aeronautics and Space Administration)</a></h1> <ul> <li id="one"><a href="../../eclipse.html"><span>Home</span></a></li> <li id="two"><a href="../../solar.html"><span>Solar Eclipses</span></a></li> <li id="three"><a href="../../lunar.html"><span>Lunar Eclipses</span></a></li> <li id="four"><a href="../../transit/transit.html"><span>Planetary Transits</span></a></li> <li id="five"><a href="../../phase/phase2001gmt.html"><span>Moon Phases</span></a></li> </ul> <h1><a href="../../eclipse.html">Eclipse Web Site</a></h1> <h2>by Fred Espenak, GSFC Planetary Systems Laboratory</h2> </noscript> <div id="contentwrapper"> <div id="singlecolumn"> <!-- xxxxx PAGE TITLE GOES HERE xxxxx --> <h1 class="box"> <!-- *** #01 Total Solar Eclipse of xxx --> Annular Solar Eclipse of 1963 Jan 25 </h1> <h2 class="box"><strong>Google Maps and Solar Eclipse Paths</strong></h2> <p style="font-style: italic;">Your web browser must have <strong>Javascript</strong> turned on. </p> <p style="font-style: italic;">The following browsers have been successfully tested with <strong>Google Maps</strong>:</p> <ul> <li><strong>Macintosh</strong> - Firefox 3.5+, Chrome 4+, Safari 4+, Opera 10.5+, iOS Safari 4+</li> <li><strong>Windows</strong> - Firefox 3.5+, Chrome 4+, Explorer 8+, Opera 10.5+</li> <li><strong>Linux</strong> - Firefox 3.5+, Chrome 4+</li> <li><strong>iOS</strong> - Safari Mobile 4+, Chrome 25+, Opera Mini 5+</li> <li><strong>Android</strong> - Android 2.3+, Firefox 19+, Chrome 25+</li> </ul> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <hr class="blue" /> <h2>Introduction</h2> <p class="quote">This interactive Google map shows the path of the <!-- *** #01 Total Solar Eclipse of xxx --> Annular Solar Eclipse of 1963 Jan 25 . The northern and southern path limits are blue and the central line is red. The yellow lines crossing the path indicate the position of maximum eclipse at 10-minute intervals. The four-way toggle arrows (upper left corner) are for navigating around the map. The zoom bar (left edge) is used to change the magnification. The two map buttons (top right) let you switch between map view and a satellite view. </p> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> <div id="map" style="width: 725px; height: 500px"></div> <table border="0" cellspacing="0" cellpadding="0" style="width: 725px;"> <tr> <td style="width: 60%; text-align: left; vertical-align: top;"> Map centered on (latitude, longitude): <span id="mapCenter"></span><br /> Cursor position (latitude, longitude): <span id="latlngCursor"></span><br /> Distance from last marker: <span id="distValue"></span> </td> <td style="width: 25%; text-align: left; vertical-align: top;"> <input type="checkbox" id="showmarker" checked="checked" /> Show marker on click<br /> <input type="button" id="clearmarker" value="Clear Markers" onclick="clearMarkers();" /> </td> <td style="width: 15%; text-align: right; vertical-align: top;"> <input type="checkbox" id="showlarge" onchange="enlarge();" /> Large map<br /> <input type="button" id="locCircShow" value="Eclipse Times in Popup" onclick="locCircShow();" /> </td> </tr> </table> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> <p class="quote"> The green marker labeled <strong>GE</strong> is the point of <em><a href="../../SEhelp/SEglossary.html#greatest">Greatest Eclipse</a></em>. Click anywhere on the map to mark a position and calculate the eclipse times there. Move the cursor over a marker to reveal the eclipse circumstances for that position. The marker predictions can also be viewed in a new window via the <strong>Eclipse Times Popup</strong> button. You can select and copy this infomation to paste into a word processor. </p> <p class="quote"> An individual marker can be removed by using the <strong>Clear Marker</strong> button in the marker's <strong>Eclipse Times Popup</strong> window. All markers can be removed using the <strong>Clear Markers</strong> button below the eclipse map. Choose the <strong>Large Map</strong> check box to produce a bigger map (hint: enlarge you browser window to maximum size before selecting the <strong>Large Map</strong> check box). This option is especially useful to users with large monitors and fast internet connections. </p> <p class="quote"> Below the lower left corner of the map are three readouts. The first gives the geographic coordinates (latitude & longitude) of the map center while the second gives the geographic coordinates of the cursor. The third line gives the distance of the cursor from the last marker. For more information, see <a href="../../SEgoogle/SEgoogleinfo.html">Google Eclipse Map Instructions</a>. </p> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> <hr class="blue" /> <h2> <!-- *** #01 Total Solar Eclipse of xxxx --> Annular Solar Eclipse of 1963 Jan 25 </h2> <ul> <li> <!-- *** #0A <a href="../../SEplot/SEplot1901/SE1901May18T.GIF" target=GLOBE> Orthographic Map</a> --> <a href="../../SEplot/SEplot1951/SE1963Jan25A.GIF" target=GLOBE>Orthographic Map</a> </li> <li> <!-- *** #0C <a href="../../SEgoogle/SEgoogle1901/SE1901May18Tgoogle.html" target=GOOGLE> Google Map</a> --> <a href="../../SEgoogle/SEgoogle1951/SE1963Jan25Agoogle.html" target=GOOGLE>Google Map</a> </li> <li> <!-- *** #0B <a href="../../SEanimate/SE1901/SE1901May18T.GIF" target=ANIMATE> Animation Map</a> --> </li> <li> <!-- *** #0D <a href="../../SEpath/SEpath1901/SE1901May18Tpath.html" target=PATH>Path Table</a> --> <a href="../../SEpath/SEpath1951/SE1963Jan25Apath.html" target=PATH>Path Table</a> </li> <li> <!-- *** #0E <a href="../../SEbeselm/SEbeselm1901/SE1901May18Tbeselm.html" target=BESELM>Besselian Elements Table</a> --> <a href="../../SEbeselm/SEbeselm1951/SE1963Jan25Abeselm.html" target=BESELM>Besselian Elements Table</a> </li> <li> <!-- *** #0F <a href="../../SEsaros/SEsaros136.html" target=SAROS> Saros Series 136</a> --> <a href="../../SEsaros/SEsaros140.html" target=SAROS>Saros 140 Table</a> </li> <li> <!-- *** #0G <a href="../../SEsearch/SEsearchmap.php?Ecl=2003112" target=GOOGLE> Google Map (5MCSE)</a> --> <a href= "http://eclipse.gsfc.nasa.gov/SEsearch/SEsearchmap.php?Ecl=19630125">5MCSE Google Map</a> </li> </ul> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> <hr class="blue" /> <h2>Solar Eclipse Links</h2> <ul> <li>Decade Tables of Solar Eclipse : <br />| <a href="../../SEdecade/SEdecade1901.html">1901 - 1910 </a> | <a href="../../SEdecade/SEdecade1911.html">1911 - 1919 </a> | <a href="../../SEdecade/SEdecade1921.html">1921 - 1930 </a> | <a href="../../SEdecade/SEdecade1931.html">1931 - 1940 </a> | <a href="../../SEdecade/SEdecade1941.html">1941 - 1950 </a> | <br /> | <a href="../../SEdecade/SEdecade1951.html">1951 - 1960 </a> | <a href="../../SEdecade/SEdecade1961.html">1961 - 1970 </a> | <a href="../../SEdecade/SEdecade1971.html">1971 - 1980 </a> | <a href="../../SEdecade/SEdecade1981.html">1981 - 1990 </a> | <a href="../../SEdecade/SEdecade1991.html">1991 - 2000 </a> | <br /> | <a href="../../SEdecade/SEdecade2001.html">2001 - 2010 </a> | <a href="../../SEdecade/SEdecade2011.html">2011 - 2020 </a> | <a href="../../SEdecade/SEdecade2021.html">2021 - 2030 </a> | <a href="../../SEdecade/SEdecade2031.html">2031 - 2040 </a> | <a href="../../SEdecade/SEdecade2041.html">2041 - 2050 </a> | <br /> | <a href="../../SEdecade/SEdecade2051.html">2051 - 2060 </a> | <a href="../../SEdecade/SEdecade2061.html">2061 - 2070 </a> | <a href="../../SEdecade/SEdecade2071.html">2071 - 2080 </a> | <a href="../../SEdecade/SEdecade2081.html">2081 - 2090 </a> | <a href="../../SEdecade/SEdecade2091.html">2091 - 2100 </a> | </li> <p> <li>Google Solar Eclipse Maps: <br />| <a href="../../SEgoogle/SEgoogle1901.html">1901 - 1920 </a> | <a href="../../SEgoogle/SEgoogle1921.html">1921 - 1940 </a> | <a href="../../SEgoogle/SEgoogle1941.html">1941 - 1960 </a> | <a href="../../SEgoogle/SEgoogle1961.html">1961 - 1980 </a> | <a href="../../SEgoogle/SEgoogle1981.html">1981 - 2000 </a> | <br /> | <a href="../../SEgoogle/SEgoogle2001.html">2001 - 2020 </a> | <a href="../../SEgoogle/SEgoogle2021.html">2021 - 2040 </a> | <a href="../../SEgoogle/SEgoogle2041.html">2041 - 2060 </a> | <a href="../../SEgoogle/SEgoogle2061.html">2061 - 2080 </a> | <a href="../../SEgoogle/SEgoogle2081.html">2081 - 2100 </a> | </li> </p> <p> <li>World Atlas of Solar Eclipse Maps: <a href="../../SEatlas/SEatlas.html">Index Page</a> <br />| <a href="../../SEatlas/SEatlas2/SEatlas1901.GIF">1901 - 1920 </a> | <a href="../../SEatlas/SEatlas2/SEatlas1921.GIF">1921 - 1940 </a> | <a href="../../SEatlas/SEatlas2/SEatlas1941.GIF">1941 - 1960 </a> | <a href="../../SEatlas/SEatlas2/SEatlas1961.GIF">1961 - 1980 </a> | <a href="../../SEatlas/SEatlas2/SEatlas1981.GIF">1981 - 2000 </a> | <br /> | <a href="../../SEatlas/SEatlas3/SEatlas2001.GIF">2001 - 2020 </a> | <a href="../../SEatlas/SEatlas3/SEatlas2021.GIF">2021 - 2040 </a> | <a href="../../SEatlas/SEatlas3/SEatlas2041.GIF">2041 - 2060 </a> | <a href="../../SEatlas/SEatlas3/SEatlas2061.GIF">2061 - 2080 </a> | <a href="../../SEatlas/SEatlas3/SEatlas2081.GIF">2081 - 2100 </a> | </li> </p> <p> <li><a href="../../JSEX/JSEX-index.html">Javascript Solar Eclipse Explorer</a> - calculate all solar eclipses visible from a city</li> <li><a href="http://eclipse.gsfc.nasa.gov/SEsearch/SEsearch.php">Solar Eclipse Search Engine</a> - search for solar eclipses from -1999 to + 3000</li> <li><a href="../../SEpubs/5MCSE.html"><strong>Five Millennium Canon of Solar Eclipses: -1999 to +3000 </strong></a> - NASA Technical Publication </li> </p> </ul> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++ --> <hr class="blue" /> <h2>Acknowledgments</h2> <p class="quote">Please visit the <a href="../SEacknowledgment.html">Acknowledgments Page</a> for complete details and links. </p> <p class="quote"> Predictions for the <!-- *** #01 Total Solar Eclipse of xxxx --> Annular Solar Eclipse of 1963 Jan 25 were generated using the <a href="../../SEpath/ve82-predictions.html"> <!-- *** #04 VSOP87/ELP2000-85 --> VSOP87/ELP2000-85 </a> solar and lunar ephemerides and a value of <a href= "../../SEpath/deltat.html"> ΔT</a> = <!-- *** #05 xx.x seconds. --> 34.5 seconds. The accuracy of the northern and southern edges of the eclipse path are limited to approximately 1-2 kilometers due to the <a href="../../SEhelp/limb.html">lunar limb profile</a>. </p> <p class="quote"> Eclipse calculations are by Fred Espenak, and he assumes full responsibility for their accuracy. Permission is freely granted to reproduce this data when accompanied by an acknowledgment: </p> <p style="text-align: center;">"Eclipse Predictions by Fred Espenak, NASA's GSFC"</p> <p class="quote"> For more information, see: <a href="../../SEpubs/copyright.html">NASA Copyright Information</a> </p> <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <script type="text/javascript"> //<![CDATA[//<!-- document.write('</div>'); //-->//]]> </script> </div> </div> <script type="text/javascript" src="../../style/footer-1.js"></script> <!-- *** #0Z 2013 Dec 18 --> 2013 Dec 19 <script type="text/javascript" src="../../style/footer-2.js"></script> <noscript> <hr class="blue" /> <h3 style="text-align: center;">Go to <a href="../../solar.html">NASA Solar Eclipse Page</a></h3> <h3 style="text-align: center;">Go to <a href="../../lunar.html">NASA Lunar Eclise Page</a></h3> <h3 style="text-align: center;">Go to <a href="../../transit/transit.html">NASA Planetary Transit Page</a></h3> <h3 style="text-align: center;">Go to <a href="../../resource.html">NASA Eclipse Resource Page</a></h3> <hr class="blue" /> <table border="5" cellspacing="5" style="margin-left: auto; margin-right: auto;"> <tr> <td> <table style="margin-left: auto; margin-right: auto;"><tr><td><img src="../../image/NASAlogo.tiny.gif" alt="NASA logo" /></td> <td><p>Webmaster: Fred Espenak<br /> Email: <a href="mailto:fred.espenak@nasa.gov">fred.espenak@nasa.gov</a></p> <p>Official NASA Representative: Alex Young<br /> Email: <a href="mailto:c.a.young@nasa.gov">c.a.young@nasa.gov</a></p> <p>Alternate: Robert M. Candey<br /> Email: <a href="mailto:Robert.M.Candey@nasa.gov">Robert.M.Candey@nasa.gov</a></p></td></tr> </table> <p style="text-align: center;">Heliospheric Physics Laboratory – Code 672<br /> NASA's Goddard Space Flight Center, Greenbelt, Maryland 20771, USA</p></td> </tr> </table> </noscript> </body> </html>