function start() {
  rotate();
  initAll();
}
window.onload = start;