", "");
text = text.replace(/<[^>]*>/g, '');
$(this).html(text)
})
$(".yqljL").each(function(){
var indexL = $(this).attr("href")+$(this).attr('ind');
$(this).attr("href",indexL)
})
$(".imgMore").each(function(){
if ($(this).attr("src")) {
var arr = $(this).attr("src").split(",");
$(this).attr("src",arr[0])
}
})
$(".nlcon").each(function(){
var text = $(this).text();
text = text.replace("", "");
text = text.replace("", "");
text = text.replace("", "");
text = text.replace("", "");
text = text.replace("", "");
text = text.replace("", "");
text = text.replace(/<[^>]*>/g, '');
$(this).html(text);
$(this).attr('title',text);
})