function navigatetowelsh() {
if (document.location.href.indexOf("english/") > 0)
	document.location.href=document.location.href.replace('english/','cymraeg/')
else
	document.location.href=document.location.href.replace('cymraeg/','english/');
}
