Gets external source on the specified address, using the specified User-agent.
getExtSource = function(aURL, aUserAgent);
var es = getExtSource('http://mysite.ru/extsource.txt'); log(JSON.stringify(es));