if (top == self){
var fs = 
'	<frameset rows="100,*" border="0" framespacing="0">'+
'		<frame src="http://www.geha-zaandam.nl/balk-geha-alles.html" name="kop" noresize scrolling="no">'+
'		<frameset cols="200,*" border="0" framespacing="0">'+
'			<frame src="http://www.geha-zaandam.nl/linkerbalk.html" name="linkerbalk" noresize>'+
'			<frame src="" name="veld1" noresize>'+
'		</frameset>'+
'	</frameset>';
document.write(fs);
frames['veld1'].location.href = self.location.href;
}

