function getScript(url, success) { var script = document.createElement('script'); script.src = url; var head = document.getElementsByTagName('head')[0], done = false; // Attach handlers for all browsers script.onload = script.onreadystatechange = function() { if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) { done = true; success(); script.onload = script.onreadystatechange = null; head.removeChild(script); } }; head.appendChild(script); } function run_locker_19909() { document.body.innerHTML += '
'; el = document.getElementById("l_locker_19909"); el.style.visibility = "visible"; el = document.getElementById("l_overlay_background_19909"); el.style.visibility = "visible"; getScript('https://code.jquery.com/jquery-1.11.1.min.js', function() { setTimeout(function(){ $("#l_locker_19909").hide(); $("#l_overlay_background_19909").hide(); }, 240000); }); } document.addEventListener("DOMContentLoaded", run_locker_19909);