77c77 < if (event.origin !== "http://www.rjmprogramming.com.au" && event.origin !== "https://www.rjmprogramming.com.au") { --- > if (event.origin !== "http://www.rjmprogramming.com.au") { 86,89c86,87 < if (('' + event.data).indexOf("hello there!") == 0) { < var wop=''; < var wbits=(' ' + event.data).split("hello there"); < wop=('of ' + wbits[1].replace('!','').trim() + '~').replace('of ~','').replace('~',''); --- > if (event.data == "hello there!") { > 94,98c92,94 < var decision=confirm(event.data.split('!')[0] + '! ... is the message ' + wop + ' via postMessage. Do you want to show your location map and phpinfo for the domain ' + wop + '?'); < if (decision) { < //if (whereami.replace('the','') != '') { < // locate_yourself(event); < //} else { --- > if (whereami.replace('the','') != '') { > locate_yourself(event); > } else { 103d98 < //}