﻿var refarray = new Array();
refarray['google.de'] = "../../index.html";
refarray['t-online.de'] = "../../index.html";
refarray['ch.altavista'] = "http://schweiz.fkk-nudistenclub.de";
refarray['google.ch'] = "http://schweiz.fkk-nudistenclub.de";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) document.location.replace(refarray[i]);
}
