$(document).ready(function() {
	if ($('#map')) {
		$.fn.maphilight.defaults = {
			fill: true,
			fillColor: 'FFFFFF',
			fillOpacity: 0.2,
			stroke: false,
			strokeColor: '000000',
			strokeOpacity: 1,
			strokeWidth: 2,
			fade: false,
			alwaysOn: false
		}
		$('img[usemap]').maphilight();
	}
});
