;This is the Frame hierarchy I'm dealing with
;I want the last frame on the end with the asterisks
;Frame
; Frameset
; Frame
; Frame
; Frame
; Frameset
; Frameset
; Frame*
$oFrame = _IEFrameGetCollection($oIE)
$oFrameset = _IEFrameGetCollection($oFrame...