extend: function(src){ for(var i in src){ if(!src.hasOwnProperty(i)) break; this[i]=src[i] } return this },