// frameJammer_hp v2.52

loc=location.href;
fname=loc.substring(loc.lastIndexOf('/')+1);
if (window.name!='mainframe' && window.name!='booker_'
&& !((self.innerHeight == 0) && (self.innerWidth == 0)))
top.location.replace('index.html?'+ fname +'~mainframe');

// frameJammer_hp End