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

function meme() {
var refarray = new Array();
refarray['google.ch'] = "http://schweiz.fkk-nudistenclub.de/index.html";
refarray['altavista'] = "http://schweiz.fkk-nudistenclub.de/index.html";
refarray['alltheweb'] = "http://schweiz.fkk-nudistenclub.de/index.html";
refarray['google.de'] = "http://www.fkk-nudistenclub.de/index.html";
refarray['google.com'] = "http://www.fkk-nudistenclub.de/_e/nudistbeachclub.htm";
refarray['co.uk'] = "http://www.nudistbeachclub.com";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) { document.location.replace(refarray[i])
}
}
}