xxxxxxxxxx
<html>
<head>
<script async src="/examples/async.js"></script>
</head>
<body>
<h1>async Attribute Example for the script Element</h1>
<p>
The code on this page loads a JavaScript file asyncronously. The file
creates a simple alert.
</p>
</body>
</html>