function comms(subject,text) {	
	var beforeAt = "hari";
	var afterAt = "harisewel" + "l.c" + "om";
	var contact = beforeAt + "&#64;" + afterAt; 
	contact = contact + "?su" + "bject=" + subject;
	document.write("<a href=" + "mai" + "lto:" + contact + ">" + text + "<\/a>" + "")
}