	email=('we' + 'bmaster@cc' + 'a.com')
	msg=('Contact CCA Webmaster')
	document.write('<a href="mailto:' + email + '">' + msg + '</a>')

