function(){

return arguments[0].map(function(e) {return e.localName});

}