	jQuery(function() {
		jQuery('.map').maphilight({fade: false}); /*set true for fading hover effect*/
	});
	
	
	function A(URL,COORDS,ALT,LINK) {
	document.write('<AREA SHAPE="poly" ');
	if(URL != "")
	document.write('HREF="http://www.haassohn.com/index.php?id=83&L=0/#' + URL + '"'); /*This line where you configure the output URL, put your domain name address here */
	document.writeln('COORDS="' + COORDS + '" onMouseOver="Tip(\'' + ALT + '\')" onMouseOut="UnTip()" class="' + LINK + '">')
}