jQuery(document).ready( function () {
 jQuery('mark').each(function() {
    var texto = jQuery(this).text();
    jQuery(this).wrapInner('<a href="http://twitter.com/share?text=' + texto + '&amp;url=' + location.href + '" class="tuitea" target="_blank" />');
 })
})
