4c4 < Daylight Saving Time Information - RJM Programming - September, 2015 - Thanks go to http://gomashup.com and https://en.wikipedia.org/wiki/List_of_tz_database_time_zones --- > Daylight Saving Time Information - RJM Programming - September, 2015 - Thanks go http://gomashup.com 16,20d15 < var isok=-1; < < var lastis=""; < var lasttitle=""; < 27,56d21 < function prerepos() { < if (isok == -1) { < var r = confirm("Press OK to show places on a Google Map for this session, or Cancel to show Timezone information."); < if (r == true) { < isok=1; < } else { < isok=0; < document.getElementById('thgm').style.display='none'; < } < } < document.getElementById('label').value="['Lat',"; < document.getElementById('value').value="'Lon', 'Name']"; < document.getElementById('data').value+=(lasttitle); < //document.getElementById('data').innerHTML+=decodeURIComponent(lasttitle); < if (isok == 1) { < var mysrc=document.getElementById('myform').action; < mysrc+="?title=" + document.getElementById('title').value; < mysrc+="&label=" + document.getElementById('label').value; < mysrc+="&value=" + document.getElementById('value').value; < mysrc+="&data=" + document.getElementById('data').value; < if (mysrc.length < 400) { < document.getElementById('mapif').style.display='block'; < document.getElementById('mapif').src=mysrc; < } else { < document.getElementById('mapsubmit').click(); < } < } < return isok; < } < 58,60d22 < if (isok == 1) { < window.scrollTo(0,0); < } 133c95 <

Thanks to GoMashup and Wikipedia

--- >

Thanks to http://gomashup.com