function email () {
	var first = 'ma';
	var second = 'il';
	var third = 'to:';
	var address = 'info';
	var domain = 'daveduddhypnotherapy';
	var ext = 'co.uk';
	emailWindow =document.location = first+second+third+address+'@'+domain+'.'+ext;
	}
