  $$('a[title]').each(function(e) {
    e.setAttribute('titlelb', e.title);
    e.setAttribute('title', ''); //e.title.stripTags();
  });       

