function EspFriendly(){
	docurl=document.URL;
	lastslash=docurl.lastIndexOf("/");
	doctitle=docurl.slice(lastslash+1);
	docpath=docurl.slice(0,lastslash+1);
	location=docpath+'espanol/'+doctitle;
}