[jQuery] Idea for a plugin - Kurafire style

[jQuery] Idea for a plugin - Kurafire style

Not being the best javascript coder I am not sure the easiest way to
approach this.
Kurafire.net has an animation script that uses a timer and some string
parsing to cycle an object through a list of classes.
Basically an element has a class that contains the "root" classname
and a number of steps ( and more if you read the script ) then parses
the root class and appends a numeric index from 1 through the step
counter. IE a root class of "clickbox" with 10 steps would cycle
through the classes clickbox-1 through clickbox-10 on a timed
interval.
Would this be hard to implement via jquery?
Abba Bryant
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/