Originally posted by phreakdevil
Nice site the arteye.
Hows the baby doing cosmic?
code:

function grow(){
this._xscale+=10;
this._yscale+=10;

this._beuty+=10;

this.setVolume(this._xscale*10);

this._parent.sleep-=10;

}

babyGrowing=setInterval(grow,10000);