  // Run this when Share It! is clicked
  function share_it_clicked(target) {
    window.open(target, "cc_share_window", "width=740,height=420");
  }