function sumtitle(m,img) {
  $("span.insertlogo:contains('" + m + "')").html(img);
}
