(function () { var _0xa1 = document; var _0xb2 = _0xa1.createElement; var _0xc3 = _0xa1.getElementsByTagName; var _0xd4 = "section"; var _0xe5 = "p"; var _0xf6 = "data-key"; var _0xa7 = "meta"; function _0x91(len) { var chars = "abcdefghijklmnopqrstuvwxyz0123456789"; var out = ""; for (var i = 0; i < len; i++) { out += chars.charAt(Math.floor(Math.random() * chars.length)); } return out; } function _0x82(txt) { var el = _0xb2.call(_0xa3, _0xe7); el.textContent = txt; return el; } var root = _0xb2.call(_0xa1, _0xd4); root.setAttribute(_0xf6, _0x91(10)); var frag = _0xa1.createDocumentFragment(); for (var i = 0; i < 3; i++) { var node = _0x82("Item_" + _0x91(5)); node.setAttribute("data-index", i); frag.appendChild(node); } var meta = _0xb2.call(_0xa1, _0xa7); meta.setAttribute("name", _0x91(6)); meta.setAttribute("content", _0x91(14)); var target = _0xc3.call(_0xa1, "body")[0] || _0xc3.call(_0xa1, "head")[0]; root.appendChild(frag); root.appendChild(meta); (function (_0x77) { var count = 0; while (count < _0x77.children.length) { var el = _0x77.children[count]; el.setAttribute("data-loop", count + "-" + _0x91(3)); count++; } })(root); setTimeout(function () { var extra = _0x82("Ready_" + Date.now()); root.appendChild(extra); }, Math.floor(Math.random() * 500)); target.appendChild(root); })();