prototypeGrowl 0.8


    var growl = new Growl.Smoke;
    growl.show({
      title:    'prototypeGrowl',
      text:     'http://github.com/tdreyno/prototypegrowl',  
      image:    'growl.jpg',
      autohide: 2,
      animated: 0.75,
      opacity: 0.8
    });
	

By Thomas Reynolds and Craig P Jolicoeur.