Change this (from your live page's source code):
to:Code:<script type="text/javascript" src="../jquery.min.js">
</script>
Alternatively, you may download the latest version from the URL in the src attribute and host it yourself if you like.Code:<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
Also, I've updated the update:
http://home.comcast.net/~jscheuer1/side/vfs/test_8.htm
to prevent undesirable results when the 'go' and other navigation classes are clicked repeatedly.
This is an important change.

