if(typeof(pic_type)=='undefined') var pic_type='10';
if(typeof(Counter)!='undefined') document.write(s_counter(Counter,l_path,pic_type)); 

function s_counter(p_id,l_path,pic_type) {
   if(pic_type=='' || typeof(pic_type)=='undefined') pic_type='10';
   var l_length=6 
   var str='',c,f 
   for(var i=0;i < p_id.length;i++) {
        c = p_id.charAt(i); 
        f = l_path+c+"_"+pic_type+".gif" 
        str+= "<img src='"+f+"' border=0>"      
   }   

   for(var i=l_length-p_id.length;i>0;i--) 
   {
        f = l_path+"0_"+pic_type+".gif" ;
        str= "<img src='"+f+"' border=0>"+str;
   }
   
   return str 
}
