View Single Post
This should accomplish the same thing:

Code:
tell application "OmniWeb"
	set windowID to id of front window
	set windowInfo to GetWindowInfo windowID
	set thisURL to first item of windowInfo
	set thisPage to second item of windowInfo
end tell