Hi, I have some java script on my site that i would like to separate from the xhtml. I have tried to save the scripts in separate java files and inserted just the src of the script in the page. In the head i have put Code: --------- <script src="/Scripts/AC_RunActiveContent.js"... ...