$("a.blip").on("mouseover", function(e) {
    return $("circle#" + e.target.id).attr("style", "fill:yellow;");
  });