Launch default browser

What would the code be to launch the Macs default browser and go to a certain url. Lets say google.com.

So when the user presses the button his/her default browser launches and google.com is displayed.

The code is probably quite easy but I still need help.

This might work:

open location "http://google.com/"

– Rob

Thanks. It worked.
I knew it was easy.