// specific function per language
// set mapsearch true
$(function() {
	if ( $("#searchform").length && $.cookie("mapSearch")==null) {
		$.cookie("mapSearch", "true", { expires: 365, path: '/'});
	}
});

var email_incorrect="the e-mail address is not valid";
var verify_incorrect="your password is not confirmed correctly";
var required_field="this field is required";
var select_city="select a city from the list";
var change_fields="change the fields coloured red";
var search_with_map="search by map";
var detailed_search="advanced search";
var not_number="type a number (no letters and other characters)";