$(document).ready(function(){
	$('.print').show();
	$('.print a').click(function () { 
		window.print();
	});
});
