function checkKeyword(){
	if (document.getElementById('q').value == 'Keyword / Name'){
		document.getElementById('q').value = '';
}

        if (document.getElementById('q').value == 'Suchbegriff / Name'){
                document.getElementById('q').value = '';
}



	if (document.getElementById('location').value == 'City or ZIP'){
		document.getElementById('location').value = '';
	}

        if (document.getElementById('location').value == 'Stadt oder PLZ'){
                document.getElementById('location').value = '';
        }



	return;
}
