Load a URL from a txt file

From this code…

 
my_ag = new LoadVars();
my_ko.sendAndLoad("http://myURL",my_ag, "POST"); 

I would like to load the URL - http://myURL - from a txt file…

Do you have any suggestions?

Thanks in advance