function extend(d,a){var b=function(){};b.prototype=a.prototype;b.prototype.constructor=a;return d.prototype=new b};
