Dynamic text wont display html no matter what I try

loadText = new LoadVars();
loadText.load(“home.txt”);
loadText.html = true;
loadText.onLoad = function() {
loadedNews.htmlText = this.news;
loadedUpdates.htmlText = this.updates;
loadedMedia.htmlText = this.media;
};

I for the live of me cant get this to display html!
What am I doing wrong. Thanks for the help.
www.genshiro.com/lina/lina.html

You can see what it shows here. No both no color, and no BR. Just displays the text the way its spaced in the txt file.