That part (in the body) doesn't need to be directed to any folder (it does need to be edited to reference the page you want bookmarked instead of Dynamic Drive). A call to the external script, placed in the head (where the script was when internal) does need to include the path to the external script, if different than the page's path:
Code:
<script src="script/some.js" type="text/javascript"></script>
or
Code:
<script src="../script/some.js" type="text/javascript"></script>
or whatever is the correct path on the server there.
Bookmarks