function iframeDingTrample(articleId, width, height, cssUrl, digg, trample) {

  cssUrl = encodeURIComponent(cssUrl);

  digg = encodeURIComponent(digg || "¶¥");

  trample = encodeURIComponent(trample || "²È");

  var src = 'http://club.tom.com/testdigg1.html?'+articleId+'&digg='+digg+'&trample='+trample+'&ca='+cssUrl;

  document.write('<iframe frameborder="0" scrolling="no" marginheight="0" width="'+width+'" height="'+height+'" marginwidth="0" src="'+src+'"  allowTransparency="true"><\/iframe>');

}
