We will modify this document to dynamically convert the header to small caps
when the link is clicked. Recall the steps in setting up a dynamic effect:
Decide on effect and trigger event.
The chosen trigger event calls a function written to carry out the
dynamic effect.
The function must locate the appropriate object or objects within the
Document Object Model.
It then modifies the appropriate properties of the object to produce the
desired effect.