Feature Request: Display multiple cluetips simultaneously, allow assignment of unique id's to cluetip container

Feature Request: Display multiple cluetips simultaneously, allow assignment of unique id's to cluetip container

I see that the cluetip plugin project is on github so, perhaps at some point I'll be able to try implementing this feature myself, and submit a pull request.  But in the meantime, I want to see how much support there is for it or if someone is already working on the solution.

My team is using the cluetip plugin in a rather exceptional way.  Rather than a tooltip like msg bubble that appears on mouseover, we show the cluetip on page load and require the user to dismiss it.  We're using these cluetips to communicate new features on our site.  After looking at available jquery plugins, cluetip seemed to be best suited for this use (all be it, a rather exceptional use).  

The current design allows for this use with just a bit of css work but it limits us to one cluetip visible on a page at a time.  Multiple cluetips are not possible because the cluetip div container has a non-unique id and the jquery id selector is used in the plugin code (which means that only the first cluetip in the DOM is ever referenced by the code).

I'd like to extend the code to allow for dynamic assignment of the id on the cluetip container which would allow us to render multiple cluetips on the page.  Perhaps, this might constitute a new plugin, since this isn't really the intended use of cluetips. 

What do people think?  Is this something worth pursuing as a new cluetip feature?  Has anyone already worked on extending the plugin to allow for this particular use case?  Or is there some other jquery plugin that is better suited?

Cheers,
Jeff