/* Copyright (c) 2007 Onlyweb Studio | http://www.onlyweb.ru/ */
/*


From Russia with love!

*/


var newClass = function() {
	return function() {
		return this.init.apply(this, arguments);
	}
}

