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