foreach ($strJavaScriptFileList as $strScript) {
                if ($strScript = trim($strScript)) {

                    // Include it if we're NOT ignoring it and it has NOT already been included
                    if ((array_search($strScript, $this->strIgnoreJavaScriptFileArray) === false) &&