I have a simple script that clears, then re-adds items to a select element on a page after receiving the element array from a WCF service call. the onchange event for the select box is set in the markup (I have also tried using $addHandler(select, "change", my_handler) to no avail). This works...