<script type="text/javascript" src="http://www.example.com/js/example.js?1268088105"></script>
I'm sure the server side is inserting the equivalent of the javascript getTime() at the end of the script reference because everything inside the javascript file is about time syncing with the server and such.
Anyone have any ideas? I've considered using wwHTTP to hit a webpage that returns getTime() in plaintext but that seems "wrong" somehow.
EDIT: Forgot wwHTTP can't execute javascript... DOH!
EDIT: Looks like I can use the MSScriptControl. Nice.