if (top == self){
var fs =
'<frameset rows="80,30*,25" framespacing="0" border="0" frameborder="0">'+
'<frame name="boven" scrolling="no" noresize target="hoofd" src="http://www.media-point.nl/top.html" marginheight="9">'+
'<frameset cols="120,700,4*,*">'+
'<frame name="inhoud" target="hoofd" src="http://www.media-point.nl/links.html" scrolling="no" noresize>'+
'<frame name="hoofd" src="" scrolling="auto" noresize>'+
'<frame name="hoofd1" src="http://www.media-point.nl/rechts.html" scrolling="no" target="_self" noresize marginwidth="5" marginheight="5">'+
'<frame name="hoofd2" src="http://www.media-point.nl/rechtsbuiten.html" scrolling="no" target="_self" noresize>'+
'</frameset>'+
'<frame name="onder" scrolling="no" noresize target="inhoud" src="http://www.media-point.nl/bottom.html" marginheight="9">'+
'</frameset>';
document.write(fs);
frames['hoofd'].location.href = self.location.href;
}

