$(document).ready(function(){

$(".other a").each(function aa()
{
    $(this).html('<span>' + $(this).text() + '</span>');
    
});
});
