Events
(function() {
var script = document.createElement("script");
script.setAttribute("type", "text/javascript");
script.async = true;
var link = document.createElement("link");
link.setAttribute("rel", "stylesheet");
link.setAttribute("type", "text/css");
link.setAttribute("data-componentizedpage", "1");
function loadSM() {
document.body.appendChild(script);
document.body.appendChild(link);
};
if (window.addEventListener) window.addEventListener("load", loadSM, false);
else if (window.attachEvent) window.attachEvent("onload", loadSM);
})();