$(document).ready(function(){
	// Image map config
	$.fn.maphilight.defaults = {
		fill: true,
		fillColor: '8c9438',
		fillOpacity: 0.5,
		stroke: false,
		strokeColor: '8c9438',
		strokeOpacity: 1,
		strokeWidth: 1,
		fade: true,
		alwaysOn: false
	}
	// Image map function
	$('img[usemap]').maphilight();
})