//<![CDATA[
function dilDegis(anc)
{
	if(anc == "en")
	{
		top.document.location = self.location.href.replace("/tr/","/en/");
	}
	else
	{
		top.document.location = self.location.href.replace("/en/","/tr/");
	}
}
//]]>