  var displaytext = "To contact the Australasian Gaming Expo please click here to email us"; // Enter text to display on page
  var mail1 = "info"; // Enter first part of e-mail address
  var mail2 = "gamingta.com"; // Enter second part of e-mail address
  var subject = "?subject=WebsiteEnquiry"; // enter subject for e-mail
  document.write("<a href=" + "mail" + "to:" + mail1 + "@" + mail2 + subject + ">" + displaytext + "<" + "/a" + ">")

