// JavaScript Document

function commentsMod()
{
  var preDocId=window.location.href;
  var icon=/_\d+\.htm|_\d+_\d+\.htm/g;
  var result=preDocId.match(icon);
  var temp=result[0].match(/_\d+/g);
  var docId=temp[0].replace(/\D/g,"");
  var targetDiv=document.getElementById("commentsMod");
  var newDiv=document.createElement("div");
  var newScript=document.createElement("script");
  newDiv.id="SOHUCS";
  newDiv.setAttribute("sid",docId);
  newScript.type="text/javascript"
  newScript.charset="utf-8"
  newScript.src="http://103.249.53.35/gate/big5/changyan.itc.cn/js/??lib/jquery.js,changyan.labs.js?appid=cyrqhDLUh"
  targetDiv.appendChild(newDiv);
  (function(){
    var appid = 'cyrqhDLUh',
    conf = 'prod_bb2dbd906b21cdc3809703e4f3229698';
    var doc = document,
    s = doc.createElement('script'),
    h = doc.getElementsByTagName('head')[0] || doc.head || doc.documentElement;
    s.type = 'text/javascript';
    s.charset = 'utf-8';
    s.src =  'http://103.249.53.35/gate/big5/assets.changyan.sohu.com/upload/changyan.js?conf='+ conf +'&appid=' + appid;
    h.insertBefore(s,h.firstChild);
    window.SCS_NO_IFRAME = true;
  })();
  targetDiv.appendChild(newScript);
}

