if(window.name != "princip"){			var caller = "librairie";      url = document.location.href;      if(url.indexOf("annonces") != -1){      	caller = "annonces";      }      else if(url.indexOf("/librairie") != -1){      	caller = "librairie";      }      else if(url.indexOf("/supply") != -1){      	caller = "supply";      }      else if(url.indexOf("/agenda") != -1){      	caller = "agenda";      }      else if(url.indexOf("/annuaire") != -1){      	caller = "annuaire";      }      else if(url.indexOf("/forum") != -1){      	caller = "forum";      }      else if(url.indexOf("/formations") != -1){      	caller = "formations";      }      else if(url.indexOf("/ceramlinks") != -1){      	caller = "links";      }      else if(url.indexOf("/musees") != -1){      	caller = "musees";      }      else if(url.indexOf("/mag") != -1){      	caller = "mag";      }      else if(url.indexOf("/news") != -1){      	caller = "news";      }      else if(url.indexOf("/assoc") != -1){      	caller = "assoc";      }      else if(url.indexOf("/auth") != -1){      	caller = "auth";      }      else if(url.indexOf("/boutique") != -1){      	caller = "boutique";      }      top.document.location = "/dyn/index.jsp?caller=" + caller + "&princip="+escape(url);}