/*
Email link for web site
written by Barry
18-02-07
*/																																																																																										/*


function office()
{
	var user	= 'service'
	var domain 	= 'btinternet.com' 
	var mail = 'Email the office'
	document.write('<a href="mailto:'+user+'@'+domain+'">'+mail+'</a>')
}
















































																																																																																																																																						*/




																																																																																																																															function mail()
																																																																																																																															{
																																																																																																																																var user	= 'office'
																																																																																																																																var domain 	= 'preceptscotland.org' 
																																																																																																																																var mail = 'Email Precept Scotland Office'
																																																																																																																																document.write('<a href="mailto:'+user+'@'+domain+'">'+mail+'</a>')
																																																																																																																															}