if (top == self){
var fs =
'<frameset framespacing="0" border="0" rows="110,*" frameborder="0">'+
'<frame name="banner" scrolling="no" noresize target="contents" src="http://www.erlebe-vietnam.de/reisen/Vietnam-Reise-Oben.htm" marginwidth="0" marginheight="15">'+
'<frameset cols="24,*">'+
'<frame name="contents" target="main" src="http://www.erlebe-vietnam.de/reisen/Vietnam-reisen-strich.htm" scrolling="no" marginwidth="0" marginheight="0">'+
'<frame name="main" src="" scrolling="auto" target="main" marginwidth="8" marginheight="5">'+
'</frameset>'+
'<noframes>'+
'</noframes>';
document.write(fs);
frames['main'].location.href = self.location.href;
}