var found1="true"; var found2="false"; var ga_link = "false"; for(var i=0; i < window.document.links.length;i++){ if (window.document.links[i].toString().search(/green-acres.com/i) > 1){ found1="true"; ga_link="true"; } if (window.document.links[i].toString().search(/www.web-stat.com/i) > 1){ found2="true"; } if (found1 == "true" && found2 == "true"){ // break; } } if (found1 == "false" || found2 == "false"){ document.write('
invalid Installation of the World Map

Please do not modify installation code in any way

The correct script for your account is available here
'); } else { if (ga_link == "true"){ document.write('
please click to update map code
'); } else { document.write('
'); } }