Or if you want to complex it up a bit, you could do something like this:
Variables_
%GENDER
%CLASS
%NAME
Variable Use During Character Creation:_
Gender Choice creates %GENDER Value (Female = 1; Male = 10)
Class Choice creates %CLASS Value (Fighter = 1; Thief = 2; Cleric = 3; Wizard = 4)
After that, set %NAME := %GENDER * %CLASS
Then Place your On-Page Script_
%%NAME%=%1%Porche the Fighter%%%%NAME%=%2%Lili the Thief%%%%NAME%=%3%Mother Maud the Cleric%%%%NAME%=%4%Malificent the Sorceress%%%%NAME%=%10%Throg Snart the Fighter%%%%NAME%=%20%Black Cloak the Thief%%%%NAME%=%30%Father Clovis the Cleric%%%%NAME%=%40%Zorchradex the Wizard%%