Cannot set NextItem to the current WebItem from its Respond event (9013)

You have attempted to set the NextItem property to the current WebItem from within its own Respond event handler, which would cause an infinite loop, as setting NextItem causes Respond to be called.