var destino = new String(window.location.pathname);

if (top==window) {
  window.location.href = "/?destino=" + destino; 
}