jQuery(function($){
	$('#from_name').bind('keyup', function() {
		$('#from').html($(this).val());
	});
});
