<HTML> <script>
var r = confirm(“The monsters section is for GAME MASTERS ONLY. Are you a game master? Click OK to continue if you are. Otherwise, please CANCEL to return to the home page.”); if (r != true) {
window.location = "http://lordsofhack.com/fivedeep";
}
</script> </HTML>