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