Although I have been tinkering with jQuery for a while, this is my first time writing an plugin. Mine draws horizontal percent bars and updates on an interval. The prototype works well. However, when I went to instantiate a second instance, it malfunctioned. It seems that the interval tick still fires, but everything is applied to the second instance.Although I have been tinkering with jQuery for