// crossFrameScriptingCheck.js

if (top != self) {
	top.location=self.location;
}