<!--

function laadPagina() {
	var search = unescape(location.search);
	var index = search.indexOf("?tkst=");
	if (index != -1) {
		search = search.substring(index + 6 );
		if (search != '') { tkst.location.replace(search); };
	};
};

if(top.frames.length > 0)
top.location.href=self.location;

 		
//-->