	function hysmail(who, txt) {
		who = who + '&#64;hellieryachts.com';
		txt = txt || who;
		document.write('<a href="mailto:' + who + '">' + txt + '</a>');
	}

	function imagemail(who, where){
		where = where || 'hellieryachts.com';
		parent.location='mailto:' + who + '@' + where; 
	}
