I am using a dojo.xhrget with a load: function(data) . . .
I am trying to assign one of the values returned by the get to a variable which was declared globally but after the xhrget 'ends', the global variable has the same value as it did before the call. Not sure what is going wrong.