// JavaScript Document

$(document).ready(function() {

	$('#sharing-print').click(function() {
		window.print();
	});

});