var url = window.location.href;
if (url.indexOf("longxun2") == -1)
{
	var temp = url.split(".htm");
	article_url = "";
	
	if (temp[0].indexOf("_") != "-1")
	{
		var temp2 = url.split("_");    
		
		for (var i=0; i< temp2.length-1; i++)
		{
			article_url = article_url + temp2[i];
		}
	} else {
		article_url = temp[0];
	}
	
	article_url = article_url+".htm";

	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_thin.php?article_url="+article_url+"&article_title="+escape(window.document.title);
	framecri_lang.location.href=comment_url;
}