function updateDownloadCount(id, siteRoot) {
  jQuery.ajax({
    url:  siteRoot + "/download/" + id,
    type: "POST"
  });
}
