// JavaScript Document

function scriptStarter() {
startClock();
startStyleChanger();
}

window.onload = scriptStarter;
