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