Help with linking in "MX04"

This may be very common, but here is my challenge… When I paste this code in MX04:

invbutton_btn.onRelease = function() {
getURL(“http://www.celebritypersonalassistants.com”, “_self”);
};

This only opens up the browser but not go to the site? why?