// JavaScript verhindert das Framing anderer Websites
<!--
// <![CDATA[
function init() {
  if(parent != null && parent != self) {
    top.location.href=self.location.href; 
  }
}
// ]]>
-->

