$(function(){

	$("p.print a").click(function(){
		
		window.print();
		return false;
																
	});

});