OOP in Javascript: Class function to define "classes"

OOP in Javascript: Class function to define "classes"

Hi all,
i' ve written a tool that provides a “Class” function in Javascript: it is intended to be a really light copy of the MooTools’s Class function with basic features, to encourage OOP in Javascript and make the inheritance easier.

It is not really a jQuery plugin but a tool i am using with jQuery and i' ll be happy if someone will make a jQuery plugin of it.

Here you can find more about it, examples and sources (it is a post on my blog):
http://nerdstuckathome.wordpress.com/2012/11/14/a-class-function-to-define-classes-in-javascript-with-mootools-like-syntax/

Thank to read and every feedback will be really appreciated!
Luca