<!-- 统计链接的点击次数 -->

<script type="text/javascript">
    function clksts(group, row) {
        var dynamicScript = document.createElement("script");
        dynamicScript.onload = function() { this.parentNode.removeChild(this); }
        dynamicScript.src = "http://statis.131.com/home/record.ashx?group=" + group + "&row=" + row;
        document.getElementsByTagName("head")[0].appendChild(dynamicScript);
        return false;
    }
</script>

<a onclick="clksts(125,1);" href="http://newgame.131.com/" title="新游戏" target="_blank">新游戏</a>