function choosePL(apps,place,fid,rjsp,rpage,rlayout,news_cat_id,news_id){
document.write('<script type="text/javascript" src="'+apps+'/forum'+ place + '.jsp?place=publicComment'+ place +'&rjsp='+ rjsp +'&rpage='+ rpage +'&rlayout='+ rlayout +'&rnews_cat_id='+ news_cat_id +'&rnews_id='+ news_id+'&forum_id='+ fid +'"></script>');
}
function changeBR(stin) {
	while (stin.indexOf("&lt;")>-1){
		stin = stin.replace("&lt;","<");
	}
	while (stin.indexOf("&gt;")>-1){
		stin = stin.replace("&gt;",">");
	}
	return stin;
}
