$(document).ready(function(){

	if (document.getElementById('contact-mail-page')) {
	document.getElementById('edit-subject').value='Kontaktformular';
	document.getElementById('edit-subject-wrapper').style.display="none";
	document.getElementById('edit-mail').onclick=function(){if (this.value=="ihre@email.ch") {this.value=""}}
	document.getElementById('edit-mail').onblur=function(){if (this.value=="") {this.value="ihre@email.ch"}}
	}
});

