
		function mailer(text) {			
				var anchortext = text;
				var mailpart1 = 'happyhealthycows';
				var mailpart2 = 'cornishfarmdairy.co.uk';
				document.write("<a href=" + "mail" + "to:" + mailpart1 +
				"@" + mailpart2 + ">" + anchortext + "</a>");
				}