[jQuery] IE click problem

[jQuery] IE click problem

Anyone have a problem where a function applied by 'click' only works for the first X items and does nothing for the X+1 and beyond?  When I refresh the page, this X often changes.
I have the code:
<code>
$(document).ready(function(){
   $('img.msug_iconChooser_icon').click(function(){
      alert('clicked on '+$(this).get(0).src);
   });
});
</code>
The page contains numerous images (119 to be exact) with the class msug_iconChooser_icon.  Clicking on some will show the alert, clicking on others (from some single point on the page downward) does nothing.  As mentioned above, the point on the page where they stop working changes when I refresh, and as near as I can tell is not affected by how long I wait before clicking an image.
Anyone able to identify if this is something in jQuery (I'm using a build from Fri May 12 13:01:23 2006), or just unique to my situation?
Thanks for any insight,
 - Sean
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/