var url = proHref();
if (url.indexOf("longxun2") == -1)
{
	var host=url.substr(7,url.length);
	host=host.substr(0,host.indexOf("."));
	var guestboardid=-1;
	switch(host) {
		case "english": guestboardid=64;break;
	}
	if (guestboardid==-1) {
		document.write("<iframe border=0 name='framecri_lang' marginwidth=0 marginheight=0  frameborder=No width=100% scrolling=No height=500></iframe>");
		var comment_url="http://app4.cri.cn/cri_lang/comment/content.php?article_url="+url+"&article_title="+escape(window.document.title);
		framecri_lang.location.href=comment_url;
	}
	else {
		var unite = "";try{if(unkey!=""){unite = unkey;}}catch(err){}
		url = proHref();
		if(url.indexOf("cri.cn")>0){document.domain="cri.cn";}
		var domainname = "http://comment.cri.cn";
		var xtitle = window.document.title.toString().replace("'","กฏ");
		document.write("<a name=\"sendmessage\"></a>")
		document.write("<iframe frameborder=\"0\" scrolling=\"no\" name=\"pindex\" style=\"width: 100%; height: 100%\" id=\"pindex\" marginwidth=\"0\" marginheight=\"0\" src=\""+domainname+"/Default.aspx?url="+encodeURI(url)+"&page=1&unite="+encodeURI(unite)+"&xtitle="+encodeURI(xtitle)+"&guestboardid="+guestboardid+"\"></iframe>");
	}
}
function view_comment(){window.location.href="#sendmessage";}
function proHref()
{
	var oh = window.location.href;
	oh = (oh.lastIndexOf("#") < 0)?oh : oh.substring(0, oh.lastIndexOf("#"));
	oh = (oh.lastIndexOf("_") < 0)?oh : oh.substring(0, oh.lastIndexOf("_")) +".htm";
	return oh;
}
