Hello Paril,
first of all, your avatar URL is outdated:
http://www.royalorigins.net/Portrait_Cloud.gif
Then, fetch the
Official Scripting Documentation. It might help you.
Third, load the XML contents from its location. You can use the normal COM objects Microsoft.XMLHTTP and Microsoft.XMLDOM for it. Simply use
var objXml = new ActiveXObject("Microsoft.XMLDOM");
You will find more information about Microsoft.XMLDOM and its properties within the Microsoft Developers Network (MSDN) at
http://msdn.microsoft.com/en-us/library/aa468547.aspx.
Regards,