<!--
if (parent.frames.length == 0) {
    var newURL = 'http://www.thiesroorda.nl';
    if (document.images) {
        top.location.replace(newURL);
    } else {
        top.location.href = newURL;
    }
}
//-->