This javascript automatically creates a mailto link with information about the topic in the subject line. Include this in your help systems for a quick and dirty response mechanism.
This script works by parsing the innerHTML value from the first H1 tag on the page, so it needs to be placed after the first H1 in [...]