﻿function JanHarvey() {
	var url = 'mailto:' + 'janharvey' + /* no bots here */'@' + /* or here */'s-d-s.co.uk?subject=Attending a user group meeting';
//	alert(url);
	window.open(url, '_self');
}
