Hi!
Thank you for the great plugin. I think it's a pitty, that it is not w3c ready. It has got some mistakes:
Line 177, Column 41: ID "email" already defined
…<input type="text" name="email" id="email" value="" size="30" tabindex="2" />
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
Line 138, Column 27: ID "email" first defined here
<li><a rel="nofollow" id="email" href="javascript:window.location='mailto%3A%3F
Please fix that mistakes!
Thank you very much