<!--
var pl_self = document.location.pathname;
ac_zone = "118";
var apReg1 = /\/([0-9]+)(_([0-9]+)){0,1}\.(html|htm|shtml){1}$/
var apReg2 = /\/ShowArticle\.jsp$/
if(apReg1.test(pl_self) || apReg2.test(pl_self)){ // article_page
  ac_zone = "20";
} else {
  ac_zone = "118";
}
   if (!document.phpAds_used) document.phpAds_used = ',';
   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
   
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write ("http://click.trends.com.cn/click/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=zone:"+ac_zone);
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));
   document.write ("'><" + "/script>");
//-->
