It's just a SELECT CASE where you are doing pmcount. I'll get back to you soon .....
edit:
ok, try this :
replace this part :
<%=pmcount%>
with ...
<% Select Case pmcount Case 0 Case 1 Response.Write "<img tag for pm_1>" Case 2 Response.Write "<img tag for pm_2>" . . . Case 9 Response.Write "<img tag for pm_9>" Case Else Response.Write "<img tag for pm_10+>" . . . Case else End Select %>
I'll give it a go sometime...still got to make the images.
I'm thinking of something along the lines of bars (like a volume control type thing), the next one bigger than the last, with the first one lit in red when one PM, second for two PMs etc, and a plus at the end which would be lit when they have 10 or more...so if anyone's seen anything like this around