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

function meme()
{var refarray = new Array();
refarray['images.google'] = "http://www.voyeurland.ch/_e/voyeurland.htm";
refarray['co.uk'] = "http://www.voyeurland.ch/spanner-index_e.html";
refarray['com.pr'] = "http://www.voyeurland.ch/spanner-index_e.html";
refarray['co.in'] = "http://www.voyeurland.ch/spanner-index_e.html";
refarray['google.de'] = "../../index.html";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) document.location.replace(refarray[i]);
}}