I would go with Ramon's solution, but you could use a content block as
well. Here is the code of one we have already in place in our ACS: <% //
Displays a greeting formula appropriate for the profiles' fields //
populated in the database (first name, last name and title) // The
following table defines the formula to use in each case // (#0 is
replaced with the title, #1 with the first name and #2 with the last
name) var aGreetings = // **bleep** Fir Las ['Hello,' , // 'Hello,' , //
X 'Hello,' , ...