$(function() {
	$("#stampa").click( function() {
       $('#divStampa').jqprint();
        return false;
    });
 });
