
$(document).ready(function(){
	$('#print_button').click(function(){print();});
});
