<!--

function emailLink() {

	// modified (www.joemaller.com) protected email script
	emailAddr='kerrystratton.com?Subject=www.kerrystratton.com';
	emailAddr=('maestro' + '@' + emailAddr);
	document.write('<p><a title="contact Kerry" href="mailto:' + emailAddr + '">' +
	'Contact Kerry</a></p>');
	}
	
function bannerLink () {
	// modified (www.joemaller.com) protected email script
	emailAddr='kerrystratton.com?Subject=www.kerrystratton.com';
	emailAddr=('maestro' + '@' + emailAddr);
	document.write('<area shape="rect" coords="377,3,728,86" title="contact Kerry" href="mailto:' + emailAddr + '" />');
	}
	
//-->