function fixhome() {
	var place=document.getElementById("home");
	var hmlink="Home";
	place.innerHTML=hmlink;
}