function newsxqvote(theform,item){
var formaction = "http://survey.news.china.com/module/newsxq/poll.php";
var targeturl = formaction;
targeturl +="?s="+theform.s.value+"&";
targeturl +="newsxqradio="+item+"&";;
targeturl +="channelname="+theform.channelname.value+"&";
targeturl +="subjectname="+theform.subjectname.value+"&";
targeturl +="newsid="+theform.newsid.value+"&";
targeturl +="newscontent="+theform.newscontent.value+"&";
targeturl +="links="+theform.links.value+"&";
targeturl +="m="+theform.m.value+"&";
targeturl +="r="+((theform.r.value!="")?escape(theform.r.value):"");
targetname ="viewnewsxqdetail",
targetparam = "height=265,width=500,location=no,menubar=no,resizable=no,scrollbars=no,titlebar=no,toolbar=no";
window.open(targeturl,targetname,targetparam);
}
