// Frame-Umleitung
//if ( (top.frames.length == 0) && (document.URL.indexOf('file:/') == -1) ) {
if (top.frames.length == 0) {
   top.location.href = "jsframe.html?" + escape(document.URL) + '?&frame=' + escape(top.document.referrer);
}



