function removeScriptElement() {
var s = document.getElementById('theScript');
s.parentNode.removeChild(s);
}
removeScriptElement();
gc();
function removeScriptElement() {
var s = document.getElementById('theScript');
s.parentNode.removeChild(s);
}
removeScriptElement();
gc();