I have some HTML:
<div id="tagCloud">
<a class="5" title="1 records" href="tags=Battleship">Battleship</a>
<a class="4" title="1 records" href="tags=Cabbage">Cabbage</a>
etc...
I want to take the class value, and convert it to a word.
So if class = 5 append class five?