External text file formatting

[COLOR=black]here is how im trying to load a text file:[/COLOR]
[COLOR=black]loadText = new LoadVars();
loadText.load("[/COLOR][COLOR=black]http://www.tenbyten.org/Data/Now/words.txt[/COLOR][COLOR=black]");
loadText.onLoad = function() {
news_txt.text = this;
};[/COLOR]
[COLOR=black]words.txt has text arranged like this:
iraq
killed
military
american


news_txt should contain some random words from the text file (which is external and i can’t edit it)-- so is there anyway i can import random lines from the file. right now, the news_txt displays (iraq0Akilled0Amilitary0Aamerican…) i want duplicate movie clips of news_txt to display one word each from this file (randomly). [/COLOR]
[COLOR=black]also, why i am getting “0A” between every keyword when i render the flash file- any idea ?? (iraq0Akilled0Amilitary0Aamerican…) please help.[/COLOR]
[COLOR=black][/COLOR]