window.onload=function()
{
	window.setTimeout(__fix,1000);
}

function __fix()
{
	
	var elems=document.getElementsByTagName("img");
	var i,a=false,b=false,c=false;
	for (i=0; i<elems.length ; i++)
	{
		if (elems[i].src.toString().indexOf("call_c1.png")>0 )	
		{
			elems[i].style.display="none";
			a=true;
		}
		if (elems[i].src.toString().indexOf("down.gif")>0 )	
		{
			elems[i].style.display="none";
			b=true;
		}

	}
	elems=null;
	elems=document.getElementsByTagName("div");
	for (i=0; i<elems.length ; i++)
	{
		if (elems[i].innerHTML.indexOf("Ǣ̸ͨ")>=0)
		{
			alert("ddd");
			break;
		}
	}
	
	elems=null;
	if (document.getElementById("TQMiniMessCall"))
	{
		document.getElementById("TQMiniMessCall").style.display="none";
	}
	if (!a || !b)
	{
		window.setTimeout(__fix,1000);
	}
	return;


	if (document.getElementById("TQMiniMessHead"))
	{
		elems=document.getElementsByTagName("img");
		for (i=0; i<elems.length ; i++)
		{
			if (elems[i].src.toString().indexOf("message_c1.png")>0 )	
			{
				elems[i].onclick=function()
				{
					__openchat();
				}
				d=true;
				break;
			}
		}


		elems=document.getElementsByTagName("div");

		for (i=0; i<elems.length ; i++)
		{
			if (elems[i].style.cursor=="pointer")
			{
				if (elems[i].onclick.toString().indexOf("OpenChatWin")>0)
				{
					elems[i].onclick=function()
					{
						__openchat();
					}
					c=true;
				}
			}
		}
		elems=null;
	}
	else
	{
		c=true;
	}

	

	
}

function __openchat()
{
	window.open("http://webchat.tq.cn/sendmain.jsp?action=chat&admiuin=9248228&uin=9248228&ltype=1&sort=0&lasttalkuin=9248228&rand=66608693111972232&comtimes=146&iscallback=1&agentid=0&isAgent=0&page=http://www.webnoteeditor.com/changelog.html&localurl="+location.toString()+"&spage=http://www.webnoteeditor.com/");
}
