$(document).ready(
  function() {
   initialize();
});

$(document).unload(
  function() {
    GUnload();
  }
);


