$(function() {
$('.map').maphilight();
$('#ISRAELlink').mouseover(function(e) {
$('#ISRAEL').mouseover();
}).mouseout(function(e) {
$('#ISRAEL').mouseout();
}).click(function(e) { e.preventDefault(); });
});
