/** * Holds all already loaded javascript libaries * * @type HashTable */ var currentLoadedJavaScripts = new HashTable(); /** * Looks for script tags inside the given string and checks if the files * are already loaded. * * When already loaded, the scripts will ignored. * * @returns {undefined} */ function parseHtml(htmlString) { var re = /