For example, in the below script startover starts back from the top:
startover
##########################################################################
How about enclosing the entire script in a while loop? For example,
while
while : do script done
You may want to add a condition to break out of the loop.