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