Possible bug when Adding Autocomplete Comboboxes dynamically

Possible bug when Adding Autocomplete Comboboxes dynamically

Hello,

It seems that adding comboboxes dynamically, after the first one, voids the previous autocomplete/combobox event handlers and nulls the previous Selected value. 

See html here: http://gomedia.cc/plv3_svn/tpl_mockups/comboBoxIssue.php
Js here: http://gomedia.cc/plv3_svn/js/newProject_docReady.  & here: http://gomedia.cc/plv3_svn/js/autoCombo.js

The bug appears to occur in Gecko browsers.  IE works as far as I can tell.

We're actually trying to populate these with ajax but ran into this issue so I decided to create this stripped down version to isolate the issue.

Any insight would be so greatly appreciated!

-Wilson