Linking to an anchor, within an HTML page

I have a flash navigation in a HTML page, I want it to go to an achor within the page?

so far this is my AS

on (release) {
getURL ("http://www.blabla.com/index.htm#anchor1", "_self")
}

The title on the page comes out weird:
#anchor1#anchor1

or sometimes

title just displays the full location of the page:
http://www.blabla.com/index.htm

help?