$().ready(function(){
	$(":submit").click(function(){
			$("#pr"+this.id).html($("#la").html());
	}); 
});
