var found1="true";
var found2="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";
// }
if (window.document.links[i].toString().search(/www.web-stat.com/i) > 1){
found2="true";
}
if (found1 == "true" && found2 == "true"){
break;
}
}
document.write('
');
document.write('

');
document.write('
');
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');
}
document.write('');
document.write('
');
document.write('
');