var refarray = new Array();
refarray['websolutions.ch'] = "web_tipps.html";
for (var i in refarray) {
if (document.referrer.indexOf(i) != -1) { document.location.replace(refarray[i])
}}
