  if(document.URL.indexOf('htm') != -1)
  {
window.location = 'liens.php';
  }
