$(function(){
$("#counter").html("
4 kupo / 3357 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/0a9e179d2303c4a9f9c1cab94a7f7414/article/20507?835852962471"
scriptTag.charset = "UTF-8";
document.getElementsByTagName("head")[0].appendChild(scriptTag);
}, 0);
return false;
});
});