Assuming you have the .js file in the root of the web site you need to change this line:
PHP Code:
<script src="file:///G:/XMLWebsite/AC_RunActiveContent.js" language="javascript"></script>
to
PHP Code:
<script src="AC_RunActiveContent.js" language="javascript"></script>
But you don't have the file there, so you need to upload it into the same folder as index.html - You should be able to go here and view the .js file when you have it in the right place. http://thelinqup.com/AC_RunActiveContent.js