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

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