#KlassyJS
KlassyJS is a super simple library that implements "classical inheritance" for JS.
I've lifted the approach here directly (with a few tiny modifications) from Alex MacCaw's JavaScript Web Applications. You may also want to look at John Resig's Simple JavaScript Inheritance for a few more ideas.
##Sample Usage