var RainbowAppHelper_D={ Host:"https://app-help.crm.sdo.com/", CssVer:"20200818", JsVer:"20200818", head:document.getElementsByTagName('head').item(0), CreateScript:function(file){ var new_element; file=RainbowAppHelper_D.Host+file+"?v="+RainbowAppHelper_D.JsVer; new_element=document.createElement("script"); new_element.setAttribute("type","text/javascript"); new_element.setAttribute("src",file); new_element.setAttribute("charset","utf-8"); RainbowAppHelper_D.head.appendChild(new_element); }, CreateLink:function (file){ var new_element; file=RainbowAppHelper_D.Host+file+"?v="+RainbowAppHelper_D.CssVer; new_element=document.createElement("link"); new_element.setAttribute("type","text/css"); new_element.setAttribute("rel","stylesheet"); new_element.setAttribute("href",file); RainbowAppHelper_D.head.appendChild(new_element); }, Init:function(){ try{ RainbowAppHelper_D.CreateScript("js/Message.js"); RainbowAppHelper_D.CreateLink("css/AppStyle.css"); RainbowAppHelper_D.CreateScript("js/RainbowApp.js"); }catch(e){ } } }; RainbowAppHelper_D.Init(); document.write("");