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