This page demonstrates that there is no difference between creating a global with var or without var.
There is no such thing as a global that is local to only one script section. Once a variable is
global in one script section, it is global in all script sections.