I am making a small web app for my doctor and would like to make this image’s circles clickable. When they user clicks on one it should change color. I thought I would do this with Jquery and an HTML image map but I wanted to know if anyone else had some sort of idea on how to make this happen?
Thank you!

See my implementation: http://jsfiddle.net/riateche/NTkmV/
You should replace background image to the same without circles. You should fill
circlesarray with coordinates (and optional radiuses) of circles. I’ve added only 4 circles.HTML:
CSS:
JavaScript: