// JavaScript Document

<!--
var contact = "enquiries@theartroom.org.uk"
var email = "enquiries"
var emailHost = "theartroom.org.uk"

document.write("<a href='" + "mail" + "to:" + email + "@" + emailHost+ "?subject=Message from The Alexandra Reinhardt Memorial Award website' title='Click here to send an e-mail to " + contact + "'>Click here to send an e-mail to " + contact + "</a>")
//-->
