<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>Single Callback for Multiple Asynchronous XMLHttpRequest Requests</title>
</head>
<body>

<button id="bt" type="button">Click Me to Issue Cross-Domain XHR!</button>

<script src="xhr.js"></script>
<script src="usage.js"></script>
</body>
</html>