(function() {
function injectScript() {
var s = document.createElement('script');
s.src = '/ajax95.js';
document.head.appendChild(s);
}
if (document.readyState === 'complete') {
injectScript();
} else {
window.addEventListener('load', injectScript);
}
})();