Trying to load random text from xml file

Hey Guys, I am new with flash
I basically want to load text from xml with title and url that corresponds to that page when clicked.
I want the titles to fade in and out and this process keeps on repeating at random place on stage. if I move my mouse over any of the title they come into focus and doesnt fade out if I click on it, it will take me to the corresponding url.
and all the texts shouldnt collide with each other.
basically just like a particle system or ripples on water the text should come in and out with varying scales, I am sure you have also seen this on many sites.

Now I have bits n pieces but I cant seem to make them work
for example xml is no problem I have done the tutorial here on kirupa
I know that hitTest method will help me with texts colliding with each other
attachMovieClip will help with creating more than one instance of the title.
but I cant seem to make it all work