<area>のonclickに修正が入ってる
mixiでの例
onclick="block(this,'mapAll01', 300, 0, '/facility/send_troop.php?x=42&y=-27&c=10', '/map.php?x=42&y=-27&c=10', '', '', '', '', '', '', '', '/land.php?x=42&y=-27&c=10' ); return false ;"
Yahooでの例
onclick="displayMenu(this, 'mapAll02', 270, 10, 'vacant', -28, 0, 5, false); return false ;"
対するmokoのルーチンは
>>471
url = $(this).attr('onClick').match(/land\.php\?x=(-?\d+)&y=(-?\d+)&c=(\d+)/)[0],
country = url.split('=')[3],