function mail(source) {
	if (source == 'contact') {
		document.write('<a href="mailto:contact@lyricnavigator.com">contact</a>');
	}
}