Código:
System.useCodePage = true;
datos = new LoadVars();
datos.load("Location.txt");
datos.OnLoad = function() {
aux=this.location;
links = new Array();
links[0] = "http://"+aux+"/app/servlet/X1";
links[1] = "http://"+aux+"/app/servlet/X2";
links[2] = "http://"+aux+"/app/servlet/X3";
};
Asi debe funcionar...
Te explico el Error o ya te diste cuenta??
Saludos!!