Script Initialization

In order to specify the order that scripts are loaded in, you should save
your scripts with a name similar to XX.NAME.sx.  NAME should be a semi-
descriptive name for the script.  XX should be a two-digit number; scripts
with lower digits will be loaded first.  This is somewhat

For most purposes, just use 50.NAME.sx.  As general guidelines, use the
following numbers for various script "types":

 30:  Helper Functions
 40:  Initialization Scripts
 50:  General Scripts
 60:  Event/Hook Scripts
 70:  Misc. Scripts
