<!-- Include the CryptoJS library for hashing the user id before sending it to the PuzzleMe server. --> <script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script> <!-- Include the javascript library for embedding this puzzle. --> <script id="pm-script" src="https://amuselabs.com/pmm/js/puzzleme-embed.js"></script> <!-- Specify the Amuse Labs server name from where the puzzles will be served --> <script> PM_Config.PM_...