how to add an average rating of topic as picture star ?
Well, I have no idea what your code does - but you could do something like
<img id="image" src="#">
and then in a java script file put
var x = value;
document.getElementById("image").src = 'url/default/starts-'x'.gif";