function writeEmail()
    {
      document.getElementById("mail").innerHTML = "feedback" + "@" + "StoneTabletGames" + "." + "com";
      document.getElementById("mail").href = "mailto:" + "feedback" + "@" + "StoneTabletGames" + "." + "com";
    }

function writeEmail2()
    {
      document.getElementById("mail2").innerHTML = "orders" + "@" + "StoneTabletGames" + "." + "com";
      document.getElementById("mail2").href = "mailto:" + "orders" + "@" + "StoneTabletGames" + "." + "com";
    }

