CHANGE OF SITE!
The function that takes you to a different location is a user-defined function. Most of the
literature that I have read says that the best place to put a user-defined function is in
the HEAD section so that it is defined and loaded prior to use.
JavaScript functions can be called by using the function name as I did below when I set up
the time out. In this case then, I have the time out method calling and thereby executing
the new site user-defined function.