// plaats in frameset
var str = location.search;
var pos = str.indexOf("&");
function inframeset() {
top.location.href = "http://www.pixelen.nl/index.html?" + this.location.pathname + "&1";
}
