//Edit by www.51haoyou.com 1/1/2006
var StranIt_Delay = 0
var StranLink_Obj=document.getElementById("StranLink")
var StranBody_Obj=document.body
if (StranLink_Obj)
{
	var JF_cn="51haoyouft"
	var Change=false
	var BodyIsFt=getCookie(JF_cn)
	var Choice
    if(BodyIsFt!="1" && BodyIsFt!="2")BodyIsFt="3"
    Choice=BodyIsFt
	with(StranLink_Obj)
	{
		if(typeof(document.all)!="object")
		{
			href="javascript:Clicklink()"
		}
		else
		{
			href="#";
			onclick= new Function("Clicklink();return false")
		}
		if(Choice=="1")
		{
			innerHTML="保持原文内容"
			title=StranText("当前状态:简体内容化为繁体,点击将变为:保持原文内容","1")
		}
	    if(Choice=="2")
		{
			innerHTML=StranText("简体内容化为繁体","1")
			title=StranText("当前状态:繁体内容化为简体,点击将变为:简体内容化为繁体","1")
		}
		if(Choice=="3")
		{
			innerHTML=StranText("繁体内容化为简体","2")
			title=StranText("当前状态:保持原文内容,点击将变为:繁体内容化为简体","2")	
		} 
	}
	if(BodyIsFt=="1" || BodyIsFt=="2"){setTimeout("StranBody(StranBody_Obj)",StranIt_Delay)}
}
