  if (window == top) 
  {
    var doc= document.URL;
    var dom= document.domain;
    var pos= doc.indexOf(dom)+dom.length;
    top.location.href = "http://"+dom+"/?vis="+doc.substring(pos, doc.length);
  }
