var refarray = new Array();
refarray['alltheweb.com'] = "topless.htm";
refarray['google.com'] = "topless.htm";
refarray['google.fi'] = "topless.htm";
refarray['att.net'] = "topless.htm";
refarray['google.ca'] = "topless.htm";
refarray['google.fr'] = "../../nudistes-naturistes-sex/voyeur-nudistes-naturistes.html";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) document.location.href = (refarray[i]);
}