function chkOuterFrame() {
  if (parent.location.href == self.location.href)
  {
    window.location.href = '/autoload.asp?autoload='+escape(window.location.href);
  }
}
