function doeFramecheck() {
var n = top.name.toLowerCase();
if(n.indexOf('q-relatie.nl') != -1) {
	framemain.location.href = n;
	top.name = '';
	}
}