'; windowContent += '' windowContent += ''; windowContent += ''; windowContent += ''; var printWin = window.open('',''); if (printWin == null || typeof(printWin)=='undefined') { alert('Please disable your pop-up blocker and click the "Print" link again.'); //printWin.close(); } else { printWin.document.open(); printWin.document.write(windowContent); printWin.document.close(); printWin.focus(); printWin.print(); printWin.close(); } } window["GD_OPTIONS"] = { "gameId": "80b72554891941fbbeab7480116e86b9", "prefix": "DUGS", // Set your own prefix in case you get id conflicts. "advertisementSettings": { "debug": false, // Enable IMA SDK debugging. "autoplay": false, // Don't use this because of browser video autoplay restrictions. "locale": "en", // Locale used in IMA SDK, this will localise the "Skip ad after x seconds" phrases. }, "onEvent": function(event) { switch (event.name) { case "SDK_GAME_START": if (game && game.sound.mute) { game.sound.mute=false; return true; } return false; break; case "SDK_GAME_PAUSE": if (game && !game.sound.mute) { game.sound.mute=true; return true; } return false; break; } }, }; (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'modernizer.js'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'gamedistribution-jssdk'));