// JavaScript Document
function schrijfbovenmarge(){
	if (window == top) {
	document.write('<br><br>');
	}
}
