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

function meme() {
if (navigator.appName == 'Netscape')
var language = navigator.language;
else
var language = navigator.userLanguage;

if (language.indexOf('de') > -1) document.location.href = 'http://www.voyeurland.ch/spannerfotos_1.html';
else if (language.indexOf('fr') > -1) document.location.href = 'http://www.voyeurland.ch/nudistes-naturistes-sex/voyeursexphotos_1.html';
else if (language.indexOf('nl') > -1) document.location.href = 'http://www.voyeurland.ch/spannerfotos_1.html';
else if (language.indexOf('pt') > -1) document.location.href = 'http://www.voyeurland.ch/sexo-publico/voyeur-sexo-fotos_1.html';
else if (language.indexOf('es') > -1) document.location.href = 'http://www.voyeurland.ch/sexo-publico/voyeur-sexo-fotos_1.html';
else 
document.location.href = 'http://www.voyeurland.ch/spannerfotos_1_e.html';
}
