jq$(document).ready(function() {
  jq$('.print a').click(function() {
    window.print();
  });
});
