function event_on_load() {
  sorttable.init();
  start();
}

window.onload=event_on_load;