View Single Post
Code:
tell application "OmniWeb"
   make new tab at end of tabs in front browser 
     with properties {address:"http://google.com"}
end tell