9 for (i = last_clean ; i < script_clean ; i++) {
10 if (typeof($('hs'+i)) != 'undefined' && $('hs'+i) != null) {
11 document.body.removeChild($('hs'+i));
12 // if (typeof(CollectGarbage) == "function") {
19 // window.parent.console.log('ifra: hs'+i+" NOT FOUND");
22 // FIXME: remove this barbarian log
23 // window.parent.console.log("ifra: ctx_new.length: "+ctx_new.length+" ctx_old_len: "+ctx_old_len);
24 if (ctx_new.length == ctx_old_len && ctx_old_len > 0) {
25 // FIXME: remove this barbarian log
26 // window.parent.console.log("ifra: NOW clean");
32 ctx_new = ctx_new + "@BEGIN@" + s + "@END@";
33 // FIXME: remove this barbarian log
34 // window.parent.console.log("ifra: CTX_NEW: ["+ctx_new+"]");
38 ctx_new = ctx_new + "_";