AS changes in Safari 1.3

Apple, in their indefinite creativity, seem to have changed the Safari AS dictionary.
The nomenclature of individual tabs in windows changed so a reference like:


tell application "Safari"
 set tabCount to count of radio buttons of window 1
end tell

does not work anymore.
Does anybody know how to address individual tabs in Safari 1.3…?