m.mount(document.getElementById("image-map"), {
view: function(){
return m("div", "I'm sorry, your browser is just too old ;)");
}
});