Linking dynamic buttons

this is in Flash 8

If I make buttons using…

duplicateMovieClip(_root.newsBox.newsCount.allNumbers.newsNumber, "newsNumber"+(i+1), 5+i);
_root.newsBox.newsCount.allNumbers["newsNumber"+(i+1)].digit = (i+1);

how do i make the deployed buttons hold a link…?
on release;… i want to change the loaded content - image and text.
at the moment i have previous and next working - but cant make the jump buttons function.

?

I have the button tracing “this.digit” which is the number assigned to each button, can’t make it link to the content. Do i need to “push” the number to an array…or similar?