// Voorkom dat de site in andermans frame geladen wordt.
if (window!= top){
	top.location.href = location.href;
}
