<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:template name="backToTop">
        <div class="BackToTop">
            <a href="#top" title="Back to top" class="Do-not-print">
                <xsl:call-template name="icon">
                    <xsl:with-param name="type" select="'back-to-top'" />
                </xsl:call-template>
                Back to top
            </a>
        </div>
    </xsl:template>
</xsl:stylesheet>
