<!--
/*
if (window.name != "contenuti") {
  if (document.layers) {
    self.location.replace("../main_fs_n4.asp?page="+self.location.href);
  } else {
    self.location.replace("../main_fs.asp?page="+self.location.href); 
  }
  document.write("</script></head><body></body></html>");
  document.close();
}
*/
var thisUrl = self.location.href;
if (window.name != "contenuti" && thisUrl.indexOf("_prove")==-1) {
  var mainPath = thisUrl.substring( 0, thisUrl.indexOf("sinestesie.it") + 14 ) + "main_fs";
//  var mainPath = thisUrl.substring( 0, thisUrl.indexOf("synaesthesia.eu/v1") + 19 ) + "main_fs";
  if (document.layers) {mainPath = mainPath+"_n4";}
  self.location.replace(mainPath+".php?page="+thisUrl);
  document.write("</script></head><body></body></html>");
  document.close();
}
function updateMenu() {
  if (parent.menu != null  &&  parent.menu.updatePath != null) {
    parent.menu.updatePath();
  }
}
// -->
