$.each(data.items, function(i,obj) { var html = '
'; html += '
'; html += '
' + obj.title + '
'; html += truncate(obj.brief,120) + '
'; }