// JavaScript Document


function start() {
  loadImages();
  fillup();
}
window.onload = start;

