

 ///// EDITH HARRIS

var url1 = "eysha@eyshasfineart.co.uk";
var txt1 = "Eysha@EyshasFineArt.co.uk";
var url2 = "webmaster@eyshasfineart.co.uk";
var txt2 = "webmaster@EyshasFineArt.co.uk";

function  send_to(){
	output = '<a href="mailto:' + url1 + '?subject=From EYSHA FINE ART website' + '" onFocus="this.blur()"><font size=2>' +txt1 + '</font></a>';
	return output;
}

function  webmaster(){
	output = '<a href="mailto:' + url2 + '?subject=From EYSHA FINE ART website' + '" onFocus="this.blur()" class="web">' + txt2 + '</a>';
	return output;
}

function  link_to(){
	output = '<a href="mailto:' + url1 + '?subject=From EYSHA FINE ART website' + '" onFocus="this.blur()" class="txt9"><font size=2>' +txt1 + '</font></a>';
	return output;
}
function  email_me(){
	output = '<a href="mailto:' + url1 + '" onFocus="this.blur()">email me</a>'
	return output;
}
