Get URL goto

hi im doing this get url file in flash

[COLOR=Red]target_mc.onRelease = function() {
target_mc.pictureValue = k;
p = this.pictureValue;
linkme = xmlNode.childNodes[p].childNodes[1].firstChild.nodeValue;
getURL(linkme,“blank”);

[COLOR=Black]but when i try it out it the site would jump into another page. How do I make it open at the same page? I tried to change it to parent, self, top. It will still open to a new page. But when I am on that page everything I click will remain on that same page. Thanks.[/COLOR]
[/COLOR]