Oh, I forgot to metion... you can't access "this" in your XML.onLoad() because in your example, there is no object for 'this' to reference. The 'success' argument that is generated and passed to the function you define for your onLoad is just a true/false boolean value, NOT an object...