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