

 ///// EDITH HARRIS

var url1 = "enquiries@girlguiding-caernarfonshire.org"
var txt1 = "enquiries@Girlguiding-Caernarfonshire.org"
var url2 = "webmaster@girlguiding-caernarfonshire.org"
var txt2 = "webmaster@Girlguiding-Caernarfonshire.org"
var url3 = "joinus@girlguiding.org.uk"
var txt3 = "JoinUs@Girlguiding.org.uk"
var url4 = "trefoilwalescymru@yahoo.co.uk"
var txt4 = "TrefoilWalesCymru@yahoo.co.uk"

var url51= "jean.davidroberts"
var url52= "btinternet.com"
var txt5 = "Jean.DavidRoberts" 
var url61= "garthmaelog"
var url62= "care4free.net"
var txt6 = "Garthmaelog" 

function  send_to(){
	output = '<a href="mailto:' + url1 + '" onFocus="this.blur()" class="mail">' +txt1 + '</a>'
	return output;
}

function  webmaster(){
	output = '<a href="mailto:' + url2 + '?subject=From GUILGUIDING CAERNARFONSHIRE website' + '" onFocus="this.blur()" class="web">' + txt2 + '</a>';
	return output;
}

function  link_to(){
	output = '<a href="mailto:' + url1 + '" onFocus="this.blur()" class="txt9"><font size=2>' +txt1 + '</font></a>';
	return output;
}

function  joinus(){
	output = '<a href="mailto:' + url3 + '" onFocus="this.blur()" class="mail">' +txt3 + '</a>'
	return output;
}
function  emailus(){
	output = '<a href="mailto:' + url1 + '" onFocus="this.blur()" class="mail">Email us</a>'
	return output;
}
function  email_us(){
	output = '<a href="mailto:' + url1 + '" onFocus="this.blur()" class="mail">email us</a>'
	return output;
}
function  email_jill(){
	output = '<a href="mailto:' + url1 + '" onFocus="this.blur()" class="mail">email us</a>'
	return output;
}
function  trefoil(){
	output = '<a href="mailto:' + url4 + '" onFocus="this.blur()" class="mail">' +txt4 + '</a>'
	return output;
}
function  hostels(){
	output = '<a href="mailto:' + url51 + '@' + url52 + '" onFocus="this.blur()" class="mail">' +txt5 + '@' + url52 + '</a>'
	return output;
}
function  email_jill(){
	output = '<a href="mailto:' + url61 + '@' + url62 + '" onFocus="this.blur()" class="mail">' +txt6 + '@' + url62 + '</a>'
	return output;
}

