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

