// JavaScript Document
//Hides email address

  var contact = "the webmaster"
  var email = "webmaster"
  var emailHost = "rebtnetwork.org"
  document.write("<a STYLE='text-decoration: none; title='Contact the webmaster' href=" + "mail" + "to:" + email + "@" + emailHost+ ">" + contact + "</a>")