> response.write("AgentsWithStatsNames(""AgentsWithStatsCount"") =
>
> shooting blind here, but should there be double quotation
> marks in the brackets there?
just a method of escaping the double-quotes; I actually want it to write
this string:
AgentsWithStatsNames("AgentsWithStatsCount")
which it does, successfully