Zorn autocomplete: override result render?

Zorn autocomplete: override result render?

Hello,
I am using the Zorn autocomplete plug-in and it works great, thanks
Zorn. I was wondering if there is a method to override the rendering
of the ac_results div and list, to populate results in an alternate
element? Basically, I have a textarea with autocomplete enabled and a
div always visible on the page. I want the autocomplete results to
populate in the div. I suppose I could try to kill the hide function
and do some css on ac_results to achieve the effect I want, but I was
looking for something more elegant. If anyone has done this or could
give an example I would appreciate hearing from you.