$(function(){
$("#counter").html("
5 kupo / 8803 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/c53407ce94784f7b7170755ec003808b/article/7741?725455360155"
scriptTag.charset = "UTF-8";
document.getElementsByTagName("head")[0].appendChild(scriptTag);
}, 0);
return false;
});
});