var _isCopyLoaded=0;

function copyright(lang)
{
  var str="";	

  now=new Date();
  year=now.getFullYear();

  if(lang=="en")
  { 	
    str+="<div class=\"copyright\">";
    str+="Your use of this service is governed by ";
    str+="<a href=\"http://www.lexisnexis.com/terms/Europe\" target=lncopy>Terms and Conditions.</a>";  
    str+=" Please review them.</br>";
    str+="<a href=\"http://www.lexisnexis.com/terms/Europe/copyright\" target=lncopy>Copyright</a> ©";
    str+= year;
    str+=" <a href=\"http://www.lexis-nexis.co.uk\" target=lncopy>LexisNexis Group</a> ";
    str+="a division of Reed Elsevier (UK) Ltd. ";
    str+="All rights reserved.</div>";
  }
  else
  {
    if(lang=="de")
    { 	
      str+="<div class=\"copyright\">";
      str+="Die Nutzung dieses Dienstes unterliegt den ";
      str+="<a href=\"http://www.lexisnexis.com/terms/Europe\" target=lncopy>Benutzungsbedingungen.</a> ";  
      str+="Bitte lesen Sie sie aufmerksam durch.</br>";
      str+="<a href=\"http://www.lexisnexis.com/terms/Europe/copyright\" target=lncopy>Copyright</a> ©";
      str+= year;
      str+=" <a href=\"http://www.lexis-nexis.co.uk\" target=lncopy>LexisNexis Group</a> ";
      str+="ein Untemehmen von Reed Elsevier (UK) Ltd. ";
      str+="Alle Rechte vorbehalten.</div>";
    }
    else
    {
      if(lang=="fr")
      { 	
        str+="<div class=\"copyright\">";
        str+="L'utilisation de ce service est soumise aux ";
        str+="<a href=\"http://www.lexisnexis.com/terms/Europe\" target=lncopy>termes et conditions.</a>";  
        str+=" Veuillez les consulter.</br>";
        str+="<a href=\"http://www.lexisnexis.com/terms/Europe/copyright\" target=lncopy>Copyright</a> ©"; 
        str+= year;
        str+=" <a href=\"http://www.lexis-nexis.co.uk\" target=lncopy>LexisNexis Group</a> ";
        str+="une division de Reed Elsevier (UK) Ltd. ";
        str+="Tous droits r&eacute;serv&eacute;s.</div>";
      }
    }
  }

  document.writeln(str);
}


function ticopyright(lang)
{
  var str="";	

  now=new Date();
  year=now.getFullYear();

  if(lang=="en")
  { 	
    str+="<div class=\"copyright\">";
    str+="Copyright ©"; 
    str+= year;
    str+=" LexisNexis Group<BR> ";
    str+="a division of Reed Elsevier (UK) Ltd.<BR> ";
    str+="All rights reserved.</div>";
  }
  else
  {
    if(lang=="de")
    { 	
      str+="<div class=\"copyright\">";
      str+="Copyright ©"; 
      str+= year;
      str+=" LexisNexis Group<BR> ";
      str+="ein Untemehmen von Reed Elsevier (UK) Ltd.<BR> ";
      str+="Alle Rechte vorbehalten.</div>";
    }
    else
    {
      if(lang=="fr")
      { 	
        str+="<div class=\"copyright\">";
        str+="Copyright ©"; 
        str+= year;
        str+=" LexisNexis Group<BR> ";
        str+="une division de Reed Elsevier (UK) Ltd.<BR> ";
        str+="Tous droits r&eacute;serv&eacute;s.</div>";
      }
    }
  }

  document.writeln(str);
}


_isCopyLoaded=1;

