This function will automatically add the headers for the contrib to
the page being rendered. It is intended for use from Plugins and
other extensions. For example:
sub commonTagsHandler {
....
require Foswiki::Contrib::BehaviourContrib;
Foswiki::Contrib::BehaviourContrib::addHEAD();
....