<!--//
var count = new Array(100);
function textCounter(id) {
  return count[id];
}
function imageCounter(id) {
  var tmp = '';
  for (i=0; i < count[id].length; i++) {
    tmp += '<img src="' + img[count[id].charAt(i)] + '">';
  }
  return tmp;
}
count['001']='958';
count['002']='1308';
count['003']='3969';
count['004']='304';
count['005']='122';
count['006']='320';
count['007']='12078';
count['008']='28';
count['009']='353';
count['010']='1814';
count['011']='9671';
count['012']='16642';
count['013']='7594';

//-->
