var sThisURL = unescape(window.location.pathname);
	
function doFramesBuster() {
    if (top.location!=self.location) {
	    top.location.replace(self.location);
	}
}

doFramesBuster();
