var zsFeedbackTabPref = {};
zsFeedbackTabPref.jsStaticUrl = “https://js.zohostatic.com/support/fbw_v6”;
zsFeedbackTabPref.cssStaticUrl = “https://css.zohostatic.com/support/fbw_v6/css”;
zsFeedbackTabPref.staticUrl =”https://js.zohostatic.com/support/static”;
var feedbackInitJs = document.createElement(“script”);
feedbackInitJs.type = “text/javascript”;
feedbackInitJs.src = “https://js.zohostatic.com/support/fbw_v6/zsfeedbackinit.js”;
document.head.appendChild(feedbackInitJs);
var iframeCss = document.createElement(“link”);
iframeCss.setAttribute(“rel”, “stylesheet”);
iframeCss.setAttribute(“type”, “text/css”);
iframeCss.setAttribute(“href”, “https://css.zohostatic.com/support/fbw_v6/css/ZSFeedbackIframe.css”);
document.head.appendChild(iframeCss);
zsFeedbackTabPref.defaultDomain = “https://desk.zoho.com”;