  <xsl:template name="additionalHeaderContent">
    <xsl:variable name="httpCollection">
      <xsl:value-of select="/page/pageResponse/collection/metadataList/metadata[@name='httpPath']"/>
    </xsl:variable>
    <link href="{$httpCollection}/style/CollectionTheme/jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css"/>
  </xsl:template>
  