document.write("<script src='/js/map.js' type='text/javascript'></script>");

$(function() {

$.fn.maphilight.defaults = {
	fill: true,
	fillColor: '000000',
	fillOpacity: 0.2,
	stroke: false,
	strokeColor: '000000',
	strokeOpacity: 1,
	strokeWidth: 1,
	fade: true,
	alwaysOn: false
}

	$('.base').maphilight({fade: false});
});