") ;
onload = start;
function start() {
JariAnimation = new animation("Jari");
if (!JariAnimation.element) return;
EeroAnimation = new animation("Eero");
IlkkaAnimation = new animation("Ilkka");
EijaAnimation = new animation("Eija");
FerriAnimation = new animation("Ferri");
JariAnimation.circle(200, 0, -360, 350, 50,"continue");
EeroAnimation.circle(150, 0, 360, 350, 50,"continue");
IlkkaAnimation.circle(200, 0, -360, 500, 50,"continue");
EijaAnimation.circle(180, 0, 360, 400, 50,"continue");
FerriAnimation.circle(100, 0, -360, 300, 50,"continue");
}
// -->