// frameJammer_hp v3.2.2
var URIxx = self.location.href;
var Stell = URIxx.lastIndexOf('/')+1;
var Seite = URIxx.substring(Stell);
if (window.name!='SAM' && window.name!='SAMprint' && !((self.innerHeight == 0) && (self.innerWidth == 0))) top.location.replace('./?'+Seite+'~SAM');

