Scene Protocol
From PowerUI
The scene protocol is a simple way to make an anchor link (the a element) point at some other scene in your game.
<a href='scene://myOtherScene'>Go to some other scene!</a>
Note that in order for this to work, the scene must be in your build settings (you'll get a very obvious error message from Unity otherwise!)