// Remove window from frameset
if (window!=top) top.location.replace(document.location.href);

// Ignore window errors
function errorhandler() { return true; }
window.onerror=errorhandler;

