if (top == self){
var fs = 
'<frameset cols="125,*" framespacing="0" border="0" frameborder="NO">'+
'<frame src="images/leftbarwnl.html" name="leftbar" scrolling="NO" noresize title="leftbar">'+
'<frameset rows="*,45" frameborder="NO" border="0" framespacing="0">'+
'<frameset rows="45,*" framespacing="0" border="0" frameborder="NO">'+
'<frame src="images/kop.html" name="No Name" scrolling="NO" noresize title="No Name">'+
'<frame src="" name="main" noresize title="main">'+
'</frameset>'+
'<frame src="http://www.boode.com/filler.html" name="bottomFrame" scrolling="NO" noresize title="bottomFrame">'+
'</frameset>'+
'</frameset>';
document.write(fs);
frames['main'].location.href = self.location.href;
}
