That isnt going to work. The syntax is THIS_SCRIPT, not $nav. THIS_SCRIPT sort of says if the loaded page is one of those pages that you can see in your forum root (forumdisplay.php, member.php, showthread.php etc) then do what is inside the statement. $nav isnt one of your scripts, so THIS_SCRIPT == $nav would not work either.
Are you trying to hide the navigation on index only? Or add something to it?
If you are hiding, then you can just drop a style tag in the top of your index template. Alternatively, if you want to ADD something then see code below.
Try this in the header :
If you add it correctly then on index ONLY the navigation has the word hello at the end of it.