﻿var JSLoadJSfile = (function () { function a(b) { var c = document.createElement("script"); c.setAttribute("type", "text/javascript"); c.setAttribute("src", b); document.getElementsByTagName("head")[0].appendChild(c) } return { LoadJSfile: function (b) { a(b) } } })(); var JSRemoveFlash = (function () { function a() { var b = document.getElementsByTagName("object"); if (b && b.length) { for (var c = b.length - 1; 0 <= c; c--) { if (b[c].removeNode) { b[c].removeNode(true) } } } } return { RemoveFlash: function () { a() } } })();
