My text editor is telling me I have a syntax error in my Javascript. It is somewhere in this line:
<script type="text/javascript"> if (!window.mstag) mstag = {loadTag : function(){},time : (new Date()).getTime()};</script>
Jslint tells me that I have an "Unexpected '<'." in Line 1, Character 1. So that, I'm guessing, means I have an error in the script type itself, which doesn't make much sense to me. I'm a newb, sorry if this is a super-basic question. Thanks in advance for any help you can give me.