function newwin(e) { var w; url='http://blog.clarence.com/commentit.php?idblog=1514&idpost='+e; w=window.open(url,'KOMM','width=350,height=400,scrollbars=yes,resizable'); } function commenti(c) { karr=[ '3271','1', '4142','1', '4347','1', '4625','1', '4806','1', '5232','10', '5741','1', '5990','2', '7313','1', '7392','1', '7394','2', '8482','2', '8825','1', '10061','1', '11171','1', '11286','1', '11860','1', '12146','1', '12647','1', '13111','1', '13313','2', '13782','1', '21199','2', '21753','3', '21889','1', '22435','1', '22857','1', '25856','1', '26296','1', '26365','1', '26832','1', '27626','1', '28008','1', '28338','1', '29474','1', '29868','1', '30044','1', '30378','1', '32971','1', '33254','1', '33385','1', '35371','1', '36238','4', '38009','1', '38049','2', '40472','1', '42966','1', '44114','1', '45551','1', '46513','1', '46850','1', '50889','1', '54315','1', '54742','1', '56169','1', '57171','1', '58640','1', '59826','1', '60186','1', '62922','1', '131399','2', '131434','2', '131440','1', '132670','1', '133404','1', '134205','1', '135076','1', '135088','1', '138752','1', '139956','3', '140824','2', '142156','1', '143256','1', '144085','2', '144866','5', '145252','2', '146325','1', '148127','1', '148435','1', '148507','1', '150914','1', '151007','1', '151069','1', '151553','2', '151848','1', '153449','1', '153768','1', '156090','6', '157534','1', '157778','1', '158761','3', '163785','4', '166119','1', '168692','1', '169629','2', '169734','15', '178881','1', '181608','1', '183862','21', '184290','1', '186999','7', '187689','1', '189621','3', '193281','1', '194083','2', '196200','2', '197168','3', '198895','2', '200041','2', '202016','1', '202138','3', '202139','6', '202243','2', '202248','1', '202532','4', '205919','1', '207346','1', '207952','1', '208179','2', '208646','1', '209542','3', '209763','1', '210718','3', '212650','4', '212671','1', '213109','1', '213118','2', '213135','11', '213187','1', '214194','1', '214316','4', '214810','1', '215107','1', '215275','10', '215372','1', '215668','1', '215703','2', '215764','4', '215924','1', '216059','2', '216362','3', '217318','1', '217462','2', '217777','1', '218783','4', '218873','4', '219094','1', '219095','1', '219665','2', '219675','1', '219867','2', '219869','94', '220157','3', '221020','2', '221387','2', '226403','6', '227323','1', '0']; for(i=0;i<157;i++) { if(karr[i*2]==c) { return(karr[(i*2)+1]); } } return(0); } function firma(e) { qt=commenti(e); if (qt==0) { qtm='Nessun commento'; } if (qt==1) { qtm='Un commento'; } if (qt>1) { qtm=qt + ' commenti'; } document.write(""); document.write(qtm); document.write(""); }var commentsystempresent=true;