var time = new Date();
var lkm = 2;
arvottuLuku= time.getSeconds() + 1;
while (arvottuLuku > lkm) {
 arvottuLuku= arvottuLuku - lkm;
}
