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