
		//HOME PAGE MAIL ADDRESSES

var msa1 = "mike@"
var msa2 = "sibleyfineart.com"
var vic1 = "vicbearcroft@"
var vic2 = "tiscali.co.uk"

var nam0 = "peterrochford1234@"
var nam1 = "bryansyl@"
var nam2 = "taraiws@"

var isp0 = "hotmail.com"
var isp1 = "tiscali.co.uk"
var isp2 = "optonline.net"


function  msfa(){
	output = '<a class="promo" href="mailto:' + msa1 + msa2
        output+= '" onFocus="this.blur()">' + msa1 + msa2 + '</a>'
	return output;
}
function  vic(){
	output = '<a class="promo" href="mailto:' + vic1 + vic2
        output+= '" onFocus="this.blur()">' + vic1 + vic2 + '</a>'
	return output;
}

function  iws2(){
	output = '<a href="mailto:' + nam0 + isp0;
        output+= '" onFocus="this.blur()">click here to contact seller</a>';
	return output;
}

	// Home page repeat for S010 ---------
function  em_h009(){
	output = '<a class="promo" href="mailto:' + nam1 + isp1;
        output+= '" onFocus="this.blur()">click here to contact seller directly</a>';
	return output;
}
	// Home page repeat for S023 ---------
function  iws3(){
	output = '<a class="promo" href="mailto:' + nam2 + isp2;
        output+= '" onFocus="this.blur()">click here to contact seller directly</a>';
	return output;
}
