GetUrl :(

Im making a kinda of scroll wheel with pictures on it that i want them to be clicked on to go to a html page on the website. i got them clickable there buttons and when i click them they wont get the URL here is the Action script. By the way im using cs4 but action script 2.0.

on (release) {
getURL(“www.google.com”, “_self”);
}