85c85
< var prebut='', lastgwcont='', gwcont='', gwl='', amitmo=false;
---
> var prebut='', lastgwcont='', gwcont='', gwl='';
90,96d89
< function datafcnameit(incc) {
< if (document.getElementById('a' + incc)) {
< return '' + incc + '" data-fcn="' + document.getElementById('a' + incc).innerHTML;
< }
< return incc;
< }
<
213d205
< var br='';
216,217d207
< console.log('tocoverfor=' + tocoverfor);
< console.log('proposed=' + tocoverfor);
219d208
< if (amitmo) { return proposed; }
223d211
< amitmo=true;
226d213
< if (eval('' + clist.length) > ii) {
231,235c218
< br='';
< if (pih.indexOf(clist[ii] + '
') != -1) {
< br='
';
< }
< pih=pih.replace(clist[ii] + br, '' + clist[ii] + '
');
---
> pih=pih.replace(clist[ii], '' + clist[ii] + '');
238,242c221
< br='';
< if (pih.indexOf(clist[ii] + '
') != -1) {
< br='
';
< }
< pih=pih.replace(clist[ii] + br, '' + clist[ii] + '
');
---
> pih=pih.replace(clist[ii], '' + clist[ii] + '');
246d224
< }
249d226
< amitmo=false;
258c235
< var rans=prompt('What do you want to do with region ' + rdescis + '? ' + String.fromCharCode(10) + String.fromCharCode(10) + 'W - Wikipedia look up ' + String.fromCharCode(10) + 'Y - YouTube look up ' + String.fromCharCode(10) + 'G - Google look up ' + String.fromCharCode(10) + 'T - TimeZone look up ' + String.fromCharCode(10) + String.fromCharCode(10), '');
---
> var rans=prompt('What do you want to do with region ' + rdescis + '? ' + String.fromCharCode(10) + String.fromCharCode(10) + 'W - Wikipedia look up ' + String.fromCharCode(10) + 'Y - YouTube look up ' + String.fromCharCode(10) + 'G - Google look up ' + String.fromCharCode(10) + String.fromCharCode(10), '');
266,267d242
< } else if ((rans + ' ').toUpperCase().substring(0,1) == 'T' && eval(('' + document.getElementById('myp').getAttribute('data-fc')).length) == 2) {
< window.open('//www.rjmprogramming.com.au/PHP/tz_places.php?iso=' + document.getElementById('myp').getAttribute('data-fc').toUpperCase(),'_blank','top=10,left=10,width=600,height=600');
505c480
< document.getElementById('rmore').innerHTML=prebut + '
' + (sofar + '|').replace(/\|/g, '
');
---
> document.getElementById('rmore').innerHTML=prebut + '
' + sofar.replace(/\|/g, '
');
507c482
< document.getElementById('subrmore').innerHTML=prebut + '
' + (sofar + '|').replace(/\|/g, '
');
---
> document.getElementById('subrmore').innerHTML=prebut + '
' + sofar.replace(/\|/g, '
');
1997,1998c1972,1973
<
<