function printPage() {
  if (window.print)
    window.print()
  else
    alert("You have an older browser and cannot print from this link. Go to FILE > PRINT to print this page! ");
}