Currently in the template.master page, there is multiple tokens that I wanted to use for some easy managed content for our clients. Unfortunately I cannot figure out how to concatenate ~/ to it.

Currently the code is like so:
<a id="A5" runat="server" class="orangedivider sponsors" href='<%$ Tokens:TopicLink, Sponsors %>'>Sponsors</a></div>

I've tried all that I can think of on how to add the "~/" in front of <%$ Tokens.... %>. Can anyone help me out on this one?

Thanks in advance,
Matt