$(function(){
$("#counter").html("
4 kupo / 5678 view");
$("#star").click(function(){
setTimeout(function(){
var scriptTag = document.createElement("script");
scriptTag.type = "text/javascript";
scriptTag.src = "https://wiki.ffo.jp:8017/counter.yaws/s/229fac8c8fafbc779bd02c4080016b78/article/34317?632211428328"
scriptTag.charset = "UTF-8";
document.getElementsByTagName("head")[0].appendChild(scriptTag);
}, 0);
return false;
});
});