Whats the script for a button in a movieclip within a movieclip?

Hi

Whats the script for a button in a movieclip within a movieclip?

I have the following but the link will not work?

on (release) {
tellTarget(_root) {
getURL(“http://www.google.com”, “_self”);
}
}