$(function() {

	$("a.print-page").click(function(){
	
		window.print();
		
		return false;
	
	});

});