<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:bns="http://www.bluenewtsports.com">

	<xsl:template name="bns:refer">
    	<img src="refer-friend.gif" alt="REFER A FRIEND TODAY" />
        <p><img src="refer-friend.jpg" alt="" /></p>
        <p>Invite your friends to join a custom league or just send a friend a link for him or her to check out BlueNewtSPORTS.</p>
        <xsl:choose>
		<xsl:when test="$bns:logged-in">
                <a class="link-button" href="/community/share/"><img src="refer-friend-now.gif" alt="REFER A FRIEND NOW" /></a>
                </xsl:when>
                <xsl:otherwise>
                <a class="link-button" href="/user/login/"><img src="refer-friend-now.gif" alt="REFER A FRIEND NOW" /></a>
                </xsl:otherwise>
       </xsl:choose>
    </xsl:template>

</xsl:stylesheet>