﻿$(document).ready(function() {
    $('.print,.printLink').click(function() {
        window.print();
        return false;
    });
});
