// JavaScript Document. written by emmy mees
var str = location.search;
var pos = str.indexOf("&print");

if ((top.location.href.indexOf("http://www.waltervanbeirendonck.com/HTML/home.html") == -1)&& (pos == -1)) 
top.location.href = "http://www.waltervanbeirendonck.com/HTML/home.html?" + this.location.pathname + "&1";
