To follow up on that, I've created a dead-simple applescript "OpenGoogle.scpt" and set up a trigger "Open Google | Run", which does work. The script is as follows
tell application "Safari" open location "http://google.com/" activate -- brings Safari to front end tell
