  myPage = self.location;
  thisPage = top.location;
  
  if (thisPage == myPage) {
    contentSRC = escape(myPage);
    frameURL = 'http://www.valdecicontabilidade.cnt.br/index.htm?' + contentSRC;
    top.location.href = frameURL; }
