var SUMMARY_LABEL = "Distance:";


var MAP_TECHNICAL_ERROR = "There was a technical problem, try again later.";
var MAP_UNKNOWN_ADDRESS = "The entered address cannot be found. It may have been entered incorrectly, or the address might not be in the database yet.";
var MAP_UNAVAILABLE_ADDRESS = "The entered address may not be used for contractual or legal reasons.";
var MAP_UNKNOWN_DIRECTIONS = "No route can be worked out from the address you entered. This is probably due to the absence of route information.";

var MAP_NEAR_SELECT_TYPE = "Select a type";

var SEARCH_BOX_CHAIN_SELECT = "First choose a type";
var SEARCH_BOX_CHAIN_NOTAVAILABLE = "There are no chains";
/* English (UTF-8) initialisation for the jQuery UI date picker plugin. */
jQuery(function($){
	$.datepicker.regional['en'] = {firstDay: 1};
	$.datepicker.setDefaults($.datepicker.regional['en']);
});$(function() {
if ($("#segment_nav a.active").length > 1){
	$("#segment_nav a.active:first").removeClass("active");
}
});