<!-- Begin Coremetrics Support -->


<script type="text/javascript">

  var Host = function(name, id)
  {
    this.name = name;
    this.id = id;
  }

  var hosts = new Array;
    hosts[0] = new Host("enterprisecar.ca" , "90178283");
    hosts[1] = new Host("enterprise.co.uk" , "90178009");
    hosts[2] = new Host("enterprise.com"   , "90177872");
    hosts[3] = new Host("enterprise.da"    , "90178146");
    hosts[4] = new Host("enterprise.ie"    , "90192984");
    hosts[5] = new Host("rentalcar.com"    , "90224373");

  var clientId = new String();
  var pageName = new String();

  for(var i=0; i<hosts.length; i++)
  {
    if(location.hostname.toLowerCase() == hosts[i].name.toLowerCase())
    {
      clientId = hosts[i].id;
      break;
    }
  }

  var path = location.pathname.split("/");
  pageName = path[path.length-1].split(".")[0];

  cm_ClientID = clientId;
  cm_HostID = "cm.enterprise.com/eluminate?";
  cmCreatePageviewTag(pageName, null, null, null);

</script>

<!-- End Coremetrics Support -->

