﻿var mashup = new Mashup();

$(document).ready(function() {
    mashup.initialize();

    document.getElementById('btnSubmit').onclick = function() { mashup.getMarkers(this, 'abc'); return false; }
});

window.unload = function(evt) {
    GUnload();
}