using javascript, what options are there to set the currently selected navigation item?
Assuming the page refreshes on whenever someone clicks on a navigation link, the only way would be to either do it on the server side or set it dynamically by looking up the current URL?
Are there any other tricks?