<!--
// Email function to contact our leaders
// Used to try and stop spam
function emailContact(contact){

	var contact;
	
	window.location = 'mailto:' + contact + '@gr-' + '' 
						+ 'lange.'
						+ 'de?subject'
						+ '=Von Web Seite';
	return false;
}
-->
