Pretty straightforward, I\'ve got a JS script that\'s included on many different sites and needs to have parameters passed to it.
It would be useful if those could b
In order to do something like that you'd need to use a server side language to render the JS for you.
I wouldn't recommend it.