> I tried to replace:
> JotsOutput.module_eval(@parsed)
> with:
> @t1.module_eval(@parsed)
> and
> @t1.eval(@parsed)
> but neither of those worked.


I think I nailed this problem...
@t.instance_eval(@parsed)

seemed to be just the ticket.  Now if I could just
figure out a way around those "NameError" exceptions.

thanks,
-joe