I have the following JavaScript code as a string literal:
var $Page = new function() { var _url= \'http://www.some.url.com\'; this.Download = functi
You could use a javascript parser, but parsing javascript for just that one value is probably way overkill.