
// Flag that the page still didn't loaded.
var app_loaded = false;

// Things to do on the body onload method.
function global_onload() {
  app_loaded = true;
}
