
var pinglunSrc = "http://178.9.100.238:8083/WebApplication1/WebForm1.aspx"; //要调用的评论的地址
 
 function pinglun( newsTitle)
 { 
    var	address;
    var newsTitle;
    newsTitle = document.all("contenttitle").innerText;
    address = pinglunSrc+"?newsTitle="+newsTitle+"&pageAddress="+window.location.href;
    window.open(address,"","scrollbars=yes,resizable=yes,left=170,top=70,width=540,height=540");		
 }
 