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