Our web app is rendered totally on the browser.The server only talks to the browser through JSON messaging.
As a result, we only need a single page for the app
you could make them all #'s.
#
You would then need to add return false; to the end of any function that is called onclick of the anchor to not have the page jump up to the top.
return false;