'; 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.SDK_OPTIONS = { gameId: "6opiqsuuhcimgg802xw0fynkg9x1qcsx", onEvent: function (a) { switch (a.name) { case "SDK_GAME_PAUSE": if (game && !game.sound.mute) { game.sound.mute=true; return true; } return false; break; case "SDK_GAME_START": if (game && game.sound.mute) { game.sound.mute=false; return true; } return false; break; case "SDK_READY": // when sdk is ready break; } } }; (function (a, b, c) { var d = a.getElementsByTagName(b)[0]; a.getElementById(c) || (a = a.createElement(b), a.id = c, a.src = "https://api.gamemonetize.com/sdk.js", d.parentNode.insertBefore(a, d)) })(document, "script", "gamemonetize-sdk");