Try this: turn on advanced editor and make a variable. Let's call it NAME. Let's say you want to use four different names: Steve, Seth, Ernie, and Michelangelo. You'd have a page where you'd choose a name and you'd list each of your four names. For each link's variables, you'd assign each name a number. 1 for Steve, 2 for Seth, 3 for Ernie, and 4 for Michelangelo. From that point onwards, you'd use the following script instead of a name. All that the reader would see is the name that correlates to the number that you've chosen.
%%NAME%=%1%Steve%%%%NAME%=%2%Seth%%%%NAME%=%3%Ernie%%%%NAME%=%4%Michelangelo%%