var MGHJQ={}; (function() { var state = document.readyState; if(state === 'interactive' || state === 'complete') { var xhr=new XMLHttpRequest(); xhr.open("GET","/connected/static/connected/integration/jquery-mgh-integration.js",false); xhr.send(); eval(xhr.responseText); MGHJQ = jQuery.noConflict(true); MGHJQ.ajax({ async:true, cache:false, url: 'https://connected.mcgraw-hill.com/rd14s/dynamic/1727275438/MGH_EBOOK_API_IMPL.js', success:function(result){ try{ MGHJQ.globalEval(result); }catch(e){ alert("Unable to initialize completely. Please verify that you are logged in."); } }, xhrFields: {withCredentials: true} }); } else setTimeout(arguments.callee, 100); })();