blob: 1794d4992b7d91f27770a664e5237b9cbc8b2999 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function scheduleScriptLoad() {
window.setTimeout(loadScript, 0);
}
function loadScript() {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "random-script.php";
document.head.appendChild(script);
}
</script>
</head>
<body>
</body>
</html>