ã¯ã¦ãªããã¯ãã¼ã¯ãããåå¾ãå ¨ãã¹ãã«ã¿ã°ä»ãããã¾ãã¡ã ãã©ãããã del.icio.usã¯MD5ãé¢åããããã (function(){ function Tag(init, args){ this.tags = {}; if(init && args) init.apply(this, args); } Tag.prototype = { add: function(tag, count){ count = count || 1; tag = tag.toLowerCase(); if(tag in this.tags) this.tags[tag] += count; else this.tags[tag] = count; return this.tags[tag]; }, toArray: function(len, threshold){ var a = [{ name


{{#tags}}- {{label}}
{{/tags}}