Linking to another URL using dynamically loaded text

Here seems to be the problem… I want to load in text dynamically for a site for news updates. Only thing is, if I want to add a link to another site within that particular text, I can’t seem to…

here’s the variable that’ll be loaded into the swf from the text file
NewsText=blah blah blah throw in the URL <a href=http://www.google.com** target="_blank">here</a>**

Now then, when that’s loaded into the project, it doesn’t seem to create a link… and just has that code there. Is there a way to get around it?