He doesn't know that one Day he will be fluttering from
flower to flower, drinking the nectar of buttercup and daisy, freed from his earthly
body, gloriously adorned with the colours of the rainbow, as light as the air on which he floats.
");
onload=start;
function start() {
anim1 = new animation("butterfly");
if (!anim1.element) return;
myArray = new Array();
myArray[0] = "anim1.slideBy(-80,-86,10,100,'myArray')";
myArray[1] = "anim1.slideBy(-2,-2,1,2000,'myArray')";
myArray[2] = "anim1.slideBy(-262,-50,10,100,'myArray')";
anim1.slideBy(-300,210,10,100,"myArray");
}
// -->