diff -r eb8eacb056d1 -r b354deeaa4c4 includes/clientside/static/loader.js --- a/includes/clientside/static/loader.js Mon Jul 09 15:30:22 2007 -0400 +++ b/includes/clientside/static/loader.js Mon Jul 09 22:01:27 2007 -0400 @@ -42,5 +42,9 @@ ld(e); mdgInnerLoader(e); } -window.onload = enano_init; +if ( typeof(KILL_SWITCH) == 'boolean' && !KILL_SWITCH ) +{ + window.onload = enano_init; +} +