if (top == self){
var fs = 
'<frameset cols="*,964,*" frameborder="NO" border="0" framespacing="0">'+
'<frame src="http://www.oranjemarine.nl/achtergrond.html" name="topFrame" frameborder="no" scrolling="NO" noresize >'+
'<frameset rows="271,*,64" frameborder="NO" border="0" framespacing="0"> '+
'<frame src="http://www.oranjemarine.nl/header.html" name="topFrame1" frameborder="no" scrolling="NO" noresize >'+
'<frameset cols="713,251" frameborder="NO" border="0" framespacing="0"> '+
'<frameset rows="33,*" frameborder="NO" border="0" framespacing="0"> '+
'<frame src="http://www.oranjemarine.nl/center1.html" name="topFrame2" frameborder="no" scrolling="NO" noresize >'+
'<frame src="" name="center" frameborder="no" id="center">'+
'</frameset>'+
'<frame src="http://www.oranjemarine.nl/menu-rechts.html" name="rightFrame" frameborder="no" scrolling="NO" noresize>'+
'</frameset>'+
'<frame src="http://www.oranjemarine.nl/onder.html" name="bottomFrame1" frameborder="no" scrolling="NO" noresize>'+
'</frameset>'+
'<frame src="http://www.oranjemarine.nl/achtergrond.html" name="bottomFrame" frameborder="no" scrolling="NO" noresize>'+
'</frameset>';
document.write(fs);
frames['center'].location.href = self.location.href;
}
