window.onload = init();

function init() {
  alert('Dette skriptet ble kalt fra onload hendelsen til window objektet');
}
